summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* added load cache command and fixed source fileKen Martin2001-05-094-3/+151
|
* ERR: LoadCache needed to return a value.Brad King2001-05-081-1/+1
|
* added ability to load another cacheKen Martin2001-05-082-2/+12
|
* now adds src and bin dir into cacheKen Martin2001-05-081-0/+8
|
* fixed bug in init codeKen Martin2001-05-081-2/+2
|
* ENH: add initial path support for file choosersBill Hoffman2001-05-081-7/+44
|
* BUG: added arg0 to link librariesKen Martin2001-05-081-2/+3
|
* ENH: Moved cache entry addition into cmMakefile::AddLibrary and ↵Brad King2001-05-073-11/+12
| | | | AddExecutable so that commands do not have to add it explicitly.
* ENH: call configure from cmakeBill Hoffman2001-05-0715-139/+409
|
* BUG: Removing Remove Variables callDan Blezek2001-05-071-1/+3
|
* BUG: add internal cache entry for executables, so depends can workBill Hoffman2001-05-051-1/+7
|
* BUG: add removed command, and sort the order in cmCommands.cxxBill Hoffman2001-05-056-282/+67
|
* fixes for untiltiy targets in allKen Martin2001-05-042-6/+29
|
* ENH: Proper build nameDan Blezek2001-05-041-2/+16
|
* ENH: Correct sitenameDan Blezek2001-05-041-1/+5
|
* option to make utilities in the all targetKen Martin2001-05-0410-13/+226
|
* updatesKen Martin2001-05-041-2/+3
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-0410-0/+870
|
* ENH: move testing stuff to cmake from configure, good bye dashboard... :)Bill Hoffman2001-05-0416-261/+153
|
* ENH: Added support to EscapeSpaces to use double quotes on windows.Brad King2001-05-041-0/+5
|
* ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules.Brad King2001-05-041-14/+4
|
* ENH: Added use of CMAKE cache entry for generating the DSP build rules.Brad King2001-05-044-72/+4
|
* fixed custom command ruleKen Martin2001-05-042-50/+54
|
* better custom rulesKen Martin2001-05-045-48/+76
|
* better If checksKen Martin2001-05-045-14/+49
|
* removed old functionsKen Martin2001-05-0412-1039/+0
|
* ENH: Added generation of internal CMAKE cache entry with path to ↵Brad King2001-05-033-1/+45
| | | | command-line CMake executable.
* ENH: Added cmSystemTools::FindProgram() and full-path detection utilities.Brad King2001-05-033-19/+174
|
* minor fixesKen Martin2001-05-033-0/+212
|
* removed deprecated commandsKen Martin2001-05-031-14/+0
|
* now support cmakedefineKen Martin2001-05-031-0/+17
|
* system config uses cmake commands nowKen Martin2001-05-032-42/+11
|
* cache loaded into makefileKen Martin2001-05-022-0/+2
|
* fixed bug in limiting to source listsKen Martin2001-05-012-38/+32
|
* ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand ↵Brad King2001-05-014-46/+19
| | | | since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass.
* ENH: Changed WriteConfiguration back to const because it doesn't need to ↵Brad King2001-05-018-14/+10
| | | | report errors anymore.
* ADD: add utiltity templatesBill Hoffman2001-05-012-0/+78
|
* ENH: implement ADD_TARGET command, and add an ALL_BUILD targetBill Hoffman2001-05-0113-53/+293
|
* cache now loaded into makefileKen Martin2001-05-012-2/+4
|
* added method to puch cache into makefile definesKen Martin2001-05-012-0/+19
|
* slight bug in If command I thinkKen Martin2001-05-011-18/+9
|
* new set command and IF NOTKen Martin2001-05-018-22/+266
|
* bug fixesKen Martin2001-04-307-15/+35
|
* BUG: Fixed output of CMakeLists.txt path in cable_config.xml dependency list ↵Brad King2001-04-301-3/+4
| | | | for unix. Needed to escape spaces instead of enclosing in double quotes.
* ERR: Removed a conflict that was checked in.Brad King2001-04-301-9/+0
|
* New command: INCLUDE(somefile.txt)Anonymous2001-04-309-98/+235
|
* added TARGET_LINK_LIBRARY command and support for debug and release ↵Ken Martin2001-04-3017-62/+375
| | | | libraries to link against
* ERR: Renamed CustomCommands to BuildRules to match change in cmSourceGroup.Brad King2001-04-271-5/+4
|
* BUG: Removed output of GCC_XML rules when the command cannot be found.Brad King2001-04-271-16/+22
|
* BUG: Removed output of dual rules for source files that are processed by ↵Brad King2001-04-276-74/+50
| | | | both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files.