summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ENH:Reworked CMake to clearer indicate what the variables doWill Schroeder2000-11-021-5/+5
|
* ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and ↵Bill Hoffman2000-09-271-17/+10
| | | | replaced with CMake
* ENH: clean up code, and varible namesBill Hoffman2000-09-211-8/+9
|
* ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵Bill Hoffman2000-09-121-58/+11
| | | | directories of the system.
* ENH: move from tools and create working CMake programBill Hoffman2000-08-301-2/+71
|
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-291-0/+208