summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Support for $ENV{VAR} syntax (lookup in the environment vars)Sebastien Barre2001-08-181-13/+51
* backwards MATCHES in if and else statementsKen Martin2001-08-172-2/+2
* Adding new options to LoadCache.Berk Geveci2001-08-164-11/+56
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-153-13/+72
* ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call ...Brad King2001-08-145-39/+30
* now creates output directoriesKen Martin2001-08-102-0/+2
* BUG: or and and were inverted.Berk Geveci2001-08-092-4/+4
* updated versionKen Martin2001-08-091-1/+1
* updated versionKen Martin2001-08-091-1/+1
* BUG: add in for scope variableBill Hoffman2001-08-091-0/+1
* ENH: update to new style of cache accessKen Martin2001-08-081-1/+1
* BUG: can not Add a definition that you just gotBill Hoffman2001-08-082-3/+0
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-0829-212/+210
* ENH: compile with broken 720 SGI C++ compilerBill Hoffman2001-08-072-2/+48
* ENH: html output for docsBill Hoffman2001-08-071-4/+4
* added new if commandsKen Martin2001-08-064-51/+114
* ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy an...Brad King2001-08-032-20/+32
* ENH: Added use of a class's tag to generate a better set of filenames for its...Brad King2001-08-022-26/+74
* BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ...Brad King2001-08-021-1/+1
* BUG: Fixed off-by-one error in ExpandVariablesInString for case of $ or @ as ...Brad King2001-08-021-4/+5
* BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. T...Brad King2001-08-021-1/+7
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This comma...Brad King2001-08-016-1/+196
* BUG: Needed to expand variables of definitions.Brad King2001-08-011-1/+3
* BUG: Need to expand variables when a regular expression is specified.Brad King2001-08-011-1/+3
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-3110-17/+281
* ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of Elem...Brad King2001-07-301-1/+3
* BUG: Changed include and link directory paths in cmMakefile back to std::vect...Brad King2001-07-307-61/+52
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-307-56/+50
* ENH: Re-implemented ExpandVariablesInString to significantly improve performa...Bill Hoffman2001-07-271-16/+100
* MAkefile now strips duplicate directores from the libraries and include pathsIan Scott2001-07-272-0/+31
* ENH: Added cable class-set expansion and tagging for alternate name generatio...Brad King2001-07-264-54/+635
* ENH: change the logic of disabling the ok button a bitBill Hoffman2001-07-262-4/+11
* fixed warningsKen Martin2001-07-261-2/+1
* ENH: rework GUI with configure/OK/CancelBill Hoffman2001-07-2511-130/+174
* added for each commandKen Martin2001-07-256-51/+71
* new commandsKen Martin2001-07-254-0/+413
* Removing trailing spaces after cache entry value.Berk Geveci2001-07-251-3/+4
* BUG: fix on scroll with buttonsBill Hoffman2001-07-244-2/+28
* BUG: Fixed dependency generation to work for when there are many, many depend...Brad King2001-07-241-10/+3
* BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test ou...Brad King2001-07-232-15/+19
* ENH: Added support for UNIX compilers. GCC and MIPSpro are supported.Brad King2001-07-232-2/+115
* ENH: Added support for non-verbose mode output from running a command. This ...Brad King2001-07-232-10/+24
* ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's f...Brad King2001-07-233-0/+262
* ENH: Save and Load of recent Source and Binary directories added.Luis Ibanez2001-07-196-10/+349
* updated versionKen Martin2001-07-181-1/+1
* limit library search to appropriate extensionsKen Martin2001-07-181-0/+3
* ENH: Added generation of dependencies on the CMake-generated input to gcc-xml...Brad King2001-07-171-1/+21
* BUG: Need to expand variables in search paths in case it hasn't been done yet...Brad King2001-07-171-1/+3
* ENH: Hacked together a new implementation of the dependency generator code. ...Brad King2001-07-174-201/+158
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ...Brad King2001-07-172-3/+50