Bill Hoffman
|
c2ad3e4afc
ENH: fix adding of rc files
|
20 gadi atpakaļ |
Ken Martin
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
20 gadi atpakaļ |
Brad King
|
397dc1cef5
ENH: Converted some ConvertToRelativeOutputPath calls to ConvertToOptionallyRelativeOutputPath in preparation for making ConvertToRelativeOutputPath always convert. Some of these might be able to be switched back but we will first have to test what paths can be relative in the generate VS project files.
|
20 gadi atpakaļ |
Brad King
|
39af9ee1e4
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
21 gadi atpakaļ |
Bill Hoffman
|
761cbed509
FIX: fix for bug 1606
|
21 gadi atpakaļ |
Bill Hoffman
|
a2972211a8
FIX: fix for bug 1460
|
21 gadi atpakaļ |
Bill Hoffman
|
d8ed9ef121
ENH: fix bug 1324
|
21 gadi atpakaļ |
Bill Hoffman
|
91578381e8
BUG: fix version number
|
21 gadi atpakaļ |
Bill Hoffman
|
36c8f1d157
ENH: put error checking for missing linker languages
|
21 gadi atpakaļ |
Bill Hoffman
|
7cef36c628
ENH: add the ability to generate custom commands for a language that is not supported by an IDE
|
21 gadi atpakaļ |
Bill Hoffman
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 gadi atpakaļ |
Bill Hoffman
|
5001eed8a5
ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson
|
21 gadi atpakaļ |
Bill Hoffman
|
b41d447935
ENH: use GetRequiredDefinition instead of GetDefinition and crash
|
21 gadi atpakaļ |
Brad King
|
aa1b32218a
BUG: Fixed crash when CMAKE_CXX_STACK_SIZE is not defined.
|
21 gadi atpakaļ |
Bill Hoffman
|
07dae7bba4
ENH: sort flags, and fix order and case problems and add a few more
|
21 gadi atpakaļ |
Bill Hoffman
|
871db9760f
ENH: remove warnings
|
21 gadi atpakaļ |
Bill Hoffman
|
a3eeaa1ce2
ENH: use a map to fill out flags, and keep command line consistent with the GUI
|
21 gadi atpakaļ |
Bill Hoffman
|
86195caf6a
ENH: add support for VCExpress 2005
|
21 gadi atpakaļ |
Bill Hoffman
|
b6466061cb
ENH: add NDEBUG to windows release builds for both ide and nmake
|
21 gadi atpakaļ |
Bill Hoffman
|
8d1a5c48e7
BUG: fix for 871, include external should work for 7.1 and 7.0
|
21 gadi atpakaļ |
Bill Hoffman
|
70eaddbf8e
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
|
21 gadi atpakaļ |
Bill Hoffman
|
71b57bc454
BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides
|
21 gadi atpakaļ |
Bill Hoffman
|
0b7d154ebd
ENH: add verbose make abilility to visual studio 7
|
21 gadi atpakaļ |
Bill Hoffman
|
7b576866b7
ENH: add support for static library property STATIC_LIBRARY_FLAGS
|
21 gadi atpakaļ |
Bill Hoffman
|
4e8b76dc93
BUG 178: make top level cmakelist file a source in ALL_BUILD
|
21 gadi atpakaļ |
Bill Hoffman
|
62bd5b7c8c
BUG: fix for bug 91
|
21 gadi atpakaļ |
Ken Martin
|
df3205e873
fix problem with custom command
|
21 gadi atpakaļ |
Andy Cedilnik
|
c7067f426f
ENH: Properly build WIN32 executables
|
21 gadi atpakaļ |
Andy Cedilnik
|
b1a7421840
ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE
|
22 gadi atpakaļ |
Bill Hoffman
|
a588dbcba1
BUG: .lib from a .dll should go in m_LibraryOutputPath not m_ExecutableOutputPath
|
22 gadi atpakaļ |