summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Fix quoting of special characters in cmake re-run check commandsBrad King2017-02-061-4/+2
* Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-281-1/+3
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-38/+39
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Move access to CurrentBinaryDirectory out of loopsStephen Kelly2016-09-191-6/+8
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-5/+5
* Convert: Replace Convert(FULL) with equivalentStephen Kelly2016-08-271-2/+2
* Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-10/+8
* VS: Replace FULL/UNCHANGED conversion with equivalentStephen Kelly2016-08-271-2/+2
* Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exportsYury Zhuravlev2016-07-111-2/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-4/+4
* call static cmOutputConverter::GetFortranFormat without objectDaniel Pfeifer2016-06-061-2/+4
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-18/+23
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1252/+962
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+34
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-5/+5
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990)Brad King2016-03-291-0/+5
* VS: Fix WinCE remote debugger tool per-config target nameBrad King2016-03-171-1/+2
* VS: Optionally generate remote directory for WinCE projectsAndrej Bosik2016-03-151-0/+26
* cmLocalVisualStudio7Generator: Fix name of helper functionBrad King2016-03-091-3/+3
* cmGeneratorTarget: Add API for property keysStephen Kelly2015-10-271-5/+6
* VS7: Port some implementation details to cmGeneratorTargetStephen Kelly2015-10-271-4/+4
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-4/+4
* VS: Port interface to cmGeneratorTargetStephen Kelly2015-10-241-2/+2
* VS: Port TargetIsFortranOnly to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ImplibDir to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-241-5/+3
* VS7: Port to cmGeneratorTargetStephen Kelly2015-10-241-110/+98
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-24/+21
* cmGeneratorTarget: Move GetExportMacro from cmTarget.Stephen Kelly2015-10-201-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-2/+2
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-4/+4
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-38/+38
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-38/+38
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-5/+7
|/
* Merge topic 'use-generator-target'Brad King2015-10-121-9/+9
|\
| * cmGeneratorTarget: Move GetPDBDirectory from cmTarget.Stephen Kelly2015-10-081-2/+2
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-7/+7
* | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-1/+1
* | cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-8/+8
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-3/+3
|/
* cmGeneratorTarget: Add methods for generate-time source addition.Stephen Kelly2015-10-071-2/+6
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+14
* VS: Add manifest tool settings to VS 8 and 9 project filesBrad King2015-09-171-10/+14
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1