summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* COMP: HP compiler does not like initializing a const std::string & with a co...Brad King2005-02-241-1/+2
* BUG: Fixed GetCacheMinorVersion to not always return 0.Brad King2005-02-241-6/+16
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-297/+194
* BUG: cmSourceFile instances should delete their own custom commands when a ne...Brad King2005-02-181-4/+0
* ENH: more tests are passingBill Hoffman2005-02-161-0/+14
* ENH: fix for relative pathsKen Martin2004-12-031-5/+26
* BUG: fix for 1369 before include directories need to be always addedBill Hoffman2004-12-021-2/+14
* ENH: look in the windows LIB env variable for librariesBill Hoffman2004-10-271-0/+1
* PERF: Remove several classes from the bootstrap and so making bootstrap small...Andy Cedilnik2004-10-271-1/+14
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-2/+2
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-7/+6
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
* ENH: define language extensions in cmake files and not hard coded, also fix t...Bill Hoffman2004-09-031-0/+3
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-1/+1
* BUG: fix bug where custom command generated .h files do not get the header_fi...Bill Hoffman2004-08-091-2/+4
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+13
* BUG: Fix crash when adding a custom command to a source file that cannot be c...Brad King2004-08-041-7/+15
* BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile i...Brad King2004-08-041-1/+2
* ERR: Removed duplicate default arguments.Brad King2004-08-041-2/+2
* ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...Brad King2004-08-041-3/+17
* BUG: fix for bug 998, fix spelling errorsBill Hoffman2004-07-261-1/+1
* ENH: When running cmake with PreLoad make sure CMAKE_CURRENT_SOURCE/BINARY_DI...Andy Cedilnik2004-07-201-0/+8
* BUG: fix spelling errors BUG 952Bill Hoffman2004-07-091-2/+2
* ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search ...Bill Hoffman2004-06-301-3/+3
* ENH: Detect if there were problems writing fileAndy Cedilnik2004-05-271-4/+11
* ENH: Implement additional make clean files as a directory property instead of...Andy Cedilnik2004-05-201-0/+35
* ENH: Add method to get definition even if it does not existsAndy Cedilnik2004-04-271-0/+10
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-231-1/+10
* BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ...Bill Hoffman2004-04-221-0/+1
* ENH: Add check for infinite loops. Make sure that files written using WRITE_F...Andy Cedilnik2004-04-181-0/+21
* ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add oppos...Andy Cedilnik2004-04-151-0/+5
* ENH: If configure file fails do not create directoryAndy Cedilnik2004-03-281-0/+5
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-3/+15
* ENH: Try to remove warningAndy Cedilnik2004-03-091-1/+1
* ENH: Move implementation of configure_file to cmMakefile, so that other class...Andy Cedilnik2004-03-091-0/+68
* ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand....Brad King2004-03-031-1/+63
* ERR: Fix GetModulesFileAndy Cedilnik2004-02-291-0/+1
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-17/+37
* ENH: generate a sln and dsw file for each sub project in a projectBill Hoffman2003-11-261-0/+4
* BUG: hack fix for problem of MS vs 6 and custom target commandsBill Hoffman2003-11-031-3/+22
* ENH: Start includding the scripting supportAndy Cedilnik2003-10-291-2/+17
* added beta release supportKen Martin2003-08-111-0/+4
* removed redundent includesKen Martin2003-08-101-1/+0
* removed duplicate includeKen Martin2003-08-101-1/+0
* ENH: When fixing cache value with uninitialized type, collapse full paths for...Andy Cedilnik2003-08-081-0/+20
* ENH: Handle untyped but initialized values for boolean AddCacheDefinition. Cl...Andy Cedilnik2003-08-081-2/+10
* ENH: oops, initialize variableAndy Cedilnik2003-08-061-1/+1
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+25
* BUG: Fix problem with uninitialized variablesAndy Cedilnik2003-08-021-1/+2
* ENH: Allow specifying cmake variables on the command line without specifying ...Andy Cedilnik2003-08-011-2/+9