Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: removed TARGET_DIR_PREFIX support | Ken Martin | 2005-12-13 | 1 | -5/+0 |
| | |||||
* | ENH: Added support for parallel builds in VS 8. There is now a special ↵ | Brad King | 2005-12-13 | 1 | -1/+2 |
| | | | | target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. | ||||
* | ENH: fix for bug 2584, empty source groups with children skipped | Bill Hoffman | 2005-12-12 | 1 | -1/+1 |
| | |||||
* | BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their ↵ | Brad King | 2005-11-22 | 1 | -2/+8 |
| | | | | own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer. | ||||
* | ENH: add some more properties for visual studio projects | Bill Hoffman | 2005-11-19 | 1 | -4/+13 |
| | |||||
* | COMP: fix compile error | Bill Hoffman | 2005-11-19 | 1 | -5/+2 |
| | |||||
* | BUG: Fixed flag-to-vcproj-attribute conversion code to work again (it was ↵ | Brad King | 2005-11-18 | 1 | -25/+16 |
| | | | | broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute. | ||||
* | BUG: Fixed XML escapes for custom commands. Also added escaping of newlines ↵ | Brad King | 2005-11-17 | 1 | -3/+3 |
| | | | | for VS 2005. | ||||
* | BUG: Double-quotes in definitions must be escaped. | Brad King | 2005-10-03 | 1 | -2/+5 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | ENH: Generator now creates a separate intermediate files directory for each ↵ | Brad King | 2005-07-27 | 1 | -7/+27 |
| | | | | target. This is needed for MSVC 8 to support parallel builds. | ||||
* | ENH: fix lib case bug correctly | Bill Hoffman | 2005-07-25 | 1 | -1/+11 |
| | |||||
* | BUG: undo fix | Bill Hoffman | 2005-07-23 | 1 | -6/+1 |
| | |||||
* | ENH: more efficent fix for bug # 2063 | Bill Hoffman | 2005-07-22 | 1 | -4/+6 |
| | |||||
* | BUG: fix for case mismatched lib bug # 2063 | Bill Hoffman | 2005-07-22 | 1 | -1/+4 |
| | |||||
* | BUG: remove part of patch from bug 1965 that set executable paths | Bill Hoffman | 2005-07-13 | 1 | -6/+1 |
| | |||||
* | FIX: apply patch from bug# 1965 | Bill Hoffman | 2005-07-13 | 1 | -284/+304 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -9/+9 |
| | | | | of const junk | ||||
* | ENH: add first cut at support for exe with same name as lib | Ken Martin | 2005-06-16 | 1 | -1/+10 |
| | |||||
* | ENH: removed old convert calls | Ken Martin | 2005-06-10 | 1 | -2/+3 |
| | |||||
* | Undo fix as it broke the dashboard | Bill Hoffman | 2005-05-12 | 1 | -16/+6 |
| | |||||
* | ENH: fix for bug where debug, release etc flags were not used for linker ↵ | Bill Hoffman | 2005-05-12 | 1 | -6/+16 |
| | | | | options, BUG 1781 fix | ||||
* | BUG: fix insert for 64 bit | Bill Hoffman | 2005-04-13 | 1 | -2/+2 |
| | |||||
* | BUG: fix Ambiguity in insert call | Bill Hoffman | 2005-04-12 | 1 | -1/+3 |
| | |||||
* | ENH: performance improvements | Bill Hoffman | 2005-04-12 | 1 | -6/+17 |
| | |||||
* | ENH: fix adding of rc files | Bill Hoffman | 2005-03-22 | 1 | -18/+34 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -1/+1 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: Converted some ConvertToRelativeOutputPath calls to ↵ | Brad King | 2005-02-24 | 1 | -8/+3 |
| | | | | 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. | ||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -41/+25 |
| | | | | 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. | ||||
* | FIX: fix for bug 1606 | Bill Hoffman | 2005-02-17 | 1 | -8/+8 |
| | |||||
* | FIX: fix for bug 1460 | Bill Hoffman | 2005-02-11 | 1 | -3/+26 |
| | |||||
* | ENH: fix bug 1324 | Bill Hoffman | 2005-02-10 | 1 | -8/+24 |
| | |||||
* | BUG: fix version number | Bill Hoffman | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | ENH: put error checking for missing linker languages | Bill Hoffman | 2004-10-27 | 1 | -2/+20 |
| | |||||
* | ENH: add the ability to generate custom commands for a language that is not ↵ | Bill Hoffman | 2004-10-21 | 1 | -0/+4 |
| | | | | supported by an IDE | ||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -26/+42 |
| | | | | directory. | ||||
* | ENH: clean up of INCLUDE_EXTERNAL_MSPROJECT contributed by Clinton Stimpson | Bill Hoffman | 2004-09-15 | 1 | -3/+3 |
| | |||||
* | ENH: use GetRequiredDefinition instead of GetDefinition and crash | Bill Hoffman | 2004-08-11 | 1 | -19/+20 |
| | |||||
* | BUG: Fixed crash when CMAKE_CXX_STACK_SIZE is not defined. | Brad King | 2004-08-05 | 1 | -4/+10 |
| | |||||
* | ENH: sort flags, and fix order and case problems and add a few more | Bill Hoffman | 2004-07-15 | 1 | -33/+39 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2004-07-14 | 1 | -3/+0 |
| | |||||
* | ENH: use a map to fill out flags, and keep command line consistent with the GUI | Bill Hoffman | 2004-07-14 | 1 | -112/+141 |
| | |||||
* | ENH: add support for VCExpress 2005 | Bill Hoffman | 2004-07-05 | 1 | -4/+11 |
| | |||||
* | ENH: add NDEBUG to windows release builds for both ide and nmake | Bill Hoffman | 2004-06-14 | 1 | -3/+3 |
| | |||||
* | BUG: fix for 871, include external should work for 7.1 and 7.0 | Bill Hoffman | 2004-06-01 | 1 | -1/+10 |
| | |||||
* | BUG: make sure global generate is done when cmakelist file chagnes, also ↵ | Bill Hoffman | 2004-05-20 | 1 | -8/+13 |
| | | | | make sure guids are stored in the cache so the .sln file does not change every time | ||||
* | BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in ides | Bill Hoffman | 2004-04-23 | 1 | -1/+3 |
| | |||||
* | ENH: add verbose make abilility to visual studio 7 | Bill Hoffman | 2004-04-23 | 1 | -2/+23 |
| | |||||
* | ENH: add support for static library property STATIC_LIBRARY_FLAGS | Bill Hoffman | 2004-04-22 | 1 | -2/+6 |
| | |||||
* | BUG 178: make top level cmakelist file a source in ALL_BUILD | Bill Hoffman | 2004-04-22 | 1 | -4/+0 |
| |