summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* new out of place buildsKen Martin2001-05-211-14/+1
* half checked in changes for CMAKE_ROOTKen Martin2001-05-171-5/+7
* ENH: unify make process on unixBill Hoffman2001-05-161-0/+1
* ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands t...Brad King2001-05-161-0/+57
* 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 AddExecutable...Brad King2001-05-071-0/+12
* 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 libraries...Ken Martin2001-04-301-4/+90
* 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 con...Bill Hoffman2001-04-251-0/+31
* 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 file...Bill Hoffman2001-04-061-1/+3
* ENH: Added SOURCE_GROUP command and corresponding support code. This command...Brad King2001-03-201-10/+74
* ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ...Brad King2001-03-151-0/+3
* BUG: Moved definition of CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR to be as soon ...Brad King2001-03-151-5/+1
* ENH: Added utility dependency support. Now a project can depend on other exe...Brad King2001-03-091-0/+12
* 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
* 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
* 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