| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGlobalVisualStudioGenerator: remove redundant variables | Leonid Pospelov | 2019-04-24 | 1 | -12/+5 |
|
|
* | cmGlobalVisualStudioGenerator: use cmJoin to join the filenames | Leonid Pospelov | 2019-04-22 | 1 | -11/+1 |
|
|
* | cmGlobalVisualStudioGenerator: use auto instead of iterator types | Leonid Pospelov | 2019-04-22 | 1 | -6/+5 |
|
|
* | Merge topic 'vs-default-platform' | Brad King | 2019-04-22 | 1 | -0/+8 |
|\ |
|
| * | VS: Provide the default platform name to project code | Brad King | 2019-04-19 | 1 | -0/+8 |
|
|
* | | cmTarget: Move member `*Commands` to impl | Sebastian Holtermann | 2019-03-23 | 1 | -0/+1 |
|
|
* | | Merge topic 'vs-fortran-rc' | Brad King | 2019-03-04 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | VS: Fix Fortran target type selection with RC sources | Brad King | 2019-03-01 | 1 | -0/+4 |
|
|
* | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -1/+1 |
|/ |
|
* | VS: Fix Fortran target type selection when linking C++ targets | Brad King | 2019-02-04 | 1 | -19/+12 |
|
|
* | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -3/+2 |
|
|
* | cmSystemTools::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -2/+2 |
|
|
* | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 1 | -1/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -1/+2 |
|
|
* | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 1 | -0/+11 |
|
|
* | VS: Track explicitly when platform is specified in generator name | Brad King | 2019-01-10 | 1 | -0/+1 |
|
|
* | VS: Move platform name members to top-level global generator | Brad King | 2019-01-10 | 1 | -1/+28 |
|
|
* | VS: Convert WriteSLNHeader to non-virtual lookup table | Brad King | 2019-01-10 | 1 | -0/+52 |
|
|
* | VS: Convert GetIDEVersion to non-virtual table lookup | Brad King | 2019-01-10 | 1 | -0/+19 |
|
|
* | cmake-gui: Fix "Open Project" for VS IDE with space in path | Brad King | 2018-10-25 | 1 | -2/+3 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -3/+3 |
|
|
* | cmGlobalVisualStudioGenerator: remove TargetCanBeReferenced() | Michael Stürmer | 2018-04-24 | 1 | -13/+0 |
|
|
* | remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget | Michael Stürmer | 2018-04-23 | 1 | -24/+1 |
|
|
* | VS: Support C# project references | Robert Dailey | 2018-02-23 | 1 | -18/+16 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -66/+39 |
|
|
* | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -2/+2 |
|
|
* | VS,Xcode: Add CMakeLists.txt sources without mutating targets | Brad King | 2017-10-18 | 1 | -9/+0 |
|
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+33 |
|
|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -2/+2 |
|
|
* | Merge branch 'backport-vs-csharp-ref-no-asm' into vs-csharp-ref-no-asm | Brad King | 2017-09-05 | 1 | -0/+13 |
|\ |
|
| * | VS: Do not reference output assemblies if not possible for CSharp target | Michael Stürmer | 2017-09-05 | 1 | -0/+13 |
|
|
* | | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -2/+2 |
|
|
* | | Performance: Fix a few more unnecessary vector copies missed in af3fd6f | Aaron Orenstein | 2017-08-18 | 1 | -4/+8 |
|/ |
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | VS: Simplify use of object libraries in WINDOWS_EXPORT_ALL_SYMBOLS | Brad King | 2017-04-11 | 1 | -1/+0 |
|
|
* | Add GENERATOR_IS_MULTI_CONFIG global property | Bastien Schatt | 2017-04-04 | 1 | -0/+1 |
|
|
* | VS: Decide project type by linker lang as fallback | Christian Pfeiffer | 2017-03-30 | 1 | -0/+14 |
|
|
* | Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS' | Brad King | 2017-03-22 | 1 | -32/+41 |
|\ |
|
| * | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` files | Brad King | 2017-03-21 | 1 | -29/+39 |
|
|
| * | cmGlobalVisualStudioGenerator: Simplify __create_def command generation | Brad King | 2017-03-21 | 1 | -3/+2 |
|
|
* | | fix include order of windows.h | Daniel Pfeifer | 2017-03-14 | 1 | -2/+1 |
|/ |
|
* | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation | Brad King | 2017-03-09 | 1 | -4/+8 |
|
|
* | VS: Do not treat custom targets as CSharp targets | Michael Stürmer | 2017-03-07 | 1 | -0/+4 |
|
|
* | VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for external objects | Zsolt Parragi | 2017-01-30 | 1 | -0/+8 |
|
|
* | iwyu: Fix VisualStudio specific issues | Daniel Pfeifer | 2016-11-28 | 1 | -1/+3 |
|
|
* | cmGlobalGenerator: Allow FindMakeProgram to fail | Brad King | 2016-10-20 | 1 | -1/+2 |
|
|
* | Merge topic 'vs-csharp-prep' | Brad King | 2016-10-20 | 1 | -0/+21 |
|\ |
|
| * | VS: Add CSharp project uuid and file extension | Michael Stürmer | 2016-10-19 | 1 | -0/+21 |
|
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|