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 |
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 |
Andy Cedilnik
|
9419e69961
|
STYLE: Nightly Version update
|
2006-08-10 08:08:57 -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 |
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 |
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 |
Andy Cedilnik
|
f3a3f1fb66
|
STYLE: Nightly Version update
|
2006-08-04 08:12: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 |
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 |
Brad King
|
c9506c30f0
|
BUG: Fixed shared library version support for Fortran. This addresses bug#3558.
|
2006-08-01 15:36:49 -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 |
Brad King
|
e46829b3f1
|
ENH: Added platform identifier for QNXNTO. This partially addresses bug#3556.
|
2006-08-01 14:33:10 -04:00 |
Brad King
|
658d38e0af
|
COMP: Added missing includes. This partially addresses bug#3556.
|
2006-08-01 14:31:24 -04:00 |
Brad King
|
9b2b2b5f1b
|
COMP: Use SA_RESTART only if it is defined for the current platform. This partially addresses bug#3556.
|
2006-08-01 14:28:03 -04:00 |
Brad King
|
ab61137eb1
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
Brad King
|
8dda3a2f6e
|
ENH: Adding .hh file as a C++ header file extension. Remove duplicate code from implementation of unique object name computation for VS generators. This addresses bug#3565.
|
2006-08-01 10:48:40 -04:00 |
Andy Cedilnik
|
23f2c1bf9c
|
STYLE: Nightly Version update
|
2006-08-01 07:42:10 -04:00 |
Ken Martin
|
4f9fcad327
|
ENH: better coverage
|
2006-07-31 13:50:50 -04:00 |
Ken Martin
|
b24533f27c
|
ENH: fix line lengths
|
2006-07-31 10:28:30 -04:00 |
Andy Cedilnik
|
8142636742
|
STYLE: Nightly Version update
|
2006-07-31 07:19:19 -04:00 |
Andy Cedilnik
|
efffcdac02
|
STYLE: Nightly Version update
|
2006-07-30 07:17:14 -04:00 |
Andy Cedilnik
|
b3b60f5ada
|
STYLE: Nightly Version update
|
2006-07-29 07:21:54 -04:00 |
Ken Martin
|
9e1f7773e9
|
BUG: fix some bad code and add a couple more tests
|
2006-07-28 14:47:37 -04:00 |
Bill Hoffman
|
eec4790555
|
BUG: fix for 3557 TargetEnvironment for MIDL Compiler set correctly for 64 bit
|
2006-07-28 11:21:50 -04:00 |
Andy Cedilnik
|
b0d7f6999b
|
BUG: Bail out on generator initialization failure
|
2006-07-28 09:14:17 -04:00 |
Andy Cedilnik
|
40b6db1f4b
|
STYLE: Nightly Version update
|
2006-07-28 08:19:10 -04:00 |
Brad King
|
d3e8ef705e
|
BUG: Set GCC_SYMBOLS_PRIVATE_EXTERN and GCC_INLINES_ARE_PRIVATE_EXTERN attributes on all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default.
|
2006-07-27 15:02:35 -04:00 |
Andy Cedilnik
|
7e3310e6e5
|
BUG: Fix executing and help
|
2006-07-27 11:55:34 -04:00 |
Brad King
|
0b196d1aef
|
BUG: Do not block signals during sleep. Leave that up to the application.
|
2006-07-27 11:27:28 -04:00 |
Andy Cedilnik
|
15ddcb424f
|
BUG: Prevent crash when no input file or generator specified
|
2006-07-27 11:26:47 -04:00 |
Brad King
|
4a60db1184
|
BUG: Fix error message when handler cannot be created.
|
2006-07-27 09:40:21 -04:00 |
Andy Cedilnik
|
a3d49e9318
|
STYLE: Nightly Version update
|
2006-07-27 08:10:23 -04:00 |
Ken Martin
|
9c35a99e45
|
BUG: fix comment
|
2006-07-26 14:46:29 -04:00 |
Andy Cedilnik
|
a9c0929d39
|
COMP: Handle both ansi and non-ansi C
|
2006-07-26 11:46:22 -04:00 |
Andy Cedilnik
|
112bb69f07
|
STYLE: Nightly Version update
|
2006-07-26 07:53:10 -04:00 |
Brad King
|
c482ef3bbc
|
BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.
|
2006-07-25 15:18:35 -04:00 |
Ken Martin
|
f35c6d461a
|
COMP: fix compile issue
|
2006-07-25 14:15:01 -04:00 |
Ken Martin
|
b379666b39
|
BUG: some bug fixes, better docs, and more coverage
|
2006-07-25 12:08:05 -04:00 |
Bill Hoffman
|
6a944aad81
|
ENH: remove uncompiled header
|
2006-07-25 10:01:55 -04:00 |
Andy Cedilnik
|
be2880a9fd
|
STYLE: Nightly Version update
|
2006-07-25 08:13:57 -04:00 |
Bill Hoffman
|
3b74388050
|
ENH: allow for source tree to be in root directory
|
2006-07-24 11:27:07 -04:00 |
Andy Cedilnik
|
41a381f0ae
|
STYLE: Nightly Version update
|
2006-07-24 08:01:53 -04:00 |
Andy Cedilnik
|
d55c340ec0
|
STYLE: Nightly Version update
|
2006-07-23 07:49:47 -04:00 |
Andy Cedilnik
|
925037f716
|
STYLE: Nightly Version update
|
2006-07-22 08:04:05 -04:00 |
Brad King
|
3c9744f406
|
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
|
2006-07-21 15:43:19 -04:00 |
Ken Martin
|
299bbcad86
|
ENH: fix color output inside of ctest runs
|
2006-07-21 14:58:13 -04:00 |
Andy Cedilnik
|
898dfe5a2d
|
ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with cmOStringStream
|
2006-07-21 13:05:56 -04:00 |
Brad King
|
d56e6a9241
|
BUG: Fixed building of C++-only projects and added a test.
|
2006-07-21 11:53:23 -04:00 |
Andy Cedilnik
|
8a357d9c8a
|
STYLE: Nightly Version update
|
2006-07-21 08:05:37 -04:00 |
Brad King
|
30c746d8c5
|
BUG: Do not display VT100 escapes inside emacs even if TERM is set to xterm.
|
2006-07-20 09:35:20 -04:00 |
Andy Cedilnik
|
44508f7e79
|
STYLE: Nightly Version update
|
2006-07-20 08:18:34 -04:00 |
Andy Cedilnik
|
41ee7c4eb5
|
STYLE: Nightly Version update
|
2006-07-19 08:21:36 -04:00 |
Brad King
|
ec637248da
|
BUG: If the user specifies a cache entry on the command line without a type, the FIND_* commands should add the type and docstring to the given value and put it back in the cache.
|
2006-07-18 15:21:26 -04:00 |
Brad King
|
475c37b6a5
|
COMP: Fix references to cin, cout, cerr, and clog in case of HP aCC compiler with -mt flag.
|
2006-07-18 13:02:40 -04:00 |
Ken Martin
|
dd8247e324
|
STYLE: fix long lines
|
2006-07-18 09:32:45 -04:00 |
Andy Cedilnik
|
f572d9afed
|
STYLE: Nightly Version update
|
2006-07-18 08:12:37 -04:00 |
Brad King
|
94bf03319b
|
BUG: When handing the child stdin pipe a file, allow another process to be writing to the file at the same time. This allows children such as tail -f to function properly.
|
2006-07-17 13:34:00 -04:00 |
Ken Martin
|
2bf97089ba
|
COMP: fix warning
|
2006-07-17 11:07:44 -04:00 |
Andy Cedilnik
|
1087f80c28
|
COMP: Only delete once
|
2006-07-17 09:15:10 -04:00 |
Andy Cedilnik
|
dca00d735e
|
STYLE: Nightly Version update
|
2006-07-17 08:14:56 -04:00 |
Andy Cedilnik
|
22971652e0
|
COMP: Remove some warnings
|
2006-07-16 21:11:50 -04:00 |
Andy Cedilnik
|
d195bb955d
|
STYLE: Nightly Version update
|
2006-07-16 08:13:43 -04:00 |
Andy Cedilnik
|
298536104f
|
STYLE: Nightly Version update
|
2006-07-15 08:21:17 -04:00 |
Andy Cedilnik
|
9bc53f6443
|
ENH: Add a way to get unused arguments and add a test
|
2006-07-14 15:02:27 -04:00 |
Andy Cedilnik
|
71395c78ce
|
COMP: Remove warning
|
2006-07-14 13:59:18 -04:00 |
Andy Cedilnik
|
784bb60a4e
|
ENH: It does not really makes sense to have Boolean Argument List
|
2006-07-14 13:32:34 -04:00 |
Andy Cedilnik
|
d2a3ccd505
|
ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
|
2006-07-14 09:13:23 -04:00 |
Andy Cedilnik
|
fc49142fc6
|
STYLE: Nightly Version update
|
2006-07-14 08:01:58 -04:00 |
Ken Martin
|
ad3ca4c009
|
ENH: added progress to custom commands with comments
|
2006-07-13 14:03:56 -04:00 |
Andy Cedilnik
|
4f728e93e1
|
COMP: Remove warnings
|
2006-07-13 09:27:10 -04:00 |
Andy Cedilnik
|
d2710d5142
|
STYLE: Fix kwstyle
|
2006-07-13 09:13:29 -04:00 |
Andy Cedilnik
|
13f88b0a22
|
COMP: Remove warnings
|
2006-07-13 09:07:41 -04:00 |
Andy Cedilnik
|
df12751543
|
STYLE: Nightly Version update
|
2006-07-13 07:46:35 -04:00 |
Andy Cedilnik
|
6101b67610
|
ENH: Remove debug
|
2006-07-12 16:30:14 -04:00 |
Andy Cedilnik
|
821dc7b306
|
BUG: Fix error conditions
|
2006-07-12 16:21:18 -04:00 |
Ken Martin
|
c69d12d02f
|
COMP: fix old compiler issue
|
2006-07-12 14:41:55 -04:00 |
Ken Martin
|
8ace577a2a
|
BUG: reduce the number of file handles kept open
|
2006-07-12 14:15:06 -04:00 |
Ken Martin
|
ed54b93533
|
ENH: added progress for subdir all targets and fixed compiler waring
|
2006-07-12 13:11:27 -04:00 |