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
code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f
Const correctness in PetscFListGet()Hg-commit: 6d2d8bece05ff8873a20e80aa2e110c14540d01f
Needed to make PETSC_RUNNING_ON_VALGRIND and hence the location of valgrind.h universal so that PetscCheckPointer() could be used anywhere and not be triggered when run under valgrindHg-commit: c65
Needed to make PETSC_RUNNING_ON_VALGRIND and hence the location of valgrind.h universal so that PetscCheckPointer() could be used anywhere and not be triggered when run under valgrindHg-commit: c6539cb758dd89a4e698360f117e72536e09cddc
show more ...
backout all chmod stuff in bf971ba58125[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258
removed a spurious call to MatSetBlockSize.Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
Bug fix in multiple dispatch.Hg-commit: 9eb9420cade9ac2506e45ff2aa89cefb335041e9
PetscTypeCompare -> PetscObjectTypeCompareHg-commit: 3fc8f665421ddb862bf4d1ba95505378246340be
name spaced global variable and removed unneeded global varableHg-commit: 10ceaf82d372fed2a8512c6bf6fda6422610a553
removed dead CCA code that also had an unname-spaced symbolHg-commit: b7b26cb629d6d76acb9192530cf63d38a8d23ffe
Mass revert file modes that were made executable in f6e61ee9c329Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
changed MatMatMult to MatTranposeMatMult.Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
fixed not compiling in src/vec/vec/impls/mpi/mpipthread due to double quotes being used and not single for legacy makealso fixed legacy make not passing valgrind include directory information in src
fixed not compiling in src/vec/vec/impls/mpi/mpipthread due to double quotes being used and not single for legacy makealso fixed legacy make not passing valgrind include directory information in src/sys/dllHg-commit: e3cc8783f9a32d487244d2809902e192cd5cfee4
Merge from 3.2Hg-commit: 810d5a915a3fad5ac3ebe686f8b292edd7aab51a
Use correct path length in PetscFListGetPathAndFunction(), force to be NULL-terminatedHg-commit: 36bd87d582e98a81042805d86503a2668d6eef2d
Backward compatible MatMatMult dispatch.Using existing PetscVoidFunction type instead of the duplicative PetscOpF.Hg-commit: 3487d59502777776d8c70bef0fc56121eeb361ac
Dual dispatch via PetscOpFList seems to work: mat/examples/tests/ex162Hg-commit: 29f3f0247e5d9b506a6efd03c4dc998a296005e8
Typo fixed.Hg-commit: ba271f4e98baec0f10fecc5ba411d7380a54dedf
Avoid potetially troublesome recursive variadic calls to PetscOpFListXXX.Force caller to copy to a list.Hg-commit: 7ccddf98b5aafb18157e8ce87fe87104cc70757a
Added PetscOpFList support. Compiles, but untested.Hg-commit: 75d57305d7526737660cd7bdb9a5be25885da8fb
PetscTorkenDestroy() takes pointer to objectAdded experimental -regression test to allow examples to regress there own outputHg-commit: 6b4af6899a299b7fd1baaf6bfc556f203c825ef5
javascript can now speak to AMS, very crudeAMS publish randomHg-commit: 4dbfd26078f2efc9dc540480999786e3162c524d
Remove some warnings due to -Wunused-but-set-variable (part of -Wall)Hg-commit: c822e1971e7b63bec2bc56d447818b9fc0eb6a7a
PetscDLSym(): the caller is should handle missing symbolsHg-commit: e272971686f50f4ea0f6e7257e7e8391be5f04bd
12345678910>>...12