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 |