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 |
Andy Cedilnik
|
f3a3f1fb66
|
STYLE: Nightly Version update
|
2006-08-04 08:12:21 -04:00 |
Bill Hoffman
|
bbd0beb223
|
ENH: add a try run source code macro
|
2006-08-03 15:20:48 -04:00 |
Bill Hoffman
|
281c71e9d8
|
ENH: fix error
|
2006-08-03 14:38:46 -04:00 |
Bill Hoffman
|
947edfcdf5
|
ENH: fix for makedev three args test
|
2006-08-03 14:36:01 -04:00 |
Bill Hoffman
|
d1a25bd836
|
ENH: use try run source
|
2006-08-03 13:51:24 -04:00 |
Bill Hoffman
|
831492a9d7
|
ENH: change to a try run so that it will fail on the sun
|
2006-08-03 13:41:52 -04:00 |
Bill Hoffman
|
61aa4afd1e
|
ENH: add a crun macro and fix the output log for compile c
|
2006-08-03 13:41:21 -04:00 |
Brad King
|
441d208bb3
|
ENH: Added target property CLEAN_DIRECT_OUTPUT to not clean all forms of a library name so that static and shared libraries of the same name can coexist in a single build directory.
|
2006-08-03 09:42:48 -04:00 |
Brad King
|
24b55bfe11
|
BUG: Make sure sources with unknown extensions are not compiled by VS.
|
2006-08-03 09:26:36 -04:00 |
Brad King
|
88702ff442
|
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
|
2006-08-03 09:26:07 -04:00 |
Andy Cedilnik
|
e647052d49
|
STYLE: Nightly Version update
|
2006-08-03 08:11:59 -04:00 |
Brad King
|
15a2b5b4e5
|
STYLE: Fixed long line.
|
2006-08-02 21:30:58 -04:00 |
Bill Hoffman
|
2a01ae7e79
|
ENH: use dev_t instead of major_t and minor_t
|
2006-08-02 21:24:05 -04:00 |
David Cole
|
8f0697c4f5
|
COMP: libtar should build when included in non-CMake projects...
|
2006-08-02 12:51:40 -04:00 |
Brad King
|
221b34392b
|
ENH: Restoring previous change with a fix.
|
2006-08-02 11:06:32 -04:00 |
Andy Cedilnik
|
2667a27118
|
STYLE: Nightly Version update
|
2006-08-02 07:51:57 -04:00 |
Bill Hoffman
|
16e73643f3
|
ENH: undo change that broke borland 5.6 cont
|
2006-08-01 19:52:12 -04:00 |
Brad King
|
fe5a6e9413
|
ENH: Moved generation of directory-level object convenience rules to a separate method. This will aid generation of more such rules later.
|
2006-08-01 16:16:21 -04:00 |
Bill Hoffman
|
2350085120
|
ENH: make cmake build with older versions of cmake
|
2006-08-01 16:01:44 -04:00 |
Bill Hoffman
|
89fb18f548
|
ENH: fix for qtmain
|
2006-08-01 15:48:44 -04:00 |
Brad King
|
c9506c30f0
|
BUG: Fixed shared library version support for Fortran. This addresses bug#3558.
|
2006-08-01 15:36:49 -04:00 |
Bill Hoffman
|
e0e32400af
|
ENH: add a try compile test for makedev_three_args
|
2006-08-01 15:26:04 -04:00 |
Bill Hoffman
|
612d2f667b
|
ENH: fix for location of error log
|
2006-08-01 15:24:46 -04:00 |
Glen Lehmann
|
df3d4cb3c4
|
BUG: #3563. Segmentation fault with non initialized input or NULL pointers.
|
2006-08-01 15:16:19 -04:00 |
Brad King
|
8a79d25927
|
COMP: Added missing headers. This partially addresses bug#3556.
|
2006-08-01 14:45:32 -04:00 |
Bill Hoffman
|
b2ebcb5eb3
|
ENH: add QtCored as a possible name for qtcore debug
|
2006-08-01 14:34:53 -04:00 |