Andy Cedilnik
|
d86d2fdf12
|
ENH: Fix argument parsing on UNIX with spaces
|
2003-08-04 07:12:42 -04:00 |
Andy Cedilnik
|
2c33b3db65
|
ENH: Use new RunCommand
|
2003-08-03 22:41:34 -04:00 |
Andy Cedilnik
|
41feb1f86b
|
ENH: Use new RunCommand
|
2003-08-03 22:36:17 -04:00 |
Andy Cedilnik
|
369a4188e6
|
ENH: Use the new RunCommand
|
2003-08-03 22:35:52 -04:00 |
Andy Cedilnik
|
1d3921b4ca
|
ENH: Use the new signature
|
2003-08-03 22:34:59 -04:00 |
Andy Cedilnik
|
0b150f69c2
|
ENH: Use the new RunCommand
|
2003-08-03 22:34:37 -04:00 |
Andy Cedilnik
|
32c2ed2ef3
|
ENH: Use the new signature
|
2003-08-03 22:33:35 -04:00 |
Andy Cedilnik
|
8a31793c89
|
ENH: Add back the kwsysProcess RunCommand, now is in parallel
|
2003-08-03 22:32:15 -04:00 |
Andy Cedilnik
|
c7f1198a00
|
ENH: Add accessor for the list of commands
|
2003-08-03 20:47:44 -04:00 |
Andy Cedilnik
|
32bfe66b5d
|
BUG: Fix problem with uninitialized variables
|
2003-08-02 09:33:23 -04:00 |
Andy Cedilnik
|
f7000fa7b9
|
ENH: Make out of source work on Windows
|
2003-08-01 18:53:19 -04:00 |
Andy Cedilnik
|
e036e52bd6
|
ENH: Fix test for Visual Studio
|
2003-08-01 18:52:21 -04:00 |
Andy Cedilnik
|
2dff3c60ea
|
ERR: Remove debug
|
2003-08-01 16:47:38 -04:00 |
Brad King
|
8daa162753
|
ENH: Dependency lists are now split into multiple make lines to allow longer lists on limited make programs.
|
2003-08-01 15:33:59 -04:00 |
Andy Cedilnik
|
f5559b0ec8
|
ENH: Add support for -pthread
|
2003-08-01 15:33:32 -04:00 |
Brad King
|
1f3106c1b0
|
BUG: Adding link flags to an executable that links to shared libraries must be done for both EXECUTABLE and WIN32_EXECUTABLE targets.
|
2003-08-01 15:27:26 -04:00 |
Bill Hoffman
|
4808d9cec2
|
BUG (85): allow . to be in the name of an executable
|
2003-08-01 14:34:51 -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
|
7d33e05a15
|
all Makefiles now have both full path to exe and short version
|
2003-08-01 14:10:22 -04:00 |
Ken Martin
|
8b8766d246
|
fix for utility command without EXECUTABLE_OUTPUT_PATH
|
2003-08-01 13:54:53 -04:00 |
Andy Cedilnik
|
c198fa1af3
|
ENH: Syntax cleanup
|
2003-08-01 13:24:42 -04:00 |
Bill Hoffman
|
63ca58ceaf
|
ENH: allow lib prefix for to stay for nmake and borland make as it is not a system prefix
|
2003-08-01 13:13:43 -04:00 |
Andy Cedilnik
|
b036f6e91d
|
ENH: Fix echo's to use @echo. This way verbose mode does not print twice: Bug #45 - add @ from echo commands
|
2003-08-01 12:49:12 -04:00 |
Ken Martin
|
64a45a34bd
|
made option advanced
|
2003-08-01 11:58:19 -04:00 |
Ken Martin
|
847bda5270
|
fix for bug # 101
|
2003-08-01 09:11:04 -04:00 |
Ken Martin
|
ad4dc3e0ef
|
more reverting back
|
2003-08-01 08:47:26 -04:00 |
Bill Hoffman
|
6e494f9bce
|
BUG: when creating rule files remove the IntDir
|
2003-07-31 16:43:53 -04:00 |
Ken Martin
|
e9c517ecf1
|
fix for spaces
|
2003-07-31 16:30:49 -04:00 |
Bill Hoffman
|
42b39099a7
|
ENH: add support for OBJECT_DEPENDS for visual studio
|
2003-07-31 15:32:53 -04:00 |
Ken Martin
|
0e067f9223
|
bug fix for bug # 117
|
2003-07-31 14:46:17 -04:00 |
Andy Cedilnik
|
e8a3e9392b
|
ENH: Fix wx test
|
2003-07-31 08:55:22 -04:00 |
Andy Cedilnik
|
804efd91e4
|
ENH: Allow qt ui files being it the binary dir. Bug #110 - QT_WRAP_UI problem on out-of-source builds
|
2003-07-30 13:27:41 -04:00 |
Andy Cedilnik
|
de16c3b926
|
ENH: Revert back
|
2003-07-30 13:14:14 -04:00 |
Andy Cedilnik
|
cd94e07884
|
ENH: Also fail when make failsSource/cmaketest.cxx
|
2003-07-30 13:11:45 -04:00 |
Andy Cedilnik
|
c12cc46a00
|
ENH: Speedup globbing and attempt to fix cygwin problem
|
2003-07-29 18:06:33 -04:00 |
Andy Cedilnik
|
4ef0f1414c
|
ENH: Fix typo: Bug #100 - Spelling correction to an error message
|
2003-07-29 07:01:56 -04:00 |
Bill Hoffman
|
2ba1c0ab06
|
ENH: performance fixes for network depends
|
2003-07-28 18:12:23 -04:00 |
Bill Hoffman
|
3d27a6a391
|
ENH: put back old style call to SOURCE_GROUP, no need to break things for this
|
2003-07-28 14:43:04 -04:00 |
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
|
2003-07-28 13:40:53 -04:00 |
Bill Hoffman
|
fe384ee980
|
add a better message for the GUI if no CMakeLists.txt file is found.
|
2003-07-25 13:39:47 -04:00 |
Andy Cedilnik
|
ca4b50a0c2
|
ENH: Remove warning
|
2003-07-24 11:53:03 -04:00 |
Andy Cedilnik
|
fae07565ca
|
ENH: Fix legal issues.
|
2003-07-24 11:51:41 -04:00 |
Ken Martin
|
85d16ea235
|
fix for utility depends bug#76
|
2003-07-24 11:37:43 -04:00 |
Brad King
|
62d5138ca3
|
ENH: Added FindPackageTest to improve coverage.
|
2003-07-24 11:33:06 -04:00 |
Brad King
|
78367fbc1b
|
ENH: Implemented QUIET argument propagation to FOO_FIND_QUIETLY setting in FindFOO.cmake module that is found.
|
2003-07-24 11:32:41 -04:00 |
Brad King
|
185c82b6ad
|
BUG: Fix for network path argument parsing.
|
2003-07-24 11:24:05 -04:00 |
Andy Cedilnik
|
d720b2bc72
|
ENH: On windows handle network paths
|
2003-07-24 11:12:03 -04:00 |
Brad King
|
08441daded
|
ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test.
|
2003-07-24 10:58:40 -04:00 |
Brad King
|
5a1d6f2866
|
ENH: Added support for documentation options.
|
2003-07-23 17:40:10 -04:00 |
Brad King
|
ae84581f86
|
ENH: Added construction of original command line in argc/argv style.
|
2003-07-23 17:31:25 -04:00 |
Brad King
|
6849cbdfcb
|
ENH: Improved behavior when run with arguments from the command line.
|
2003-07-23 17:28:44 -04:00 |
Brad King
|
fde552ea6e
|
ENH: CheckOptions now takes const argv.
|
2003-07-23 17:27:34 -04:00 |
Brad King
|
6f1a044018
|
ENH: Added backwards compatability.
|
2003-07-23 15:45:53 -04:00 |
Brad King
|
48aedb2ba3
|
ENH: Fully implemented SOURCE_GROUP command.
|
2003-07-23 15:32:54 -04:00 |
Andy Cedilnik
|
e093bdade0
|
ENH: Fix compatibility
|
2003-07-23 14:31:30 -04:00 |
Brad King
|
296ded5e4d
|
BUG: Fixed off-by-one error in file list loop. Fix submitted by David A. Karr.
|
2003-07-23 10:39:41 -04:00 |
Andy Cedilnik
|
8d22e9f70a
|
ENH: On windows and apple handle lowercase/upercase file name problem
|
2003-07-23 10:26:37 -04:00 |
Andy Cedilnik
|
7eb7973393
|
ERR: Fix error on bad C++ compiler that do not handle return void
|
2003-07-22 13:53:06 -04:00 |
Andy Cedilnik
|
ef20a2a8a9
|
BUG: Fix copy/paste typo
|
2003-07-22 13:15:45 -04:00 |
Andy Cedilnik
|
8327883f3f
|
ENH: Add DisplayStatus
|
2003-07-22 13:14:55 -04:00 |
Brad King
|
be68519dd4
|
ENH: Added introduction paragraph to documentation.
|
2003-07-21 17:13:53 -04:00 |
Brad King
|
a1bb1a4712
|
ENH: Added optional configuration of data/doc/man dirs. This will be useful for package maintainers.
|
2003-07-21 16:38:53 -04:00 |
Brad King
|
d4afed0724
|
Removing old file. This was used by old configure script which has been removed.
|
2003-07-21 16:37:31 -04:00 |
Andy Cedilnik
|
2d513c2364
|
ENH: fix glob on windows and add glob recurse test
|
2003-07-21 15:29:29 -04:00 |
Brad King
|
d4042b46d1
|
ENH: Added generation of cmake documentation during build preocess.
|
2003-07-21 15:02:12 -04:00 |
Brad King
|
90397af164
|
BUG: Text dump of documentation should be in ascii mode.
|
2003-07-21 14:58:07 -04:00 |
Brad King
|
1d75f1c9fb
|
BUG: Fixed documentation formatting.
|
2003-07-21 14:57:39 -04:00 |
Andy Cedilnik
|
0152cc3a35
|
ENH: Use new deprecation mechanism
|
2003-07-21 14:44:25 -04:00 |
Andy Cedilnik
|
18c6f9e0c5
|
ENH: Initial framework for deprecated commands
|
2003-07-21 14:44:00 -04:00 |
Andy Cedilnik
|
0e1de8a9f2
|
ENH: Fix comment
|
2003-07-21 14:43:14 -04:00 |
Andy Cedilnik
|
4d311988b9
|
ENH: Initial framework for deprecated commands
|
2003-07-21 14:42:54 -04:00 |
Andy Cedilnik
|
8540b88e69
|
ENH: Handle ^ as [^fu]
|
2003-07-21 13:46:47 -04:00 |
Andy Cedilnik
|
11e212bfc2
|
ENH: Remove extra new line after the written string
|
2003-07-17 14:56:17 -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 |
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
|
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 |
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
|
372d2cbea9
|
ENH: Start working on a general file manipulation command
|
2003-07-07 17:47:17 -04:00 |
Andy Cedilnik
|
197368d9e7
|
ENH: Add optional argument to GetLineFromStream which can let the caller know whether there was a new line character at the end of the line that was just read
|
2003-07-07 17:45:51 -04:00 |
Brad King
|
78edd51671
|
ENH: Made call to FormatMessage more robust.
|
2003-07-07 09:38:14 -04:00 |
Brad King
|
7479303e01
|
ENH: Using new Process SetWorkingDirectory method instead of manually implementing it.
|
2003-07-07 09:16:36 -04:00 |
Brad King
|
b5fec4a3c8
|
ENH: Implemented SetWorkingDirectory method.
|
2003-07-07 09:12:34 -04:00 |
Brad King
|
2b8bfb3b5d
|
ENH: Implemented SetWorkingDirectory method on Windows.
|
2003-07-07 09:10:08 -04:00 |
Brad King
|
ccc629702c
|
ENH: Using kwsys Process implementation to implement RunCommand.
|
2003-07-07 08:41:28 -04:00 |
Andy Cedilnik
|
125b795637
|
ENH: Start working on Working Directory support
|
2003-07-07 08:36:40 -04:00 |
Brad King
|
179abe7ffe
|
ENH: Using GetTempPath instead of TEMP environment variable to get a location to write the Win9x forwarding executable.
|
2003-07-06 20:40:51 -04:00 |
Brad King
|
33566642a0
|
BUG: Argument parsers do not always remove double quotes from around an argument that has no spaces.
|
2003-07-03 18:33:53 -04:00 |
Bill Hoffman
|
f22a4a908d
|
ENH: add linker flags
|
2003-07-03 12:50:41 -04:00 |
Bill Hoffman
|
711febc82d
|
ENH: null terminate at the end of the list
|
2003-07-03 11:39:33 -04:00 |
Brad King
|
edcaaabe99
|
BUG: Install target for standard header wrappers must point at the std subdirectory in the installation.
|
2003-07-03 07:58:07 -04:00 |
Brad King
|
f24a0f17ea
|
ERR: Added cast to remove warning. We know the length of the string will not be beyond 2^31.
|
2003-07-02 08:35:30 -04:00 |
Brad King
|
cee10ceebd
|
ERR: Added casts to remove type conversion warnings. Pointer differences can be 64-bit, but unsigned long is 32-bit on many platforms. We know we are not traversing more data than can be handled by an unsigned long, though, because the length argument is an unsigned long.
|
2003-07-01 13:32:28 -04:00 |
Brad King
|
6b1770932e
|
ERR: Should use %p to pass HANDLE values on a command line, not %d.
|
2003-07-01 13:27:42 -04:00 |
Brad King
|
84b6583fca
|
ERR: Removed unreachable code.
|
2003-07-01 13:27:22 -04:00 |
Brad King
|
83aa7b6b0b
|
ERR: Reduced requirements on preprocessor for export macro due to limitations of Mac preprocessor. The preprocessor can be fixed by using -no-cpp-precomp, but we don't want to require that option for every source file that includes our headers.
|
2003-07-01 11:40:34 -04:00 |
Brad King
|
11de69901e
|
ERR: Added explicit cast from size_t to int. We know that the data will not be out of range.
|
2003-07-01 08:54:42 -04:00 |
Andy Cedilnik
|
1f5defbdcf
|
ERR: Remove warnings on Windows
|
2003-06-30 10:44:35 -04:00 |
Brad King
|
ef76ed76f8
|
ENH: Added DLL support.
|
2003-06-30 10:30:38 -04:00 |
Brad King
|
6eb6225e2a
|
Removing old file.
|
2003-06-30 10:07:11 -04:00 |
Brad King
|
d24b9feaf3
|
ENH: Updated comments for doxygen.
|
2003-06-30 08:49:09 -04:00 |
Brad King
|
f590483a0b
|
BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C.
|
2003-06-30 08:48:53 -04:00 |
Brad King
|
a519a99114
|
ENH: Using FOREACH to shorten enabling of C components.
|
2003-06-30 08:48:31 -04:00 |
Andy Cedilnik
|
0f1af706b5
|
ENH: Initial import of Base64
|
2003-06-29 21:42:48 -04:00 |
Ken Martin
|
bab4bcb570
|
fix compiler warnings
|
2003-06-27 08:46:00 -04:00 |
Brad King
|
7456fc360e
|
ENH: Updated documentation to describe enabling of classes.
|
2003-06-26 13:39:35 -04:00 |
Brad King
|
a778cd0f3d
|
ERR: Fixed use of non-constant initializer.
|
2003-06-25 09:32:38 -04:00 |
Brad King
|
915972ff44
|
ERR: Fixed conversion warning.
|
2003-06-25 08:29:44 -04:00 |
Bill Lorensen
|
78ecb7f33f
|
ERR: portability.
|
2003-06-24 21:37:02 -04:00 |
Ken Martin
|
7f34d64b0a
|
compiler fix
|
2003-06-24 16:35:59 -04:00 |
Ken Martin
|
840389b64f
|
moved depend code into cmTarget
|
2003-06-24 15:24:30 -04:00 |
Ken Martin
|
e315bff47b
|
performance improvements
|
2003-06-24 15:23:34 -04:00 |
Ken Martin
|
76b344c6fe
|
performance improvements
|
2003-06-24 15:11:21 -04:00 |
Ken Martin
|
117f961a5a
|
moved function into cmTarget
|
2003-06-24 15:10:47 -04:00 |
Brad King
|
45e508f530
|
ERR: Renamed superclass typedef from SystemTools to Superclass to avoid conflict across platforms.
|
2003-06-24 10:16:28 -04:00 |
Brad King
|
51eb9596bc
|
ERR: std->kwsys_std.
|
2003-06-24 09:02:46 -04:00 |
Brad King
|
4435e364b8
|
ERR: Typedefs are not inherited on SGI and Borland.
|
2003-06-24 08:19:51 -04:00 |
Ken Martin
|
b56dcc2a30
|
perf improvement
|
2003-06-23 16:26:48 -04:00 |