Andy Cedilnik
|
4e88020581
ENH: Support cmake in directory with space
|
před 23 roky |
Bill Hoffman
|
fc170d5be6
fix for correct path style in depend file
|
před 23 roky |
Andy Cedilnik
|
77c538d12b
BUG: Fix problem with lib in the name of library. If there was lib in the name of library, then on Windows (where there is not lib prefix), cmake split the name wrongly. This only manifested when full path to the library is specified.
|
před 23 roky |
Bill Hoffman
|
ae5a80c795
spelling errors
|
před 23 roky |
Brad King
|
c9cec2add5
ENH: Running "make test" can now have ARGS specified on the command line. These ARGS are passed to ctest.
|
před 23 roky |
Bill Hoffman
|
217f4b764a
BUG: fix for spaces in paths in library path
|
před 23 roky |
Brad King
|
cde384411d
Several fixes/improvements:
|
před 23 roky |
Brad King
|
9cbb4fd308
BUG: Fixed typo in previous fix.
|
před 23 roky |
Brad King
|
594bc7f22b
BUG: Fixed directory creation for spaces in install path.
|
před 23 roky |
Brad King
|
5bb1a79c9f
ENH: Support for spaces in paths during make install.
|
před 23 roky |
Brad King
|
c8694bb509
BUG: When there are no link flags, we want an empty string, not a null pointer.
|
před 23 roky |
Brad King
|
b290e5282c
ENH: Support LINK_FLAGS property for static libraries.
|
před 23 roky |
Bill Hoffman
|
3daf7f8056
WAR: remove warinings
|
před 23 roky |
Bill Hoffman
|
e74377dcd8
ENH: fixes for borland with spaces in the path
|
před 23 roky |
Bill Hoffman
|
d14ceb8a38
clean up warning and use more short paths
|
před 23 roky |
Bill Hoffman
|
3859417d1a
ENH: add target properties
|
před 23 roky |
Brad King
|
4cbcd08594
BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file.
|
před 23 roky |
Brad King
|
3348131819
ENH: Added source file property OBJECT_DEPENDS to support generated header files included in non-generated sources.
|
před 23 roky |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
před 23 roky |
Andy Cedilnik
|
3893ee72d2
Add comment support, so that you can see in build process what the custom command does
|
před 23 roky |
Bill Hoffman
|
65032b816e
BUG: do not output empty depends
|
před 23 roky |
Bill Hoffman
|
f03d370ee7
remove cerr
|
před 23 roky |
Bill Hoffman
|
5a676508c4
BUG: fix bug in depends
|
před 23 roky |
Andy Cedilnik
|
39714fb179
Rename variable to remove warning
|
před 23 roky |
Bill Hoffman
|
b0f4a4cb39
ENH: fix IntDir jump and build problem
|
před 23 roky |
Bill Hoffman
|
19aa18fd26
use correct path type for check_cache file
|
před 23 roky |
Bill Hoffman
|
7985bc118e
ENH: add a rule to automatically re-run cmake from the top if the CMakeCache.txt file is changed
|
před 23 roky |
Brad King
|
6676286784
ENH: When a full path to a library cannot be parsed, just add the whole path to the link line. If it isn't a valid path, the linker will complain.
|
před 23 roky |
Bill Hoffman
|
3873bd6257
correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all the rules
|
před 23 roky |
Bill Hoffman
|
82a01df535
ENH: remove forced enable language call because a PROJECT command is now added to each project
|
před 23 roky |