Bill Hoffman
|
11d18d65dc
|
ENH: revert change in parser as it sent the parser into an infinite loop
|
2006-08-16 14:22:40 -04:00 |
Andy Cedilnik
|
93f8880ca1
|
STYLE: Nightly Version update
|
2006-08-16 08:12:19 -04:00 |
Brad King
|
276e7e21a3
|
ENH: Adding flags to force generation of manifest files when building with VC 8.
|
2006-08-15 15:33:20 -04:00 |
Brad King
|
c7daee6860
|
BUG: Need to clean manifest files that may have been generated for .exe and .dll files.
|
2006-08-15 15:28:29 -04:00 |
Brad King
|
c6f1a11480
|
BUG: Added object language to list of object files in a local generator's directory. Fixed generation of preprocessing and assembly rules to be done only for C and C++ objects.
|
2006-08-15 12:00:27 -04:00 |
Bill Hoffman
|
7169980b59
|
ENH: change comment for fortran depend parsing
|
2006-08-15 10:56:00 -04:00 |
Andy Cedilnik
|
006a8522ca
|
STYLE: Nightly Version update
|
2006-08-15 07:56:21 -04:00 |
Bill Hoffman
|
ff4886fa53
|
ENH: remove c++ comments from c code
|
2006-08-14 17:30:58 -04:00 |
Bill Hoffman
|
78275f1d4b
|
ENH: do not use OBJROOT or you can get two copies of executables
|
2006-08-14 17:02:34 -04:00 |
Andy Cedilnik
|
f6b2a42266
|
BUG: add newline for some versions of make
|
2006-08-14 14:16:26 -04:00 |
Andy Cedilnik
|
97f1c2b5f0
|
COMP: Remove warnings
|
2006-08-14 11:32:35 -04:00 |
Andy Cedilnik
|
622a22a921
|
COMP: Remove more warnings
|
2006-08-14 10:59:46 -04:00 |
Andy Cedilnik
|
6b5403c586
|
ENH: fix for no newline on some makes fix for ctest and some symlinks
|
2006-08-14 10:51:08 -04:00 |
Andy Cedilnik
|
c76a2bb4b2
|
COMP: Remove some warnings and make library report an error instead of call exit
|
2006-08-14 09:58:32 -04:00 |
Bill Hoffman
|
71af96aad1
|
ENH: still escape () but do not escape
|
2006-08-14 09:50:52 -04:00 |
Andy Cedilnik
|
5c1bd19eb8
|
ENH: Start building compress library
|
2006-08-14 08:54:25 -04:00 |
Andy Cedilnik
|
9b2ff56254
|
STYLE: Nightly Version update
|
2006-08-14 07:56:19 -04:00 |
Andy Cedilnik
|
ab62cdd30f
|
STYLE: Nightly Version update
|
2006-08-13 07:52:29 -04:00 |
Andy Cedilnik
|
35655901ff
|
STYLE: Nightly Version update
|
2006-08-12 07:53:07 -04:00 |
Ken Martin
|
7de2d93d1a
|
ENH: fix for AddKeepPath not calling realpath
|
2006-08-11 10:54:35 -04:00 |
Bill Hoffman
|
fd56f7247a
|
ENH: escape ( and ) in unix paths
|
2006-08-11 09:56:39 -04:00 |
Andy Cedilnik
|
560a4371a7
|
STYLE: Nightly Version update
|
2006-08-11 07:59:24 -04:00 |
Bill Hoffman
|
372b6932ed
|
ENH: fix error in if statement
|
2006-08-10 23:20:58 -04:00 |
David Cole
|
76d05cd5fa
|
BUG: strlen logic was backwards resulting in function body never actually executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.
|
2006-08-10 15:17:53 -04:00 |
Bill Hoffman
|
65e3842d51
|
ENH: only change the cache if the value was really changed
|
2006-08-10 11:05:44 -04:00 |
Bill Hoffman
|
4ddcdbed9a
|
ENH: fix failing tests
|
2006-08-10 09:38:52 -04:00 |
Andy Cedilnik
|
9419e69961
|
STYLE: Nightly Version update
|
2006-08-10 08:08:57 -04:00 |
Brad King
|
cd3d44881f
|
ENH: Enabling preprocessed source and asembly source generation rules on AIX compilers.
|
2006-08-09 13:59:22 -04:00 |
Brad King
|
8e6a9b2065
|
ENH: Enabled generation of preprocessed and assembly source rules for MSVC with NMake.
|
2006-08-09 13:45:13 -04:00 |
Brad King
|
8fbf4a0de6
|
ENH: Enabling preprocessed source and asembly source generation rules on SGI MIPSpro compilers.
|
2006-08-09 13:14:48 -04:00 |
Brad King
|
3b99b5ede3
|
ENH: Enabling preprocessed source and asembly source generation rules on HP aCC and cc.
|
2006-08-09 13:10:01 -04:00 |
Brad King
|
00e0c5c8e6
|
ENH: Enabling preprocessed source and asembly source generation rules on Sun CC.
|
2006-08-09 11:48:36 -04:00 |
Brad King
|
dd37d0652f
|
ENH: Changed preprocessed source extension to .i and assembly extension to .s for more portability.
|
2006-08-09 11:43:35 -04:00 |
Bill Hoffman
|
fe3d8078c5
|
ENH: try to fix compress failure
|
2006-08-09 11:32:23 -04:00 |
Brad King
|
8c94be3f18
|
ENH: Added options CMAKE_SKIP_PREPROCESSED_SOURCE_RULES and CMAKE_SKIP_ASSEMBLY_SOURCE_RULES to allow projects to disable generation of .E and .S rules.
|
2006-08-09 09:56:52 -04:00 |
Brad King
|
3d6100d7c6
|
COMP: Fix warnings produced by the change in include order from the re-organization of lexer code.
|
2006-08-09 09:45:04 -04:00 |
Andy Cedilnik
|
aab5816479
|
STYLE: Nightly Version update
|
2006-08-09 07:47:15 -04:00 |
Bill Hoffman
|
2ddf9ad56a
|
ENH: add cmake output to build and test
|
2006-08-08 15:55:41 -04:00 |
Brad King
|
a3836e09a2
|
COMP: Moved duplicate flex-generated lexer warning suppression and cross-platform support code to a single cmStandardLexer.h included by all lexer sources. Added fix for macro redefinitions on Borland 5.8 compiler.
|
2006-08-08 14:00:28 -04:00 |
Bill Hoffman
|
8f1aaf28c1
|
ENH: make sure RuleVariable struct is initialized correctly, also make sure custom command targets do not crash cmake
|
2006-08-08 13:44:25 -04:00 |
Brad King
|
c3a22c011d
|
STYLE: Fixed line length.
|
2006-08-08 13:02:07 -04:00 |
Brad King
|
6ad36e407e
|
BUG: Duplicate object name detection should not be case sensitive since this code is used on Windows file systems. This addresses bug#3589.
|
2006-08-08 11:26:59 -04:00 |
Andy Cedilnik
|
67e1f90956
|
STYLE: Nightly Version update
|
2006-08-08 07:39:40 -04:00 |
Brad King
|
5cfa1b02ab
|
ENH: Added generation of rules to manually request preprocessed or generated assembly sources.
|
2006-08-07 23:25:21 -04:00 |
Brad King
|
accf93fc12
|
ENH: Added undocumented option -E cmake_unimplemented_variable to help print useful error messages for unimplemented features on a given platform.
|
2006-08-07 17:22:58 -04:00 |
Bill Hoffman
|
bba6583942
|
ENH: finally fix the failing test on the dashboard for the past month or so
|
2006-08-07 10:10:38 -04:00 |
Andy Cedilnik
|
60936bab91
|
STYLE: Nightly Version update
|
2006-08-07 08:11:49 -04:00 |
Andy Cedilnik
|
d103721ac1
|
STYLE: Nightly Version update
|
2006-08-06 07:57:00 -04:00 |
Andy Cedilnik
|
a75f421751
|
STYLE: Nightly Version update
|
2006-08-05 08:08:27 -04:00 |
Bill Hoffman
|
783f2003ec
|
ENH: give up on try run
|
2006-08-04 10:35:45 -04:00 |