Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Daniel Pfeifer 7f6b8d3399 Simplify boolean expressions 9 gadi atpakaļ
  Daniel Pfeifer 618fb23fc9 Pass arguments that are not modified as const&. 9 gadi atpakaļ
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 gadi atpakaļ
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 gadi atpakaļ
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 gadi atpakaļ
  Ben Boeckel 310ef08fed stringapi: Use strings for source names 11 gadi atpakaļ
  Stephen Kelly 5cc9fb0234 cmSourceGroup: Fix method name capitalization. 11 gadi atpakaļ
  Stephen Kelly fe8b0330eb cmMakefile: Constify some cmSourceGroup related code. 11 gadi atpakaļ
  Clemens Heppner 00e96808aa CMake: source_group needs to check its own regex after its children (#13611) 13 gadi atpakaļ
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 gadi atpakaļ
  Brad King 46f4940675 Remove unused cmSourceGroup method 13 gadi atpakaļ
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 gadi atpakaļ
  Bill Hoffman 28b1912aa3 ENH: add group support and fix borland error 16 gadi atpakaļ
  Brad King 10db44a81d COMP: Fix build with concept checking of STL. 17 gadi atpakaļ
  Alexander Neundorf 9220e97401 BUG: fix #4057 (which had several duplicates): handle recursivew source groups better, i.e. multiple sourcegroups with the same end component work now 18 gadi atpakaļ
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 gadi atpakaļ
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 20 gadi atpakaļ
  Brad King 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. 22 gadi atpakaļ
  Ken Martin 0b3b21fa63 warning fixes 22 gadi atpakaļ
  Ken Martin ba68f771b3 yikes added new custom command support 22 gadi atpakaļ
  Andy Cedilnik 3893ee72d2 Add comment support, so that you can see in build process what the custom command does 23 gadi atpakaļ
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 gadi atpakaļ
  Bill Hoffman 809b32fe59 ENH: remove several compiler warnings 24 gadi atpakaļ
  Bill Hoffman 076aafe79a ENH: add file specific compile flags 24 gadi atpakaļ
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 gadi atpakaļ
  Bill Hoffman cc5c1fa6f7 ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command 24 gadi atpakaļ
  Bill Hoffman de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 gadi atpakaļ
  Ken Martin 4d9b2f59cc better custom rules 24 gadi atpakaļ
  Brad King 2f42d7ffcb BUG: Removed output of dual rules for source files that are processed by both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files. 24 gadi atpakaļ
  Will Schroeder 54cfe84f3f ENH:New copyright 24 gadi atpakaļ