summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
Commit message (Collapse)AuthorAgeFilesLines
* added load cache command and fixed source fileKen Martin2001-05-091-2/+3
|
* ENH: call configure from cmakeBill Hoffman2001-05-071-4/+6
|
* BUG: add removed command, and sort the order in cmCommands.cxxBill Hoffman2001-05-051-62/+65
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-2/+10
|
* minor fixesKen Martin2001-05-031-0/+2
|
* removed deprecated commandsKen Martin2001-05-031-14/+0
|
* new set command and IF NOTKen Martin2001-05-011-0/+2
|
* New command: INCLUDE(somefile.txt)Anonymous2001-04-301-0/+2
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-0/+4
| | | | libraries to link against
* bug fixesKen Martin2001-04-261-0/+2
|
* many fixes and cleanup and featuresKen Martin2001-04-241-2/+4
|
* added option commandKen Martin2001-04-231-0/+2
|
* added if else endif add definitionKen Martin2001-04-191-0/+8
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-4/+4
|
* ENH: Added SOURCE_GROUP command and corresponding support code. This ↵Brad King2001-03-201-0/+2
| | | | command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
* ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ↵Brad King2001-03-151-0/+2
| | | | in dependency checking.
* Include directories under Win32 only (inherited by subdirs)Geoffrey Cross2001-03-121-0/+2
|
* ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ↵Brad King2001-03-081-0/+2
| | | | source is located when it is included in the distribution of a project.
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-011-0/+11
| | | | now generated on the first pass, during the Invoke() calls.
* ENH: CABIL -> CABLE rename.Brad King2001-02-281-8/+8
|
* added new commandsKen Martin2001-02-271-0/+4
|
* ENH: Implemented automatic tag generation for CABIL_DEFINE_SET command. ↵Brad King2001-02-271-0/+2
| | | | Added tag output to WriteConfiguration methods. Added CABIL_INSTANTIATE_CLASS command to generate explicit class template instantiation configuration output.
* ENH: Added CABIL commands for configuration file generation.Brad King2001-02-261-0/+6
|
* a variety of fixes and enhancementsKen Martin2001-02-261-0/+4
|
* ENH: get rid of special msc configure fileBill Hoffman2001-02-131-0/+33
|
* ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵Bill Hoffman2001-02-121-0/+20
up compile times, share a .lib with the command line and mfc versions.