removed trailing spaces from all filesHg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb
reemove OBJSC and OBJSF from invididual makefiles and auto-define in conf/variablesHg-commit: 2f01c17f3c19dc4b89aaf306cfd60a12312c270d
removed trailing blanks from source codeadded rule rmtrailingblanks accessible via make ACTION=remtrailingblanks treeHg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a
fixed some non-standard PETSc code: source file with no source, #include without full path from PETSc root to include fileupdated iphone builderHg-commit: b815c2c0cd32f2d30547b5032e995df93748071f
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.hHg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
removed #define PETSCXXX_DLL from top of all source filesHg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongsremoved all DLL export/import stuff since it was never used and never will beremoved MatPermuteSparsify() since it sucked.Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
changed all EXTERN to extern the CAPS served no purposeHg-commit: cdf5985509992c2237dbbe07f14278cccee0306c
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
PETSC_DLLEXPORT -> PETSCSYS_DLLEXPORTFor consistency with other packages, and since the library is named libpetscsys.Hg-commit: d411519a6aa3d1f4f3f42dfd9d10e405a0d44202
updates to docs to include actual hyperlink to users manual when possiblenow use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built
updates to docs to include actual hyperlink to users manual when possiblenow use PETSC_HAVE_DYNAMIC_LIBRARIES instead of PETSC_USE_DYNAMIC_LIBRARIES for PetscFListFind() etc so even statically built PETSc can dynamically load new typesHg-commit: 44383b6f330cbb89c18413a3aa580692ad00c36e
petsc.h --> petscsys.h (fortran equivalents also)new petsc.h that includes all PETSc includes is addedHg-commit: a82a9bcb80ed39c69991db706672838a5b792d44
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over t
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over the place because included by petsc.hHg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce
use -lpetsc for single-library=1 and -lpetscsys for single-library=0Hg-commit: a8480cd095925bfa279aced5ffe2f4a4f100ebbd
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
fix incorrect syntax with requirespackagesHg-commit: ec254fdebe2f33f5b5bbfe8f435d110f6f5dc418
forgot to checkin makefiles for rs600_time & nt_timeHg-commit: ca214cbc4fc02e50f99e37feabcd7b243942e555
move nt_time.c and rs6000_time.c to separate dirsHg-commit: b68be34aa5b61fccb152e7d086854451757d6230
mergeHg-commit: eded0efee241be8d3da84a273ba961121c3d47dd
fix syntax error in the previous changeHg-commit: e9c73698cc62c091824df2ee39e3e06ef65ec139
merge from releaseHg-commit: b4ec80309e144e2eeade7d2332a82412120cd6b0
#16857 problem with nt_time() usage from prometheus on win32Hg-commit: 5768d45519508978836ce0d981273d2bf19f2ab4
changed bmake/common everywhere to conffixed a little more for new install systemHg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1
bk-changeset-1.4066.2.1eijkhout@albook1g5vle.cs.utk.edu|ChangeSet|20060323174744|64157ChangeSet 1.4066.2.1 06/03/23 11:47:44 eijkhout@albook1g5vle.cs.utk.edu +1 -0 doc correction src/sys/tim
bk-changeset-1.4066.2.1eijkhout@albook1g5vle.cs.utk.edu|ChangeSet|20060323174744|64157ChangeSet 1.4066.2.1 06/03/23 11:47:44 eijkhout@albook1g5vle.cs.utk.edu +1 -0 doc correction src/sys/time/ptime.c 1.3 06/03/23 11:47:25 eijkhout@albook1g5vle.cs.utk.edu +2 -2 doc correctionHg-commit: 6f390c5db789c5da215df05f352a2133e1bfac44
1234