Andy Cedilnik
|
afc33a1990
ENH: Argument for script mode is -P (process) and take out the automatic script mode
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
306fc9ea96
ENH: Improved error messages when source tree does not have a CMakeLists.txt file. No matter how many cases we check, there always seems to be a user that finds a case that gives a confusing error message...
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
ffd8ca9cd9
BUG: cmake_symlink_library should return the accumulated result, not just 0.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
5bbc45d589
BUG: The cmake_symlink_library command needs to remove existing files before creating links.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
f764e1fcb2
ENH: Added undocumented cmake_symlink_library to help with building versioned shared libraries.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
7ce0e4c576
BUG#313: Improving error message when no CMakeLists.txt file is found in the source tree.
|
%!s(int64=22) %!d(string=hai) anos |
Andy Cedilnik
|
d21532cd02
ENH: Ok, no more argument needed for script mode
|
%!s(int64=22) %!d(string=hai) anos |
Andy Cedilnik
|
ac2859aaa3
ENH: Start includding the scripting support
|
%!s(int64=22) %!d(string=hai) anos |
Andy Cedilnik
|
b79c2f5a4c
ENH: Command should also be quoted
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
%!s(int64=22) %!d(string=hai) anos |
Bill Hoffman
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
%!s(int64=22) %!d(string=hai) anos |
Andy Cedilnik
|
39c7cb9197
ENH: Remove unused variable
|
%!s(int64=22) %!d(string=hai) anos |
Bill Hoffman
|
86947e0b26
ENH: remove a warning
|
%!s(int64=22) %!d(string=hai) anos |
Ken Martin
|
072db6ad70
removed redundent includes
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
1de2bba717
BUG: Fixed typo in error message.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
9234f45e23
ENH: Removed old argument processing code that never does anything.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
75b3751a4f
ENH: Clarified source directory mismatch message.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
1e077d436e
ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt file as an argument. Its settings will be loaded.
|
%!s(int64=22) %!d(string=hai) anos |
Andy Cedilnik
|
369a4188e6
ENH: Use the new RunCommand
|
%!s(int64=22) %!d(string=hai) anos |
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
|
%!s(int64=22) %!d(string=hai) anos |
Bill Hoffman
|
f7c9e258ae
BUG: make sure initial cache file read only reads one file, and does not look for CMakeLists.txt files on the entire disk
|
%!s(int64=22) %!d(string=hai) anos |
Bill Hoffman
|
fe384ee980
add a better message for the GUI if no CMakeLists.txt file is found.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
a1bb1a4712
ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
abffd72cbb
BUG: Fixed check for existence of CMakeLists.txt file in top-level source directory before first configure.
|
%!s(int64=22) %!d(string=hai) anos |
Andy Cedilnik
|
1e09bc5dde
ENH: Abstract pre configure check in a separate method
|
%!s(int64=22) %!d(string=hai) anos |
Bill Hoffman
|
5945a5a448
ENH: add some includes for borland 6
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
cbef9d224d
ERR: Fixed string literal->char* conversion warning.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
02f7cfbcbe
BUG: Need to remove the MAKEFLAGS when cmake starts. If cmake is run from inside make, we don't want the try-compiles to inherit the makeflags.
|
%!s(int64=22) %!d(string=hai) anos |
Brad King
|
20b198835c
ENH: When the initially configured generator is invalid, allow the user to change the generator without deleting the cache by hand.
|
%!s(int64=22) %!d(string=hai) anos |