| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify the way the flags of a static library are read | Patrick Gansterer | 2013-07-31 | 1 | -11/+1 |
|
|
* | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. | Stephen Kelly | 2013-07-11 | 1 | -1/+3 |
|
|
* | Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling | Brad King | 2013-06-27 | 1 | -9/+3 |
|
|
* | Add whitespace after colons in error messages. | Stephen Kelly | 2013-06-21 | 1 | -1/+1 |
|
|
* | Add cmLocalGenerator::GetCompileOptions. | Stephen Kelly | 2013-06-02 | 1 | -1/+3 |
|
|
* | VS: Allow /Fa to set AssemblerListingLocation (#14153) | Brad King | 2013-05-20 | 1 | -1/+5 |
|
|
* | Merge topic 'doc-improvements' | Brad King | 2013-05-16 | 1 | -7/+7 |
|\ |
|
| * | Fix spelling and typos (affecting users) | Andreas Mohr | 2013-05-07 | 1 | -7/+7 |
|
|
* | | VS: Separate compiler and linker PDB files (#11899, #14062) | Brad King | 2013-04-05 | 1 | -10/+0 |
|/ |
|
* | Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) | Stephen Kelly | 2013-03-25 | 1 | -1/+0 |
|
|
* | VS: Avoid empty source groups in some cases (#3474) | Anton Helwart | 2013-03-08 | 1 | -7/+21 |
|
|
* | VS: Specify WinCE subsystems correctly in VS 9 2008 | Mark Salisbury | 2013-02-13 | 1 | -3/+17 |
|
|
* | VS: Specify WinCE subsystem also for DLLs | Mark Salisbury | 2013-02-13 | 1 | -0/+4 |
|
|
* | Move GetCompileDefinitions to cmTarget. | Stephen Kelly | 2013-01-29 | 1 | -2/+2 |
|
|
* | Merge topic 'windows-ce' | Brad King | 2012-11-28 | 1 | -3/+17 |
|\ |
|
| * | VS: Support setting correct subsystem and entry point for WinCE | Patrick Gansterer | 2012-11-26 | 1 | -3/+17 |
|
|
* | | Revert "Move GetLinkInformation to cmGeneratorTarget" | Stephen Kelly | 2012-11-21 | 1 | -6/+2 |
|/ |
|
* | Resolve warnings about shadowing parameters and local variables. | Stephen Kelly | 2012-11-13 | 1 | -3/+3 |
|
|
* | Resolve warnings about used enum values in switch blocks. | Stephen Kelly | 2012-11-13 | 1 | -0/+2 |
|
|
* | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 1 | -1/+1 |
|
|
* | Merge topic 'vs-pdb-output' | Brad King | 2012-10-01 | 1 | -3/+3 |
|\ |
|
| * | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) | Yuchen Deng | 2012-09-25 | 1 | -3/+3 |
|
|
* | | Return a std::string from GetCompileDefinitions. | Stephen Kelly | 2012-09-21 | 1 | -2/+2 |
|
|
* | | Port remaining code to GetCompileDefinitions(). | Stephen Kelly | 2012-09-21 | 1 | -11/+4 |
|
|
* | | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+3 |
|
|
* | | Move GetLinkInformation to cmGeneratorTarget | Stephen Kelly | 2012-09-19 | 1 | -2/+6 |
|/ |
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -42/+42 |
|
|
* | VS: Set Intel Fortran 13 project version | Zaheer Chothia | 2012-06-06 | 1 | -2/+4 |
|
|
* | VS: Add CMakeLists.txt re-run rules at start of generation | Brad King | 2012-03-28 | 1 | -18/+22 |
|
|
* | Add $<TARGET_OBJECTS:...> expression to use an object library | Brad King | 2012-03-16 | 1 | -5/+67 |
|
|
* | Build object library targets in VS | Brad King | 2012-03-13 | 1 | -0/+18 |
|
|
* | Pre-compute object file names before VS project generation | Brad King | 2012-03-09 | 1 | -22/+14 |
|
|
* | Merge branch 'cleanup-object-file-names' into object-library | Brad King | 2012-03-09 | 1 | -14/+1 |
|\ |
|
| * | VS: Simplify object name computation | Brad King | 2012-03-06 | 1 | -1/+1 |
|
|
| * | Remove unused partial OBJECT_FILES property implementation | Brad King | 2012-03-06 | 1 | -13/+0 |
|
|
* | | Merge topic 'fix-12189-support-SBCS-in-VS' | David Cole | 2012-03-08 | 1 | -0/+4 |
|\ \ |
|
| * | | Visual Studio: Allow setting Single Byte Character Set (#12189) | Aaron C. Meadows | 2012-02-17 | 1 | -0/+4 |
| |/ |
|
* | | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 1 | -1/+1 |
|/ |
|
* | Fix Intel Fortran .vfproj files for VS 10 | Brad King | 2011-12-13 | 1 | -0/+10 |
|
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -9/+9 |
|
|
* | VS: Add VS_SCC_AUXPATH target property (#12549) | Robert Dailey | 2011-11-01 | 1 | -0/+7 |
|
|
* | Also, check for 11.x as an intel fortran version. | Bill Hoffman | 2011-09-30 | 1 | -2/+2 |
|
|
* | Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE. | Bill Hoffman | 2011-09-30 | 1 | -4/+4 |
|
|
* | Fortran: Add support for free- and fixed-form flags | Brad King | 2011-08-31 | 1 | -0/+25 |
|
|
* | VS: Map Fortran free- and fixed-format flags to IDE options | Brad King | 2011-08-31 | 1 | -0/+2 |
|
|
* | VS: Map per-source Fortran flags to IDE options | Brad King | 2011-08-31 | 1 | -2/+9 |
|
|
* | Merge topic 'AutomocForQt' | David Cole | 2011-08-25 | 1 | -23/+21 |
|\ |
|
| * | Fix automoc with VS builds: apply patch from Bill | Alex Neundorf | 2011-08-18 | 1 | -23/+21 |
|
|
* | | Merge topic 'add-vs9-midl-inc-dirs' | David Cole | 2011-08-16 | 1 | -0/+7 |
|\ \ |
|
| * | | VS9: Add include_directories to midl command lines | David Cole | 2011-08-12 | 1 | -0/+7 |
| |/ |
|