summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brad King2002-12-1153-629/+607
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* 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 ↵Brad King2002-12-112-14/+15
| | | | DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback.
* Add check so that java projects build without C++Andy Cedilnik2002-12-113-75/+86
|
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵Brad King2002-12-117-0/+34
| | | | when CMake is invoked by Dart.
* ENH: Generate code to setup MSVC debug library hook. The test driver ↵Brad King2002-12-111-9/+29
| | | | program will not display error dialogs if DART_TEST_FROM_DART is set in the environment.
* 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 ↵Andy Cedilnik2002-12-109-16/+41
| | | | command does
* 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
| | | | | - the cmake instance had to be created before accessing the cache (doh) - the cache iterator was not queried properly (seems the API changed)
* 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 ↵Andy Cedilnik2002-12-091-0/+1
| | | | result in globbing not the ones that were is the vector before
* 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
|
* use correct path type for check_cache fileBill Hoffman2002-12-051-5/+15
|
* fix free before useBill Hoffman2002-12-051-2/+3
|
* ENH: add status bar and help for itemsBill Hoffman2002-12-051-1/+1
|
* ENH: add status bar and help for itemsBill Hoffman2002-12-053-47/+64
|
* ENH: add a rule to automatically re-run cmake from the top if the ↵Bill Hoffman2002-12-052-3/+21
| | | | CMakeCache.txt file is changed
* Better dependencies for bootstrapAndy Cedilnik2002-12-051-1/+1
|
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-0522-323/+400
|
* Speedup the testAndy Cedilnik2002-12-056-48/+26
|
* BUG: make sure OK can not be hit first time aroundBill Hoffman2002-12-051-1/+0
|
* use InAll target setting to determine what targets are in the default buildKen Martin2002-12-051-1/+1
|
* ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake ↵Brad King2002-12-054-27/+457
| | | | file that does a LOAD_CACHE.
* BUG: Fix for string comparison when one string is empty.Brad King2002-12-051-11/+11
|
* ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.Brad King2002-12-053-0/+250
|
* use InAll target setting to determine what targets are in the default buildKen Martin2002-12-051-4/+8
|