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
|
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 |
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
|
c9506c30f0
|
BUG: Fixed shared library version support for Fortran. This addresses bug#3558.
|
2006-08-01 15:36:49 -04:00 |
Bill Hoffman
|
47ef504530
|
BUG: fix for bug 3550, for release builds do not build incremental
|
2006-07-26 11:15:28 -04:00 |
Ken Martin
|
e206d58027
|
BUG: fix for CXX only projects
|
2006-07-24 16:13:33 -04:00 |
Ken Martin
|
8e9a6beccc
|
ENH: centralized locaiton of CMakeFiles setting
|
2006-06-14 12:28:32 -04:00 |
Ken Martin
|
77b401ddb2
|
ENH: removed logo info from the manifest tool
|
2006-06-12 13:17:47 -04:00 |
Bill Hoffman
|
f08b1a2c96
|
ENH: add the flag for creating windows gui's
|
2006-05-05 21:49:02 -04:00 |
Bill Hoffman
|
0cfda4a7f0
|
ENH: use correct flags for optimization
|
2006-05-03 09:23:57 -04:00 |
Ken Martin
|
3023eb7ccb
|
ENH: Makefile performance improvements
|
2006-05-02 09:56:42 -04:00 |
Andy Cedilnik
|
b9947a91d4
|
ENH: Cleanup link libraries. Remove -l from -ldl
|
2006-04-20 10:23:17 -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
|
f2e2f23392
|
ENH: unix makefiles should work with cl
|
2006-04-19 15:29:19 -04:00 |
Bill Hoffman
|
4a20d4fe39
|
ENH: don't need two of these
|
2006-04-19 11:14:00 -04:00 |
Bill Hoffman
|
96c140e281
|
ENH: test for vs8 correctly
|
2006-04-19 10:56:54 -04:00 |
Bill Hoffman
|
0b490110ba
|
ENH: check for version 1400
|
2006-04-19 10:11:43 -04:00 |
Bill Hoffman
|
b4c7f843f9
|
ENH: add windows apps to mingw
|
2006-04-17 13:57:08 -04:00 |
Bill Hoffman
|
cae4e6b37a
|
ENH: add patch for finding applications on OSX
|
2006-04-13 11:00:52 -04:00 |
Brad King
|
08289893b8
|
ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway.
|
2006-04-11 16:55:49 -04:00 |
Bill Hoffman
|
bcfd6f7f69
|
ENH: add better variables for MSVC versions
|
2006-04-07 16:46:41 -04:00 |
Brad King
|
f0e8c750d1
|
BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 NMake.
|
2006-03-30 16:55:19 -05:00 |
Bill Hoffman
|
5a2668b326
|
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
2006-03-30 13:49:56 -05:00 |
Bill Hoffman
|
dfbee4a92a
|
ENH: use correct name for path
|
2006-03-29 16:34:50 -05:00 |
Andy Cedilnik
|
40272a16bd
|
ENH: Add support for adding content to bundles
|
2006-03-28 08:54:01 -05:00 |
Bill Hoffman
|
53ab2aa6af
|
ENH: add /opt/local/include
|
2006-03-27 12:21:43 -05:00 |
Bill Hoffman
|
a64f629140
|
ENH: add unix paths
|
2006-03-27 11:09:19 -05:00 |
Bill Hoffman
|
d33021924d
|
ENH: add more search paths and add UnixPaths to all unix platforms
|
2006-03-27 10:46:42 -05:00 |
Brad King
|
a59dd5d4c3
|
BUG: Fix '/use/lib' to be '/usr/lib'.
|
2006-03-24 14:15:10 -05:00 |
Bill Hoffman
|
f7c1723135
|
ENH: add support for universal binaries
|
2006-03-24 09:15:05 -05:00 |
Brad King
|
0376fe4b9b
|
ENH: Added support for linking to MS .lib libraries in MinGW.
|
2006-03-22 11:10:58 -05:00 |
Brad King
|
88f69f0df9
|
BUG: /DWIN32 and /D_WINDOWS should be defined for all configurations or if no configuration is set.
|
2006-03-16 17:40:48 -05:00 |
Brad King
|
8e137c54d6
|
ENH: Enabling soname support on FreeBSD.
|
2006-03-16 11:15:24 -05:00 |
Bill Hoffman
|
44e6852322
|
ENH: use c not cxx
|
2006-03-15 14:14:03 -05:00 |
Bill Hoffman
|
88bd3b5281
|
ENH: add support for removing language flags from shared library and shared module link commands
|
2006-03-14 14:03:16 -05:00 |
Bill Hoffman
|
15b5869b46
|
ENH: add correct initial flags for aix
|
2006-03-09 15:00:37 -05:00 |
Bill Hoffman
|
14cb9c5aff
|
ENH: remove junk
|
2006-03-09 14:57:55 -05:00 |
Bill Hoffman
|
592aef9703
|
ENH: add support for language flags that allow for universal binaries
|
2006-03-06 15:14:53 -05:00 |
Bill Hoffman
|
3f532f5489
|
ENH: add support for language flags at rule expansion time
|
2006-03-06 15:14:23 -05:00 |
Bill Hoffman
|
36080b04bb
|
ENH: add support for manifest stuff
|
2006-03-06 15:01:08 -05:00 |
Bill Hoffman
|
ea8c278cd6
|
ENH: add manifest support for 2005
|
2006-03-03 12:01:04 -05:00 |
Bill Hoffman
|
a5825cd11a
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |
Bill Hoffman
|
7603244509
|
ENH: use program files env for searching
|
2006-02-28 10:27:30 -05:00 |
Brad King
|
586a9427d3
|
ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH.
|
2006-02-24 13:13:14 -05:00 |
Bill Hoffman
|
0a0e459102
|
ENH: make command line flags more consistent with ide settings
|
2006-02-21 12:19:32 -05:00 |