Andy Cedilnik
|
4d311988b9
|
ENH: Initial framework for deprecated commands
|
2003-07-21 14:42:54 -04:00 |
Andy Cedilnik
|
187a58430b
|
ENH: add more coverage tests
|
2003-07-21 13:48:18 -04:00 |
Andy Cedilnik
|
8540b88e69
|
ENH: Handle ^ as [^fu]
|
2003-07-21 13:46:47 -04:00 |
Andy Cedilnik
|
add486e818
|
ENH: Add additional new line after the string to match the change in file command
|
2003-07-17 14:56:44 -04:00 |
Andy Cedilnik
|
11e212bfc2
|
ENH: Remove extra new line after the written string
|
2003-07-17 14:56:17 -04:00 |
Andy Cedilnik
|
d6ebc123f7
|
ENH: Extra new line after output
|
2003-07-17 14:55:45 -04:00 |
Bill Hoffman
|
79c298e12c
|
ENH: set CMAKE_SYSTEM_VERSION for windows
|
2003-07-16 15:38:31 -04:00 |
Brad King
|
8ca5266645
|
ENH: Added QUIET optional argument to block error message when _DIR variable is not set. Also removed upper-casing of package name.
|
2003-07-16 14:52:51 -04:00 |
Brad King
|
c2b98959c5
|
ENH: Added dump of more files. Improved robustness of dump.
|
2003-07-16 11:38:57 -04:00 |
Bill Hoffman
|
f47b9d01ce
|
ENH: remove local broken implementation of convert to windows path
|
2003-07-15 12:52:47 -04:00 |
Bill Hoffman
|
aeab59d9e7
|
ENH: better error checking
|
2003-07-15 12:52:16 -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 |
Ken Martin
|
af8c7e7616
|
some updates
|
2003-07-14 10:13:30 -04:00 |
Ken Martin
|
24f4c279d9
|
some updates
|
2003-07-14 09:44:05 -04:00 |
Ken Martin
|
eacc8da7e5
|
some updates
|
2003-07-14 09:31:29 -04:00 |
Andy Cedilnik
|
274535d366
|
ENH: Recurse subdirectories
|
2003-07-14 09:15:13 -04:00 |
Brad King
|
2910c30dd5
|
ENH: Removed cmsys include directory from bootstrap build of kwsys. It is no longer needed.
|
2003-07-11 17:21:28 -04:00 |
Brad King
|
0e0fa2a25e
|
BUG: Update of release utilities must maintain tag.
|
2003-07-11 16:29:14 -04:00 |
Andy Cedilnik
|
a17587c244
|
ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things
|
2003-07-11 14:14:03 -04:00 |
Brad King
|
958987c27f
|
ERR: Removed duplicate generator documentation.e
|
2003-07-10 23:22:09 -04:00 |
Brad King
|
7c2b4e3a02
|
ENH: Added SEE ALSO section to generated man page. Minor formatting improvements for generated text-only documentation.
|
2003-07-10 23:15:45 -04:00 |
Brad King
|
c080627957
|
ENH: Added CMAKE_STANDARD_INTRODUCTION macro defining standard documentation for inclusion in every binary's documentation.
|
2003-07-10 23:14:49 -04:00 |
Brad King
|
a04796ddcb
|
ENH: Wrote basic description in full documentation block.
|
2003-07-10 23:14:11 -04:00 |
Andy Cedilnik
|
27ecfcea6d
|
ENH: Add missing include
|
2003-07-10 14:48:53 -04:00 |
Brad King
|
dda94a9693
|
ERR: Generated source files need access to kwsysPrivate.h. Just copy it to the build tree.
|
2003-07-10 14:46:48 -04:00 |
Andy Cedilnik
|
45ea83a694
|
ERR: Remove unused variable
|
2003-07-10 14:35:58 -04:00 |
Brad King
|
d715fba1cb
|
ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys headers through their configured namespace.
|
2003-07-10 14:32:30 -04:00 |
Andy Cedilnik
|
b75c229444
|
ENH: Add test for string and file commands
|
2003-07-10 14:29:30 -04:00 |
Andy Cedilnik
|
c4275f54c7
|
ENH: Add upper and lower case support. Close Bug #79 - STRING TOUPPER and TOLOWER
|
2003-07-10 13:25:54 -04:00 |
Brad King
|
a6fd6a0bae
|
ENH: Added escape support for ( and ).
|
2003-07-09 17:25:24 -04:00 |
Brad King
|
40c156dead
|
ENH: Added support for # characters inside quoted arguments and for escaping # in a non-quoted argument. Improved parsing speed by not compiling regular expressions on blank lines.
|
2003-07-09 17:17:34 -04:00 |
Brad King
|
36880845b6
|
ERR: Using strncpy instead of snprintf for portability.
|
2003-07-09 16:18:14 -04:00 |
Andy Cedilnik
|
d0964a349e
|
ENH: Add MAKE_DIRECTORY and modify documentation
|
2003-07-08 16:33:29 -04:00 |
Andy Cedilnik
|
cf9562694f
|
ENH: Remove commented code
|
2003-07-08 16:27:13 -04:00 |
Andy Cedilnik
|
44fa93c8a7
|
ENH: More speedup
|
2003-07-08 15:54:24 -04:00 |
Andy Cedilnik
|
4494326f5e
|
ENH: Attempt to speedup cmake of cmake on Windows
|
2003-07-08 15:47:18 -04:00 |
Andy Cedilnik
|
db77d2e019
|
ENH: Add globbing to FILE command
|
2003-07-08 14:18:17 -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 |
Bill Hoffman
|
b274069b93
|
ENH: allow cancel and display of progress during cpu intensive configure steps
|
2003-07-08 13:12:10 -04:00 |
Andy Cedilnik
|
6566ba20ac
|
ENH: Fix example
|
2003-07-08 09:21:45 -04:00 |
Brad King
|
6167fa8aa2
|
ERR: Added missing std::.
|
2003-07-08 00:28:23 -04:00 |
Brad King
|
ed273acfa7
|
ENH: Improved name of cmake version variables. They are now CMake_VERSION (major.minor) and CMake_VERSION_FULL (major.minor.patch).
|
2003-07-07 23:20:30 -04:00 |
Brad King
|
eb7b7dc104
|
BUG: Removed extra newlines from help text.
|
2003-07-07 22:54:26 -04:00 |
Brad King
|
1cecf7b5aa
|
ENH: Added support to write multiple help options with one command line. Output files can now also be specified for the help options.
|
2003-07-07 22:44:18 -04:00 |
Brad King
|
b85f000e26
|
ERR: Removed useless set.
|
2003-07-07 22:41:46 -04:00 |
Brad King
|
91f8f88490
|
ENH: Made ADD_DEPENDENCIES available from bootstrapped cmake. It will be needed to build cmake.
|
2003-07-07 22:41:27 -04:00 |
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.
|
2003-07-07 21:52:10 -04:00 |
Brad King
|
cbb1de923a
|
BUG: Parsing of arguments from string by RunCommand before passing to Process execution does not work with backslashes in path names. Until this is fixed, we cannot use Process execution from kwsys.
|
2003-07-07 18:27:57 -04:00 |
Andy Cedilnik
|
2a6e9970b3
|
ENH: Fix bootstrap to include ProcessUNIX.c
|
2003-07-07 17:52:53 -04:00 |
Andy Cedilnik
|
372d2cbea9
|
ENH: Start working on a general file manipulation command
|
2003-07-07 17:47:17 -04:00 |