Bill Hoffman
|
0b350cbb97
|
ENH: undo hack and try to get dashboard back
|
2007-02-22 17:26:36 -05:00 |
Brad King
|
c1eae5b891
|
BUG: Hack to try working around a problem with spaces in an rpath on QNX.
|
2007-02-22 16:23:12 -05:00 |
Bill Hoffman
|
417b2073df
|
ENH: add new escape stuff
|
2007-02-22 15:33:49 -05:00 |
Bill Hoffman
|
5647e6e254
|
ENH: fix parens in the path with spaces in the path
|
2007-02-21 21:24:17 -05:00 |
Bill Hoffman
|
f7cd9f76ce
|
STYLE: fix line length issues
|
2007-02-17 08:46:25 -05:00 |
Bill Hoffman
|
66523061d0
|
ENH: remove warnings and debug statement
|
2007-02-17 08:38:41 -05:00 |
Bill Hoffman
|
ca0230a33e
|
ENH: check in initial conv library stuff
|
2007-02-16 16:12:17 -05:00 |
Bill Hoffman
|
8013ffd23b
|
ENH: do not use crazy long paths to object files for try compile
|
2007-01-31 16:49:25 -05:00 |
Bill Hoffman
|
37d979e0fc
|
ENH: this does not need to be safe as the value is checked
|
2007-01-23 14:28:40 -05:00 |
Bill Hoffman
|
0272c209a5
|
ENH: avoid crash, but do not make it an error if include flags is missing from a language
|
2007-01-23 13:08:40 -05:00 |
Bill Hoffman
|
91bd8099d8
|
ENH: make the include flag required for a language avoids seg fault
|
2007-01-23 11:39:22 -05:00 |
Ken Martin
|
27379d7b08
|
ENH: make properties a bit more formal with documentation and chaining
|
2006-12-07 09:45:32 -05:00 |
Bill Hoffman
|
26b527ac0f
|
ENH: fix bug in full path to target depends stuff
|
2006-12-06 23:05:10 -05:00 |
Brad King
|
d045ae45f2
|
BUG: Do not print empty install configuration repeatedly.
|
2006-12-04 13:54:32 -05:00 |
Bill Hoffman
|
ccb77b65c6
|
ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion
|
2006-11-29 15:59:16 -05:00 |
Bill Hoffman
|
9baa760315
|
BUG: fix problem when a target name is the same as the output of a custom command
|
2006-11-25 10:59:26 -05:00 |
Brad King
|
54731fa2c8
|
ENH: Adding support for # escape in Watcom WMake.
|
2006-10-25 11:23:04 -04:00 |
Brad King
|
b155f3aa1c
|
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
|
2006-10-16 18:17:14 -04:00 |
Brad King
|
023041362d
|
BUG: Do not try to compute the location of a non-library target for linking.
|
2006-10-13 10:03:54 -04:00 |
Brad King
|
86dd8579c5
|
BUG: TARGET_QUOTED should always be replaced if Target is set in the rule variables.
|
2006-10-10 14:13:35 -04:00 |
Brad King
|
bdf8e186e5
|
BUG: Need to match shared library names before static because some platforms have static name patterns that match their shared patterns but not vice versa. This is needed for implementing bug#1644 on cygwin.
|
2006-10-05 16:59:46 -04:00 |
Brad King
|
7ad07e0811
|
BUG: Fix link flags on cygwin shared libraries. This requires that the shared library prefix be supported in the link library regex.
|
2006-10-05 15:08:20 -04:00 |
Brad King
|
c11cf31c9b
|
ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug #3462.
|
2006-10-05 08:55:59 -04:00 |
Brad King
|
406f3554c7
|
BUG: Fixed display of custom command comments with quotes, dollars, and other special characters in them.
|
2006-10-04 18:52:29 -04:00 |
Brad King
|
9a1d4e92eb
|
BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators.
|
2006-09-28 16:40:35 -04:00 |
Brad King
|
019dabc97f
|
BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always.
|
2006-09-28 10:37:19 -04:00 |
Brad King
|
0b135767d6
|
BUG: Do not filter system directories for include file dependencies.
|
2006-09-28 09:49:40 -04:00 |
Brad King
|
dd332a00cc
|
ENH: Re-implemented command line argument shell quoting to support several platforms with one code base.
|
2006-09-27 13:43:46 -04:00 |
Brad King
|
c1b4a0bf74
|
BUG: Disable new shell escape code until backward compatibility can be established in the new implementation.
|
2006-09-25 10:22:48 -04:00 |
Brad King
|
6d72bb5ae1
|
BUG: Need to escape spaces in custom command line arguments.
|
2006-09-21 15:35:41 -04:00 |
Brad King
|
45a44a70b3
|
BUG: Do not escape parens because we need to be able to reference make variables in the scripts.
|
2006-09-21 15:30:06 -04:00 |
Brad King
|
2459ceb076
|
BUG: Centralized generation of command line arguments in escaped form. This addresses bug#3786 for several platforms.
|
2006-09-21 15:14:06 -04:00 |
Brad King
|
4a3a9eb883
|
BUG: Do not look for linker language unless it is needed.
|
2006-09-16 11:52:00 -04:00 |
Brad King
|
1d0502927c
|
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
|
2006-09-15 14:09:10 -04:00 |
Brad King
|
eef327b944
|
ENH: Adding install/local global target for Makefile generators. This runs installation only in the current directory and not subdirectories.
|
2006-08-29 10:03:47 -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
|
5cfa1b02ab
|
ENH: Added generation of rules to manually request preprocessed or generated assembly sources.
|
2006-08-07 23:25:21 -04:00 |
Brad King
|
88702ff442
|
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
|
2006-08-03 09:26:07 -04:00 |
Brad King
|
9bf5af6e32
|
ENH: Moved unique object file name computation from cmLocalUnixMakefileGenerator3 up to cmLocalGenerator for use by all generators. Created cmLocalVisualStudioGenerator as superclass for all VS generators. Implemented on-demand unique object file name computation for VS 7 generator to avoid slow compiles when all sources are in subdirectories.
|
2006-07-11 11:41:38 -04:00 |
Brad King
|
b4542762a7
|
ENH: Added target property INSTALL_RPATH_USE_LINK_PATH to append the linker search path directories not inside the project to the INSTALL_RPATH automatically. The property is initialized by the variable CMAKE_INSTALL_RPATH_USE_LINK_PATH when the target is created.
|
2006-06-15 10:12:19 -04:00 |
Ken Martin
|
8e9a6beccc
|
ENH: centralized locaiton of CMakeFiles setting
|
2006-06-14 12:28:32 -04:00 |
Ken Martin
|
7dc8a92246
|
STYLE: fix line length
|
2006-05-12 11:56:09 -04:00 |
Brad King
|
50a0f71120
|
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuration install rules.
|
2006-05-05 14:57:19 -04:00 |
Bill Hoffman
|
8d3d137dc9
|
ENH: make sure special vs ide path is only used for msvc_ide builds
|
2006-04-25 11:58:01 -04:00 |
Brad King
|
8c02cc6627
|
ENH: Added option CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE to put all in-project include directories before all out-of-project include directories.
|
2006-04-25 09:54:12 -04:00 |
Bill Hoffman
|
0005d625a0
|
ENH: add special windows CMAKE_MSVCIDE_RUN_PATH variable for adding to the path of vs IDE for running custom commands from cmake
|
2006-04-25 09:38:29 -04:00 |
Bill Hoffman
|
e6ef33f598
|
ENH: name pdb files for visual studio make based builds
|
2006-04-19 16:36:14 -04:00 |
Bill Hoffman
|
8fa5ed7300
|
ENH: fix java for ide builds again
|
2006-04-17 15:35:51 -04:00 |
Bill Hoffman
|
5ecfd3d4d3
|
ENH: fix java and add OBJECT_DIR support
|
2006-04-17 14:01:22 -04:00 |
Bill Hoffman
|
ed4974da55
|
ENH: enable test for java with IDE builds
|
2006-04-11 17:11:34 -04:00 |