| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |/ |
|
* | | Merge topic 'intel_fortran_vs2010' | David Cole | 2011-08-16 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test. | Bill Hoffman | 2011-08-03 | 1 | -0/+4 |
|
|
* | | Add support for Visual Studio project-specific globals (#8707) | David Cole | 2011-07-29 | 1 | -4/+22 |
|/ |
|
* | ENH: Fix Intel 12 plugin project generation for VS < 10 | Brad King | 2011-05-16 | 1 | -3/+7 |
|
|
* | Merge topic 'vs-intel-dll-implib-outdir' | Brad King | 2011-02-22 | 1 | -1/+1 |
|\ |
|
| * | VS: Create a Fortran DLL's import library directory | Brad King | 2011-02-10 | 1 | -1/+1 |
|
|
* | | Merge topic 'vs-link-flag-table' | Brad King | 2011-02-22 | 1 | -0/+18 |
|\ \ |
|
| * | | Add link flag table entries for VS 7,8,9 | Brad King | 2011-02-09 | 1 | -0/+18 |
| |/ |
|
* | | VS7/8/9: Add flag map for string pooling option (#10397) | Sebastian Herbst | 2011-02-01 | 1 | -0/+1 |
|
|
* | | VS7/8/9: Map whole program optimization flags (#10263) | Philip Lowman | 2011-02-01 | 1 | -0/+4 |
|
|
* | | Add FloatingPointModel to the list of known VS7 generator flags. | James Bigler | 2011-01-31 | 1 | -0/+5 |
|/ |
|
* | Merge topic 'fix-11695-spaces-in-vs10-rc-defs' | Brad King | 2011-01-28 | 1 | -3/+6 |
|\ |
|
| * | Fix line too long KWStyle issue (#11695) | David Cole | 2011-01-26 | 1 | -1/+2 |
|
|
| * | VS10: Escape double quote chars in defines for rc files (#11695) | David Cole | 2011-01-26 | 1 | -3/+5 |
|
|
* | | Honor VS_SCC_* properties in Fortran targets (#10237) | Brad King | 2011-01-17 | 1 | -11/+18 |
|/ |
|
* | Merge topic 'fix-11461-add-midl-vs10' | Brad King | 2011-01-11 | 1 | -1/+0 |
|\ |
|
| * | VS10: Finish Midl support (#11461) | David Cole | 2011-01-05 | 1 | -1/+0 |
|
|
* | | Merge topic 'vs-Fortran-only-DLL' | Brad King | 2011-01-11 | 1 | -1/+6 |
|\ \ |
|
| * | | VS: Fix linking of Fortran-only DLL projects (#10803) | Brian Bassett | 2011-01-06 | 1 | -1/+6 |
|
|
* | | | Map multiple /FI flags for VS < 10 (#11649) | Brad King | 2011-01-03 | 1 | -1/+1 |
| |/
|/| |
|