summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: put back stdio.h to get sprintfBill Hoffman2001-06-221-0/+1
|
* ERR: Removed stray standard header include. They should be added to ↵Brad King2001-06-221-1/+0
| | | | cmStandardIncludes.h
* removed stricmpKen Martin2001-06-221-1/+1
|
* added escape quotes option in replace stringsKen Martin2001-06-221-2/+13
|
* ENH: Added RemoveSource(...) to complement AddSource. New commandJohn Biddiscombe2001-06-221-3/+24
| | | | SOURCE_FILES_REMOVE uses it and can be used to take files out of the build
* ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ↵Brad King2001-06-211-3/+4
| | | | missing dependencies.
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-16/+45
|
* added enable testing deprecated some commandsKen Martin2001-06-061-86/+0
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-2/+2
|
* Change name of file created from Testfile to CMakeTestfile.txtJim Miller2001-06-061-1/+1
|
* FIX: forgot to close the filesJim Miller2001-06-061-0/+1
|
* ENH: Added AddTest, and GenerateTestfile routinesJim Miller2001-06-061-0/+86
|
* BUG: clean up memory leaks.Bill Hoffman2001-06-041-2/+19
|
* added install target supportKen Martin2001-05-231-0/+5
|
* 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 ↵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.