- Jun 17, 2008
-
-
-
Andrew Heather authored
-
Andrew Heather authored
-
andy authored
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
* some warnings were spurious with gcc-4.3.0, but gcc-4.3.1 correctly flagged these problems: - processorLduInterfaceTemplates.C
-
- Jun 16, 2008
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
-
-
Andrew Heather authored
-
henry authored
-
henry authored
-
henry authored
-
Andrew Heather authored
-
Mark Olesen authored
This substantially eases enabling/disabling distributed compiling For example, - export WM_HOSTS="host1:N ... hostN:N" as usual - simply set/unset WM_SCHEDULER etc/aliases.{sh,csh} added aliases for enabling/disabling wmakeScheduler - alias wmSchedON='export WM_SCHEDULER=$WM_PROJECT_DIR/wmake/wmakeScheduler' - alias wmSchedOFF='unset WM_SCHEDULER' Removed wmakeLockScheduler, identical to wmakeScheduler except a 'sleep'
-
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
-
- Jun 15, 2008
-
-
Mark Olesen authored
-
- Jun 16, 2008
-
-
Mark Olesen authored
-
- Jun 15, 2008
-
-
Mark Olesen authored
* use $WM_THIRD_PARTY_DIR variable in top-level Allwmake * test new shell idiom for Allwmake files: # run from this directory only cd ${0%/*} || exit 1 this might be especially useful when building optional components
-
- Jun 13, 2008
-
-
henry authored
-
henry authored
-
-
-
Mark Olesen authored
* new -srcDoc option to display doxygen-processed source code * display standard options -help/-doc/-srcDoc at end of usage * consolidate code when writing IOobject headers * drop writeLogbanner and add optional bool to writeBanner * minor formatting changes
-
Mark Olesen authored
-
Andrew Heather authored
-
-
-
Andrew Heather authored
-
Mark Olesen authored
-
Mark Olesen authored
* finally removed #ifdef's with old merge method * use autoPtr::ptr() instead of autoPtr::() to reduce cloning * eliminated a few add() methods that are covered by the templated form * added a 'set()' method that forces overwrite - symmetric with HashTable
-
Mark Olesen authored
Doxygen filter changes * allow doxygen to process applications/**.H * use @cond/@endcond to suppress documenting classes/variables in applications/ - allows some access from applications to libraries - connection between application and local includes is still a bit weak, but is possible via the dirs.html navigation.
-