index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...
Bill Hoffman
2004-09-29
1
-2/+2
*
ENH: major changes to support addition of languages from cmake modules direct...
Bill Hoffman
2004-09-22
1
-7/+6
*
ENH: add better error reporting for file open failures
Bill Hoffman
2004-09-07
1
-0/+1
*
ENH: define language extensions in cmake files and not hard coded, also fix t...
Bill Hoffman
2004-09-03
1
-0/+3
*
ENH: try to initialize all languages at the same time
Bill Hoffman
2004-08-27
1
-1/+1
*
BUG: fix bug where custom command generated .h files do not get the header_fi...
Bill Hoffman
2004-08-09
1
-2/+4
*
ENH: initial fortran support
Bill Hoffman
2004-08-06
1
-0/+13
*
BUG: Fix crash when adding a custom command to a source file that cannot be c...
Brad King
2004-08-04
1
-7/+15
*
BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile i...
Brad King
2004-08-04
1
-1/+2
*
ERR: Removed duplicate default arguments.
Brad King
2004-08-04
1
-2/+2
*
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU...
Brad King
2004-08-04
1
-3/+17
*
BUG: fix for bug 998, fix spelling errors
Bill Hoffman
2004-07-26
1
-1/+1
*
ENH: When running cmake with PreLoad make sure CMAKE_CURRENT_SOURCE/BINARY_DI...
Andy Cedilnik
2004-07-20
1
-0/+8
*
BUG: fix spelling errors BUG 952
Bill Hoffman
2004-07-09
1
-2/+2
*
ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search ...
Bill Hoffman
2004-06-30
1
-3/+3
*
ENH: Detect if there were problems writing file
Andy Cedilnik
2004-05-27
1
-4/+11
*
ENH: Implement additional make clean files as a directory property instead of...
Andy Cedilnik
2004-05-20
1
-0/+35
*
ENH: Add method to get definition even if it does not exists
Andy Cedilnik
2004-04-27
1
-0/+10
*
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
Bill Hoffman
2004-04-23
1
-1/+10
*
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ...
Bill Hoffman
2004-04-22
1
-0/+1
*
ENH: Add check for infinite loops. Make sure that files written using WRITE_F...
Andy Cedilnik
2004-04-18
1
-0/+21
*
ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add oppos...
Andy Cedilnik
2004-04-15
1
-0/+5
*
ENH: If configure file fails do not create directory
Andy Cedilnik
2004-03-28
1
-0/+5
*
ENH: add new subdirectory exclude from top option
Bill Hoffman
2004-03-09
1
-3/+15
*
ENH: Try to remove warning
Andy Cedilnik
2004-03-09
1
-1/+1
*
ENH: Move implementation of configure_file to cmMakefile, so that other class...
Andy Cedilnik
2004-03-09
1
-0/+68
*
ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand....
Brad King
2004-03-03
1
-1/+63
*
ERR: Fix GetModulesFile
Andy Cedilnik
2004-02-29
1
-0/+1
*
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
Andy Cedilnik
2004-02-28
1
-17/+37
*
ENH: generate a sln and dsw file for each sub project in a project
Bill Hoffman
2003-11-26
1
-0/+4
*
BUG: hack fix for problem of MS vs 6 and custom target commands
Bill Hoffman
2003-11-03
1
-3/+22
*
ENH: Start includding the scripting support
Andy Cedilnik
2003-10-29
1
-2/+17
*
added beta release support
Ken Martin
2003-08-11
1
-0/+4
*
removed redundent includes
Ken Martin
2003-08-10
1
-1/+0
*
removed duplicate include
Ken Martin
2003-08-10
1
-1/+0
*
ENH: When fixing cache value with uninitialized type, collapse full paths for...
Andy Cedilnik
2003-08-08
1
-0/+20
*
ENH: Handle untyped but initialized values for boolean AddCacheDefinition. Cl...
Andy Cedilnik
2003-08-08
1
-2/+10
*
ENH: oops, initialize variable
Andy Cedilnik
2003-08-06
1
-1/+1
*
ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
Andy Cedilnik
2003-08-06
1
-0/+25
*
BUG: Fix problem with uninitialized variables
Andy Cedilnik
2003-08-02
1
-1/+2
*
ENH: Allow specifying cmake variables on the command line without specifying ...
Andy Cedilnik
2003-08-01
1
-2/+9
*
bug fix for bug # 117
Ken Martin
2003-07-31
1
-5/+7
*
ENH: Fully implemented SOURCE_GROUP command.
Brad King
2003-07-23
1
-7/+10
*
ENH: Initial framework for deprecated commands
Andy Cedilnik
2003-07-21
1
-2/+19
*
BUG: Custom commands should have variables expanded before comparing with pre...
Brad King
2003-07-14
1
-10/+10
*
BUG#65: Fixed inheritance of CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINAR...
Brad King
2003-07-08
1
-6/+8
*
performance improvements
Ken Martin
2003-06-24
1
-35/+12
*
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...
Brad King
2003-06-23
1
-4/+7
*
ENH: Merged use of kwsys library.
Brad King
2003-06-23
1
-1/+0
*
fix to expand variables in custom command outputs and main dependencies
Ken Martin
2003-06-21
1
-4/+16
[next]