summaryrefslogtreecommitdiff
path: root/Source/cmIDEOptions.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-0/+1
* clang-tidy: fix `modernize-loop-convert` lintsBen Boeckel2022-11-291-2/+2
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2022-11-291-2/+1
* clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2022-11-291-3/+3
* clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2022-11-291-3/+1
* Source: Fix possible IWYU warnings in Windows generatorsNAKAMURA Takumi2021-11-201-1/+2
* Source: Replace C headers with C++ onesRose2021-11-021-2/+1
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+4
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+3
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-3/+3
* VS: Fix nowarn compiler option to accept warning numbers.Wil Stark2019-02-071-0/+2
* Convert cmIDEFlagTable to use owned stringsStephan Szabo2018-11-281-6/+6
* cmIDEOptions: use std::stringVitaly Stakhovsky2018-02-261-20/+22
* VisualStudio generators: refactoringMarc Chevrier2018-01-231-0/+42
* cmIDEOptions: use std::string instead of const char*Vitaly Stakhovsky2017-12-081-7/+8
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Merge topic 'vs-rc-defines'Brad King2017-03-291-0/+5
|\
| * cmIDEOptions: Add GetDefines methodBrad King2017-03-281-0/+5
* | cmIDEOptions: Add SpaceAppendable flag table typeBrad King2017-02-151-0/+8
|/
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-2/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-72/+45
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-15/+0
* cmIDEOptions: Add support for case-insensitive flagsBrad King2016-01-111-2/+8
* cmIDEOptions: Add HasFlag method to test if a flag is setBrad King2014-08-131-0/+6
* cmIDEOptions: Add an AppendFlag overload to append multiple valuesBrad King2014-08-131-0/+8
* cmIDEOptions: Add an AppendFlag method to update multi-valued optionsBrad King2014-07-311-0/+7
* cmIDEOption: Store mapped flag values as a vector<string>Brad King2014-07-231-15/+12
* VS: Support mapping flags with values following separately (#14858)Brad King2014-04-011-2/+19
* cmIDEOptions: Factor FlagMap update out to separate methodBrad King2014-04-011-27/+32
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Add an overload of cmIDEOptions::AddDefines taking a vector of strings.Stephen Kelly2013-07-101-0/+5
* VS10: Refactor link options collectionBrad King2012-10-261-0/+11
* VS2010: Fixed GenerateManifest flag (#10704)David Cole2011-02-091-0/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Separate option mapping from VS generatorsBrad King2009-07-291-0/+178