summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-3115-492/+582
| | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
* ENH: removed the PREORDER option from the AddSubDirectory commandKen Martin2005-05-312-14/+2
|
* COMP: fix a waringKen Martin2005-05-311-2/+1
|
* ENH: now uses Makefile2 to cleanup zsh issues and provided some more ↵Ken Martin2005-05-313-20/+309
| | | | documentation
* STYLE: add some better comments and remove some unused codeKen Martin2005-05-314-164/+34
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-311-1/+1
|
* ENH: Add support for iomanipAndy Cedilnik2005-05-301-0/+8
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-301-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-291-1/+1
|
* COMP: warning.Bill Lorensen2005-05-281-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-281-1/+1
|
* ENH: add convenience function to convert Windows command line args into Unix ↵Sebastien Barre2005-05-282-4/+116
| | | | argc/argv. Pulled and cleaned from PV/VV/VJ init code
* ENH: Use generated file stream for filesAndy Cedilnik2005-05-271-3/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-271-1/+1
|
* ENH: Fix for changes in XML-RPC for Dart2Andy Cedilnik2005-05-261-16/+5
|
* COMP: Fix for support of VS 8.0 beta 2Andy Cedilnik2005-05-261-2/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-261-1/+1
|
* ENH: added clean target for subdirsKen Martin2005-05-252-26/+60
|
* BUG: a fix for constant recomputing of dependsKen Martin2005-05-254-8/+17
|
* ENH: new fortran depends to match new Unix GenAndy Cedilnik2005-05-251-6/+11
|
* ENH: switch to using new Unix Makefile generator for Unix as wellKen Martin2005-05-253-3/+3
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-251-1/+1
|
* BUG: fix for directory of empty depend.make filesKen Martin2005-05-241-1/+1
|
* BUG: building libs caused all generated files to be deletedKen Martin2005-05-241-5/+9
|
* STYLE: fix the docsKen Martin2005-05-241-4/+2
|
* ENH: some more cleanup and changes to how custom commands are storedKen Martin2005-05-244-281/+112
|
* ENH: optimization to not use requires step unless a language requires itKen Martin2005-05-243-18/+33
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-241-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-231-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-221-1/+1
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-211-1/+1
|
* BUG: fix for empty custom commandsAndy Cedilnik2005-05-201-15/+18
|
* ENH: added help target and made custom commands execute in start output ↵Ken Martin2005-05-204-6/+102
| | | | directory
* ENH: fix warning and also add back in build.makeKen Martin2005-05-201-4/+0
|
* ENH: fix warning and also add back in build.makeKen Martin2005-05-201-2/+2
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-201-1/+1
|
* COMP: fix warningKen Martin2005-05-191-4/+4
|
* ENH: fixes for subdir build MakefilesKen Martin2005-05-192-13/+50
|
* COMP: fix warningKen Martin2005-05-191-8/+8
|
* BUG: fix for bad depency clearingKen Martin2005-05-191-1/+1
|
* ENH: some performance improvementsKen Martin2005-05-192-6/+54
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-191-1/+1
|
* ENH: fix for makes that do not handle targets wihtout a rule to build themKen Martin2005-05-181-4/+7
|
* ENH: another step to the next generator still not optimized yetKen Martin2005-05-185-30/+153
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-181-1/+1
|
* COMP: some warning fixes and cleanupKen Martin2005-05-172-52/+26
|
* ENH: implemented provides requires codeAndy Cedilnik2005-05-171-3/+20
|
* ENH: some more reorgKen Martin2005-05-174-192/+56
|
* STYLE: Nightly Version updateAndy Cedilnik2005-05-171-1/+1
|
* BUG: Changing to a new test for whether to do relative path conversion. Now ↵Brad King2005-05-162-38/+28
| | | | only paths inside the source or binary trees are converted.