Bill Hoffman
|
5bf55d1590
|
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
2004-09-29 16:07:07 -04:00 |
Bill Hoffman
|
692ba48c4e
|
ENH: major changes to support addition of languages from cmake modules directory.
|
2004-09-22 14:42:05 -04:00 |
Bill Hoffman
|
b5bdf2cb0a
|
ENH: add better error reporting for file open failures
|
2004-09-07 16:55:25 -04:00 |
Bill Hoffman
|
c2ef51e181
|
ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem
|
2004-09-03 12:03:41 -04:00 |
Bill Hoffman
|
731369ef9c
|
ENH: try to initialize all languages at the same time
|
2004-08-27 08:41:07 -04:00 |
Bill Hoffman
|
63e6237600
|
BUG: fix bug where custom command generated .h files do not get the header_file_only flag set
|
2004-08-09 13:03:41 -04:00 |
Bill Hoffman
|
9655299f08
|
ENH: initial fortran support
|
2004-08-06 14:51:41 -04:00 |
Brad King
|
3c5bccf8a1
|
BUG: Fix crash when adding a custom command to a source file that cannot be created.
|
2004-08-04 17:24:21 -04:00 |
Brad King
|
9b1771aef4
|
BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile instance for the listfile containing the TRY_COMPILE call, not the top level listfile.
|
2004-08-04 16:33:10 -04:00 |
Brad King
|
f99d948916
|
ERR: Removed duplicate default arguments.
|
2004-08-04 14:34:03 -04:00 |
Brad King
|
b6da1d1271
|
ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012.
|
2004-08-04 10:45:11 -04:00 |
Bill Hoffman
|
c8101e8e47
|
BUG: fix for bug 998, fix spelling errors
|
2004-07-26 16:59:55 -04:00 |
Andy Cedilnik
|
42ea896d22
|
ENH: When running cmake with PreLoad make sure CMAKE_CURRENT_SOURCE/BINARY_DIR works
|
2004-07-20 11:07:37 -04:00 |
Bill Hoffman
|
5b63b1843e
|
BUG: fix spelling errors BUG 952
|
2004-07-09 14:18:44 -04:00 |
Bill Hoffman
|
40fbba22a4
|
ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search them first, PATH second, and last the paths listed in the FIND call
|
2004-06-30 11:31:41 -04:00 |
Andy Cedilnik
|
d1470b7d7c
|
ENH: Detect if there were problems writing file
|
2004-05-27 12:53:15 -04:00 |
Andy Cedilnik
|
3031467e33
|
ENH: Implement additional make clean files as a directory property instead of cmake variable
|
2004-05-20 16:56:34 -04:00 |
Andy Cedilnik
|
e09e1679ab
|
ENH: Add method to get definition even if it does not exists
|
2004-04-27 11:30:31 -04:00 |
Bill Hoffman
|
8b0b749a11
|
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
|
2004-04-23 12:52:48 -04:00 |
Bill Hoffman
|
d59e06595c
|
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
|
2004-04-22 13:24:20 -04:00 |
Andy Cedilnik
|
55a71ba572
|
ENH: Add check for infinite loops. Make sure that files written using WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
|
2004-04-18 14:41:46 -04:00 |
Andy Cedilnik
|
504d0bc3b3
|
ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add opposite to ADD_DEFINITIONS
|
2004-04-15 13:58:10 -04:00 |
Andy Cedilnik
|
4a1f15c344
|
ENH: If configure file fails do not create directory
|
2004-03-28 16:00:57 -05:00 |
Bill Hoffman
|
ddb815c125
|
ENH: add new subdirectory exclude from top option
|
2004-03-09 16:28:44 -05:00 |
Andy Cedilnik
|
f93b1e6d48
|
ENH: Try to remove warning
|
2004-03-09 07:50:45 -05:00 |
Andy Cedilnik
|
3f752ea4cd
|
ENH: Move implementation of configure_file to cmMakefile, so that other classes can use it
|
2004-03-08 19:05:04 -05:00 |
Brad King
|
1dd718457f
|
ENH: Moved variable and #cmakedefine replacement from cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code.
|
2004-03-03 18:18:47 -05:00 |
Andy Cedilnik
|
07bd2d8264
|
ERR: Fix GetModulesFile
|
2004-02-29 15:13:01 -05:00 |
Andy Cedilnik
|
b1a7421840
|
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
|
2004-02-28 18:59:19 -05:00 |
Bill Hoffman
|
5ccfaefb48
|
ENH: generate a sln and dsw file for each sub project in a project
|
2003-11-26 14:29:53 -05:00 |
Bill Hoffman
|
eff0a824c4
|
BUG: hack fix for problem of MS vs 6 and custom target commands
|
2003-11-03 15:57:56 -05:00 |
Andy Cedilnik
|
ac2859aaa3
|
ENH: Start includding the scripting support
|
2003-10-29 09:45:26 -05:00 |
Ken Martin
|
3baca1e34f
|
added beta release support
|
2003-08-11 14:45:16 -04:00 |
Ken Martin
|
072db6ad70
|
removed redundent includes
|
2003-08-10 18:30:54 -04:00 |
Ken Martin
|
6a2f1926d8
|
removed duplicate include
|
2003-08-10 16:00:27 -04:00 |
Andy Cedilnik
|
a6567329d7
|
ENH: When fixing cache value with uninitialized type, collapse full paths for PATH and FILEPATH. Closes Bug #82 - Specifying relative path when entering path can break things
|
2003-08-08 10:07:09 -04:00 |
Andy Cedilnik
|
2003b4987a
|
ENH: Handle untyped but initialized values for boolean AddCacheDefinition. Closes Bug #118 - Specifying cache entries with -D should not need the type
|
2003-08-08 09:26:55 -04:00 |
Andy Cedilnik
|
d0b3391642
|
ENH: oops, initialize variable
|
2003-08-06 19:19:17 -04:00 |
Andy Cedilnik
|
96d561aabc
|
ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES
|
2003-08-06 18:54:13 -04:00 |
Andy Cedilnik
|
32bfe66b5d
|
BUG: Fix problem with uninitialized variables
|
2003-08-02 09:33:23 -04:00 |
Andy Cedilnik
|
2f98c791fa
|
ENH: Allow specifying cmake variables on the command line without specifying the type Bug #118 - Specifying cache entries with -D should not need the type
|
2003-08-01 14:10:26 -04:00 |
Ken Martin
|
0e067f9223
|
bug fix for bug # 117
|
2003-07-31 14:46:17 -04:00 |
Brad King
|
48aedb2ba3
|
ENH: Fully implemented SOURCE_GROUP command.
|
2003-07-23 15:32:54 -04:00 |
Andy Cedilnik
|
18c6f9e0c5
|
ENH: Initial framework for deprecated commands
|
2003-07-21 14:44:00 -04:00 |
Brad King
|
53510fa603
|
BUG: Custom commands should have variables expanded before comparing with previously added custom commands.
|
2003-07-14 10:33:09 -04:00 |
Brad King
|
1a4ec91593
|
BUG#65: Fixed inheritance of CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR.
|
2003-07-08 13:27:34 -04:00 |
Ken Martin
|
e315bff47b
|
performance improvements
|
2003-06-24 15:23:34 -04:00 |
Brad King
|
38482b46d1
|
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression.
|
2003-06-23 14:10:12 -04:00 |
Brad King
|
dc3fd5c267
|
ENH: Merged use of kwsys library.
|
2003-06-23 08:58:58 -04:00 |
Ken Martin
|
aaf2795050
|
fix to expand variables in custom command outputs and main dependencies
|
2003-06-20 20:33:43 -04:00 |