Fix MPI types in PetscRealView()Hg-commit: fe621f0ce0d718334ef31377aab0809d572029c4
Make petscimpl.h privateHg-commit: 910e8b03a54a915953944da6f75eb81c807d7428
removed a bunch of duplicate unneeded includes of std include filesHg-commit: b6c9f3e2b0eb8b7277fe131cc83beede5d495522
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 05
removed PETSC_NULL from C and Fortran (except declaration in C for backward compatibility). Kept PETSC_NULL_xxx for FortranFixed a few bugs where PETSC_NULL had been used incorrectly.Hg-commit: 054705a517d7f4388a8a084415d7478cbe95dff4
show more ...
fixed bug that appears in C++ with casting to void** in pthread stuffHg-commit: dee2854f44eddfeec83028aca913288bcf35b3cb
more docs on PetscStackCall() and PetscStackCallStandard()PetscStackActive becomes functionHg-commit: f0602b91e50ee4dcd2925041a27b0a3f025d08b6
removed last macro function from thread local infrastructureHg-commit: 85f62b889edeaa2041e78728f8f3290022e5c6b8
Refinement of else-style-checker. Minor style violation fixes.Hg-commit: 4e55cead1b3e383fa57e9479d00c8f2dd75b4874
Uncrustified src/sys/*Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805
changed PetscMPIIntCast() to return an error codeHg-commit: 73696a6c6bf0120a669678ed7c25e3c7bd451960
Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece
Partially unified indentation to two spaces rather than 3, 5, etc.Hg-commit: 72aceb82fa10cae79a777f91c00d187d4e02f4f6
macros changed to static inline functionsoutput of example fixed for previous change to exampleHg-commit: 30b16dfe130e50978dcb99c50a8edfc8772fcf0f
Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1
Reformatting: 'No space after a '(' or before a ')''Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356
if, for, while, switch now have consistently a space prior to the opening parenthesis.Hg-commit: cf69a5905ee4efb938b2bdd2762f87854175a6c5
Replaced '#ifdef' and '#ifndef' with '#if defined()' and '#if !defined()'.Hg-commit: b3ebae8b626a88c2ac067fd7c3f04f229b43f305
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e
Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb
Style improvements: braces around 'else', partial '){' -> ') {'Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a
Carefully removed \t from src/sys/*Hg-commit: 910eecdb2d9101d15fb5ee24738d9e5eca423f9a
some updates to developers manualHg-commit: 1978cb69174fd082e406267f68ed0da57d994f4a
merge c89 fixes from release 3.3Hg-commit: 2d5593aa1623d18e813e8b6a59a156efae5212d9
Fix non-compliant C89Test --with-64-bit-indices 'CFLAGS=-std=c89 -pedantic -Wno-long-long'Hg-commit: 59c614dd5ce57f9497e794f6495fc91990a89274
We can afford more characters for arch, hostname, and usernameHg-commit: fe497cb25e9a7f0fd104a230d0f6ec6c049b137a
removed a few more unneeded ifdef complex special cases where the complex version works for both real and complexHg-commit: 3fccdbc02d559ab8178d544bf536b2674db1cbdf
1...<<11121314151617181920>>...23