| Commit message (Expand) | Author | Age | Files | Lines |
* | Fortran: Add option to run the compiler through launcher tools | Brad King | 2017-11-21 | 1 | -2/+2 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -4/+4 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -1/+1 |
|
|
* | Merge topic 'refactor-iwyu-code' | Brad King | 2017-09-15 | 1 | -1/+1 |
|\ |
|
| * | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 1 | -1/+1 |
|
|
* | | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -110/+71 |
|/ |
|
* | Add properties to run cppcheck along with the compiler | Bill Hoffman | 2017-08-30 | 1 | -2/+10 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -21/+21 |
|
|
* | CUDA: Add option to run the compiler through launcher tools | Brad King | 2017-06-09 | 1 | -1/+2 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -2/+2 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+3 |
|
|
* | Merge topic 'enable_ptx_compilation' | Brad King | 2017-04-21 | 1 | -0/+3 |
|\ |
|
| * | CUDA: Allow sources to be compiled to .ptx files | Robert Maynard | 2017-04-20 | 1 | -0/+3 |
|
|
* | | Merge topic '16760-refactor-get-mac-content-directory' | Brad King | 2017-04-21 | 1 | -2/+2 |
|\ \ |
|
| * | | Replace boolean `implib` parameters with enum | Gregor Jasny | 2017-04-20 | 1 | -2/+2 |
| |/ |
|
* | | Ninja,Makefile: Unify command line limit logic | Christian Pfeiffer | 2017-04-19 | 1 | -14/+1 |
|/ |
|
* | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files | Brad King | 2017-03-21 | 1 | -12/+25 |
|
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -42/+32 |
|
|
* | Refactor module definition file selection | Brad King | 2017-03-09 | 1 | -2/+4 |
|
|
* | CUDA: Fix boolean interpretation of CUDA_SEPARABLE_COMPILATION | Brad King | 2017-02-20 | 1 | -1/+2 |
|
|
* | Add properties to run the cpplint style checker with the compiler | Jamie Snape | 2017-01-23 | 1 | -1/+9 |
|
|
* | Makefile,Ninja: De-duplicate MSVC compiler PDB path selection | Brad King | 2016-12-15 | 1 | -16/+1 |
|
|
* | Merge topic 'fix-ctest-launchers' | Brad King | 2016-12-12 | 1 | -1/+14 |
|\ |
|
| * | Comment ExpandRuleVariables calls not preceded by launcher insertion | Brad King | 2016-12-09 | 1 | -0/+3 |
|
|
| * | Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rules | Brad King | 2016-12-09 | 1 | -1/+11 |
|
|
* | | Ninja,Makefile: Name static library compile PDB files as VS does | Brad King | 2016-11-30 | 1 | -0/+7 |
|
|
* | | CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target property | Robert Maynard | 2016-11-14 | 1 | -6/+15 |
|
|
* | | CUDA: State that cuda has preprocessor output and can generate assembly. | Robert Maynard | 2016-11-14 | 1 | -3/+3 |
|
|
* | | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -8/+6 |
|
|
* | | Add generator expression support to per-source COMPILE_FLAGS | Zsolt Parragi | 2016-10-28 | 1 | -7/+9 |
|
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | | cmState: Port dependent code to new cmStateDirectory name | Stephen Kelly | 2016-10-19 | 1 | -3/+3 |
|
|
* | | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -12/+12 |
|/ |
|
* | cmRulePlaceholderExpander: Port clients to direct-use | Stephen Kelly | 2016-10-15 | 1 | -9/+14 |
|
|
* | cmLocalGenerator: Use strings instead of a Target in rule replacement | Stephen Kelly | 2016-10-15 | 1 | -1/+3 |
|
|
* | cmLocalGenerator: Use a converter in rule replacement API | Stephen Kelly | 2016-10-15 | 1 | -4/+8 |
|
|
* | Merge topic 'remove-obsolete' | Brad King | 2016-10-13 | 1 | -49/+1 |
|\ |
|
| * | Makefiles: Remove query for CMAKE_OBJECT_NAME | Stephen Kelly | 2016-10-09 | 1 | -3/+1 |
|
|
| * | Makefiles: Remove forbidden flag logic | Stephen Kelly | 2016-10-09 | 1 | -46/+0 |
|
|
* | | cmLinkLineComputer: Extract link libraries computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+1 |
|
|
* | | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -3/+2 |
|
|
* | | cmLinkLineComputer: Move RPath computation from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -2/+2 |
|
|
* | | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -3/+5 |
|
|
* | | cmLocalGenerator: Pass link library info to OutputLinkLibraries | Stephen Kelly | 2016-10-10 | 1 | -3/+6 |
|
|
* | | Makefiles: Port CreateLinkLibs to cmLinkLineComputer | Stephen Kelly | 2016-10-10 | 1 | -8/+4 |
|
|
* | | cmLinkLineComputer: Extract from cmLocalGenerator | Stephen Kelly | 2016-10-10 | 1 | -3/+18 |
|
|
* | | Makefiles: Inline only use of method | Stephen Kelly | 2016-10-09 | 1 | -8/+3 |
|
|
* | | Makefiles: Make helper class independent of cmLocalGenerator | Stephen Kelly | 2016-10-09 | 1 | -9/+21 |
|/ |
|
* | Merge topic 'nmake-encoding' | Brad King | 2016-10-07 | 1 | -3/+7 |
|\ |
|