summaryrefslogtreecommitdiff
path: root/Source/cmCallVisualStudioMacro.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-17/+21
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-2/+2
* Fixing warnings generated by clang 8.0 on WindowsZsolt Parragi2019-05-291-4/+8
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-15/+15
* cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-27/+27
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-193/+129
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-11/+0
* Source: Stabilize include orderBrad King2016-04-291-1/+1
* Replace '0 == instances.size()' with instances.empty().Stephen Kelly2015-08-241-1/+1
* VisualStudio: Remove MSVC6 compatibility macro.Stephen Kelly2014-11-201-6/+0
* cmCallVisualStudioMacro: fix a shadowing warningBen Boeckel2014-11-131-6/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix issue #7533. Revise fix for issue #7058 to use pragma comment libs i...David Cole2008-10-081-0/+25
* BUG: Fix issue #7088 - do not emit error messages when attempts to run Visual...David Cole2008-07-301-13/+29
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-1/+35
* STYLE: Fixed line-too-long. COMP: Fixed warnings about lossy conversions.Brad King2007-11-201-2/+8
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+464