summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands ↵Brad King2001-05-161-0/+57
| | | | to register arbitrary extra data with the makefile without modifying the cmMakefile class definition.
* added registry entry support and windows app supportKen Martin2001-05-111-1/+15
|
* definitions should now be overwritten if they already existGeoffrey Cross2001-05-101-1/+4
|
* ENH: Moved cache entry addition into cmMakefile::AddLibrary and ↵Brad King2001-05-071-0/+12
| | | | AddExecutable so that commands do not have to add it explicitly.
* ENH: call configure from cmakeBill Hoffman2001-05-071-61/+1
|
* fixes for untiltiy targets in allKen Martin2001-05-041-0/+2
|
* option to make utilities in the all targetKen Martin2001-05-041-3/+15
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-041-45/+38
|
* better If checksKen Martin2001-05-041-0/+13
|
* system config uses cmake commands nowKen Martin2001-05-031-37/+11
|
* ENH: implement ADD_TARGET command, and add an ALL_BUILD targetBill Hoffman2001-05-011-2/+14
|
* cache now loaded into makefileKen Martin2001-05-011-0/+1
|
* New command: INCLUDE(somefile.txt)Anonymous2001-04-301-27/+54
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-301-4/+90
| | | | libraries to link against
* BUG: fix inplace buildsBill Hoffman2001-04-271-10/+16
|
* ENH: fix in source build with non-gnuBill Hoffman2001-04-271-0/+11
|
* ENH: add output when creating filesBill Hoffman2001-04-271-0/+1
|
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* support for debug and opt librariesKen Martin2001-04-261-6/+12
|
* bug fixesKen Martin2001-04-261-2/+0
|
* ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by ↵Bill Hoffman2001-04-251-0/+31
| | | | configure
* many fixes and cleanup and featuresKen Martin2001-04-241-43/+11
|
* BUG: fix build directory problemBill Hoffman2001-04-241-0/+11
|
* added if else endif add definitionKen Martin2001-04-191-4/+40
|
* cleaned up the coding style made ivars private etcKen Martin2001-04-191-5/+5
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-45/+111
|
* ENH: better error reporting, and add NOTFOUND into cache for library and ↵Bill Hoffman2001-04-061-1/+3
| | | | file find
* ENH: Added SOURCE_GROUP command and corresponding support code. This ↵Brad King2001-03-201-10/+74
| | | | 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/+3
| | | | in dependency checking.
* BUG: Moved definition of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon ↵Brad King2001-03-151-5/+1
| | | | as their information is known.
* ENH: Added utility dependency support. Now a project can depend on other ↵Brad King2001-03-091-0/+12
| | | | executables as well as link libraries.
* ERR: Replaced CMAKE_CFG= with CMAKE_CFG_OUTDIR= to fix windows behavior.Brad King2001-03-081-2/+2
|
* ENH: Added UTILITY_SOURCE command for specifying where a 3rd party utility's ↵Brad King2001-03-081-1/+14
| | | | source is located when it is included in the distribution of a project.
* ERR: Fixed unknown command output error message for spacing.Brad King2001-02-261-1/+1
|
* ERR: Fixed warnings (int->unsigned int and a few others).Brad King2001-02-231-2/+2
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-231-0/+65
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-191-1/+1
| | | | some
* ENH: add new commands fro find library and find programKen Martin2001-02-161-5/+11
|
* some cleanup and fixesKen Martin2001-02-151-39/+88
|
* ENH: new vnlBill Hoffman2001-02-131-1/+1
|
* ENH: add configure style @var@ expansionBill Hoffman2001-02-131-0/+5
|
* ENH: get rid of special msc configure fileBill Hoffman2001-02-131-52/+49
|
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-77/+77
|
* ENH:Tweaks to dump documentationWill Schroeder2001-01-121-2/+2
|
* ENH:Tweaks to documentationWill Schroeder2001-01-121-1/+1
|
* ENH:Simple program dumps out internal documentation for CMakeWill Schroeder2001-01-121-0/+31
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-111-0/+15
|
* ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵Bill Hoffman2001-01-051-177/+311
| | | | CMakeLists.txt files.
* ENH: Added TESTS targetDan Blezek2000-12-071-1/+1
|
* BUG: make sure SOURCE_FILES starts at the begining of lineBill Hoffman2000-11-021-1/+2
|