Brad King
|
a2b8c1fbcb
|
BUG: Add a space before the : only if the target name is one letter long. This works around bugs in some shells' tab completion of target names.
|
2004-10-27 08:49:41 -04:00 |
Brad King
|
0d622ae9e8
|
ENH: Added generation of rules for shared libraries and modules.
|
2004-10-27 08:47:49 -04:00 |
Brad King
|
414a2fd645
|
ENH: Added rules to build executables. Also began to consolidate flag list construction into separate methods.
|
2004-10-27 08:20:58 -04:00 |
Andy Cedilnik
|
5c168174f7
|
STYLE: Nightly Version update
|
2004-10-27 04:37:32 -04:00 |
Andy Cedilnik
|
c48af00154
|
BUG: Handle DOS files un unix file systems
|
2004-10-26 20:13:39 -04:00 |
Brad King
|
18642f4b4e
|
ENH: Do not generate touch rule for target level dependencies. There are no build-time dependencies by default.
|
2004-10-26 16:07:50 -04:00 |
Brad King
|
d7aca58343
|
ENH: Added generation of rule to build object file.
|
2004-10-26 14:49:11 -04:00 |
Bill Hoffman
|
bb316a4945
|
ENH: handle read only directories with configure file destination
|
2004-10-26 14:33:54 -04:00 |
Brad King
|
239378e4cb
|
ERR: Missing std:: on endl.
|
2004-10-26 13:00:24 -04:00 |
Brad King
|
2a7e2adf7a
|
ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. This needs a hook in cmake.cxx.
|
2004-10-26 12:55:20 -04:00 |
Brad King
|
3e59af4dcd
|
ENH: Added cmLocalUnixMakefileGenerator2 to build.
|
2004-10-26 12:54:51 -04:00 |
Brad King
|
1a4037c15a
|
ENH: Added object file dependency scanning.
|
2004-10-26 12:53:51 -04:00 |
Andy Cedilnik
|
163919a569
|
COMP: Remove warning on icl
|
2004-10-26 10:25:58 -04:00 |
Andy Cedilnik
|
d6c7de2c13
|
ENH: Handle more REMARKS on SGI
|
2004-10-26 10:24:31 -04:00 |
Brad King
|
16e86a3ea9
|
ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories method.
|
2004-10-26 10:15:49 -04:00 |
Andy Cedilnik
|
2bad658304
|
COMP: Attempt to fix warnings on SGI
|
2004-10-26 08:45:27 -04:00 |
Andy Cedilnik
|
182f6f969c
|
STYLE: Nightly Version update
|
2004-10-26 04:40:46 -04:00 |
Bill Hoffman
|
ccea94278b
|
ENH: add some more comments
|
2004-10-25 16:39:13 -04:00 |
Bill Hoffman
|
ef07a8565e
|
COMP: remove an unused variable warning
|
2004-10-25 13:40:17 -04:00 |
Bill Hoffman
|
626be7884a
|
FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing
|
2004-10-25 13:16:05 -04:00 |
Bill Hoffman
|
a3798b2cbf
|
COMP: remove warnings
|
2004-10-25 12:26:24 -04:00 |
Bill Hoffman
|
7ed631311c
|
FIX: fix RunSingleCommand to work with spaces in the path, and with an already quoted command
|
2004-10-25 11:59:50 -04:00 |
Andy Cedilnik
|
a3ce1fb293
|
ENH: Allow disabling of long running tests
|
2004-10-25 10:04:17 -04:00 |
Andy Cedilnik
|
604478e0f6
|
STYLE: Nightly Version update
|
2004-10-25 04:34:51 -04:00 |
Andy Cedilnik
|
5f5504fc25
|
STYLE: Nightly Version update
|
2004-10-24 11:38:03 -04:00 |
Bill Hoffman
|
9f98481a65
|
undo last check in as it breaks borland with spaces some how
|
2004-10-22 21:03:56 -04:00 |
Bill Hoffman
|
040f776885
|
FIX: fix the problem where a target is a single character and nmake gets confused and add a test for it
|
2004-10-22 17:00:00 -04:00 |
Bill Hoffman
|
43bc8a0d63
|
COMP: remove warnings
|
2004-10-22 16:58:59 -04:00 |
Andy Cedilnik
|
5ceae46e19
|
COMP: Remove unnecessary commit
|
2004-10-22 15:45:20 -04:00 |
Andy Cedilnik
|
fc70a2bb2a
|
ENH: Add development version support in CMake
|
2004-10-22 15:44:54 -04:00 |
Andy Cedilnik
|
f4a04a96eb
|
COMP: This should fix the borland random build problem
|
2004-10-22 11:04:25 -04:00 |
Bill Hoffman
|
3b891e6e41
|
COMP: remove warning
|
2004-10-22 10:19:43 -04:00 |
Andy Cedilnik
|
0cbf55745a
|
BUG: Fix reporting of path and full command when test program was not found
|
2004-10-21 16:07:33 -04:00 |
Bill Hoffman
|
ab817f2e81
|
COMP: fix warnings
|
2004-10-21 15:21:38 -04:00 |
Bill Hoffman
|
560b7af06e
|
COMP: fix warning
|
2004-10-21 14:55:29 -04:00 |
Bill Hoffman
|
7cef36c628
|
ENH: add the ability to generate custom commands for a language that is not supported by an IDE
|
2004-10-21 14:34:02 -04:00 |
Andy Cedilnik
|
8ff4c07915
|
BUG: Handle remarks on SGI properly
|
2004-10-21 13:34:55 -04:00 |
Bill Hoffman
|
03be131c06
|
ENH: better support for kdevelop3
|
2004-10-21 11:58:07 -04:00 |
Andy Cedilnik
|
fc459731db
|
COMP: Remove warning
|
2004-10-20 12:37:39 -04:00 |
Andy Cedilnik
|
eb6fb9eb8e
|
ENH: Add regular expression for remarks on IRIX
|
2004-10-19 13:25:10 -04:00 |
Bill Hoffman
|
e9b6e65cbd
|
BUG: if the paths share nothing then just return the remote path with no ..
|
2004-10-19 13:02:42 -04:00 |
Andy Cedilnik
|
429cf9d612
|
BUG: Remove instances of // in the output
|
2004-10-19 12:48:57 -04:00 |
Andy Cedilnik
|
cafd48a7f2
|
EHN: Even more cleanup
|
2004-10-19 12:38:32 -04:00 |
Andy Cedilnik
|
f38a28f044
|
ERR: Fix problems on windows
|
2004-10-19 10:59:34 -04:00 |
Andy Cedilnik
|
922bdc3602
|
ENH: Remove bogus clean step
|
2004-10-18 17:24:12 -04:00 |
Andy Cedilnik
|
d7d16d386d
|
BUG: Ok, this should make the test actually do something
|
2004-10-18 15:37:37 -04:00 |
Andy Cedilnik
|
7481c895c4
|
ENH: Do bootstrap test on all unix systems
|
2004-10-18 15:05:06 -04:00 |
Bill Hoffman
|
89d35bc8fb
|
ENH: better comments and variable names
|
2004-10-18 13:19:43 -04:00 |
Andy Cedilnik
|
e60b8b87eb
|
ENH: Add bootstrap test
|
2004-10-18 12:33:25 -04:00 |
Bill Hoffman
|
6abbc7b1ff
|
BUG: make sure output path is used for target with canonical name
|
2004-10-18 11:48:18 -04:00 |