summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added test for generated header included by non-generated source.Brad King2002-12-1312-9/+75
* BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file.Brad King2002-12-131-2/+2
* ENH: Added source file property OBJECT_DEPENDS to support generated header fi...Brad King2002-12-135-11/+114
* ENH: Don't repeat check even if answer was no.Brad King2002-12-136-42/+46
* made more strictKen Martin2002-12-131-8/+1
* fixed warningsKen Martin2002-12-132-3/+0
* ERR: Fixed unused parameter warning.Brad King2002-12-132-2/+2
* Make try compile add a depend to re-run cmake if its source chagnesBill Hoffman2002-12-122-1/+7
* ENH: Updated for 1.4.7 release.Brad King2002-12-127-8/+8
* ENH: Improved filename/line number reporting in error message. Macro invocat...Brad King2002-12-126-28/+45
* ERR: Fixed syntax errors for picky preprocessors.Brad King2002-12-121-1/+1
* ERR: Need double-quotes around expression to be mached in IF command.Brad King2002-12-122-4/+4
* BUG: Can't double-quote foreach arguments.Brad King2002-12-126-6/+6
* now uses SET instead of SOURCE_LIST commandKen Martin2002-12-121-2/+2
* BUG: Multi-line functions must also increment line number, not the pointer.Brad King2002-12-111-1/+1
* ERR: Dummy InitialPass implementation must return a value.Brad King2002-12-111-1/+1
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-1153-629/+607
* removed dsw fileKen Martin2002-12-111-113/+0
* added a Free methodKen Martin2002-12-112-1/+16
* ENH: Improved implementation of MSVC debug hook to only add the hook if DART_...Brad King2002-12-112-14/+15
* Add check so that java projects build without C++Andy Cedilnik2002-12-113-75/+86
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when...Brad King2002-12-117-0/+34
* ENH: Generate code to setup MSVC debug library hook. The test driver program...Brad King2002-12-111-9/+29
* Add java supportAndy Cedilnik2002-12-113-6/+165
* Add support for comments on custom commands in visual studio 6Andy Cedilnik2002-12-102-1/+7
* Add support for comments on custom commands in visual studio 7Andy Cedilnik2002-12-102-4/+17
* Add comment support, so that you can see in build process what the custom com...Andy Cedilnik2002-12-109-16/+41
* Allow target with no commandAndy Cedilnik2002-12-102-3/+3
* ENH: update to new style MakeDependBill Hoffman2002-12-102-13/+38
* FIX: drag&drop on CMake icon was not working anymore.Sebastien Barre2002-12-101-5/+5
* updated for changes in Depend CalcsKen Martin2002-12-102-12/+36
* BUG: do not output empty dependsBill Hoffman2002-12-101-9/+9
* Remove warningAndy Cedilnik2002-12-101-2/+4
* remove cerrBill Hoffman2002-12-101-1/+0
* BUG: fix bug in dependsBill Hoffman2002-12-103-18/+34
* Add to usageAndy Cedilnik2002-12-091-1/+4
* Better search for pythonAndy Cedilnik2002-12-091-6/+23
* ENH: Using only filename without path or extension for comparing build tools.Brad King2002-12-091-2/+9
* clean up leaksBill Hoffman2002-12-093-8/+14
* use win32 threads for win32Bill Hoffman2002-12-092-0/+2
* Initial addition of coverageAndy Cedilnik2002-12-092-10/+402
* Fix bug in globbing. Now it actually uses only files or directories that resu...Andy Cedilnik2002-12-091-0/+1
* Rename variable to remove warningAndy Cedilnik2002-12-092-8/+8
* ERR: Remove references to files removed 4 days agoYves Starreveld2002-12-081-1/+1
* ENH: move version to title barBill Hoffman2002-12-063-15/+5
* ENH: fix IntDir jump and build problemBill Hoffman2002-12-065-32/+44
* ENH: set the CXX and CC environment varsBill Hoffman2002-12-061-1/+25
* BUG: fix C compiler initBill Hoffman2002-12-061-5/+5
* clean up compiler picking codeBill Hoffman2002-12-062-13/+9
* fix for generator picked compilersBill Hoffman2002-12-063-7/+29