- May 22, 2009
-
-
Andrew Heather authored
-
- May 21, 2009
- May 13, 2009
-
-
Mark Olesen authored
- get version from $ParaView_VERSION or from -version option - added QT gui support (useful when compiling enGrid) - update files for finding cmake-2.6.4 as well - added bin/engridFoam for calling a version of enGrid that uses the paraview libraries compiled with/for OpenFOAM - added foam3rdParty change directory alias
-
- May 07, 2009
-
-
Mark Olesen authored
-
- May 05, 2009
-
-
henry authored
-
- Apr 02, 2009
-
-
mattijs authored
-
- Mar 11, 2009
-
-
henry authored
-
- Mar 09, 2009
-
-
henry authored
-
- Mar 01, 2009
-
-
henry authored
-
- Feb 13, 2009
-
-
mattijs authored
-
- Jan 14, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jan 12, 2009
-
-
Mark Olesen authored
-
- Jan 05, 2009
-
-
henry authored
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Dec 18, 2008
-
-
Mark Olesen authored
- move url to lower right: makes version information stand out better
-
Mark Olesen authored
-
- Dec 16, 2008
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- Dec 15, 2008
-
-
Mark Olesen authored
- The new cmake seems to be even smarter. If we try to use env variables in the .cmake files (eg, with And's sed fixup), they are rewritten in a subsequent re-make and take much longer). Adjusting the compiler values themselves causes a full remake. On the positive side, disabling the rpath seems to mean we may not need any of this. In summary - yuck!
-
- Dec 13, 2008
-
-
Mark Olesen authored
- set CMAKE_INSTALL_PREFIX:PATH now - allow separation between -config/-make/-install stages - update for cmake 2.6
-
- Dec 10, 2008
-
-
Mark Olesen authored
-
- Nov 29, 2008
-
-
Mark Olesen authored
-
- Nov 27, 2008
-
-
sergio authored
XiModel.H SCOPELaminarFlameSpeed.H basicXiSubXiEq.H basicXiSubG.H Doxyfile (include PATH to OpenCFD Macros) doxyFilt (include class documentation in /src)
-
- Nov 23, 2008
-
-
henry authored
-
- Nov 21, 2008
-
-
Mark Olesen authored
- added -rm | -remove option - added -rmdir option
-
Mark Olesen authored
- added -rm | -remove option - added -rmdir option
-
- Nov 10, 2008
-
-
Mark Olesen authored
- add static/protected member function subsections - static members up front, constructors/destructors next private/protected/public members next
-
- Oct 22, 2008
-
-
Mark Olesen authored
- send error messages to stderr - added -h/-help options where some were missing - changed 3-space to 4-space indentation - where possible, allow multiple directories from the command-line
-
- Oct 02, 2008
-
-
mattijs authored
-
- Sep 12, 2008
-
-
mattijs authored
-
- Aug 10, 2008
-
-
Mark Olesen authored
Pro: Good delimitation. Good visual distinction. No confusion with normal cases, since '{}' characters are excluded by !word::valid() Con: Possible quoting issues when creating directly instead of via paraFoam, but seemed to work fine with bash TAB completion.
-
- Aug 09, 2008
-
-
Mark Olesen authored
-
- Aug 08, 2008
-
-
Mark Olesen authored
- only create (and remove) case.OpenFOAM file if it doesn't already exist - new -touch option just generates case.OpenFOAM file and exits - new -region option to create case=regionName.OpenFOAM file (the delimiter may change in the future)
-
Mark Olesen authored
-
Mark Olesen authored
- usage, explicit -fast option for rebuilding new -mpi, -python, -mesa options for specifying alternative modules to include without editing the file - the build options can also be grabbed from the script name itself. eg, the soft-link buildParaView3.3-cvs-python specifies that the python module should be included - misc. cleanup in tools/buildParaViewFunctions: give the user some feedback about the python version, set all variables at the bottom of the file rather between initialise and build. - be more careful when changing the hard-links to avoid the find '-execdir' option (fails when the user has '.' in the path), and do separate find/loop/grep/sed on the files to avoid touching too many files and ruining a later rebuild stage. Notes: - the cmake uses -DCMAKE_INSTALL_PREFIX=$PARAVIEW_APP_DIR, but this variable isn't defined anywhere.
-
Mark Olesen authored
-