提交历史

作者 SHA1 备注 提交日期
  Stephen Kelly 5f69314ea6 Replace foo.length() pattern with !foo.empty(). 10 年之前
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). 10 年之前
  Stephen Kelly 930bd47816 Replace 'foo.size() == 0' pattern with foo.empty(). 10 年之前
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 10 年之前
  Brad King b5a467262b Merge topic 'drop-ancient-workarounds' 10 年之前
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 年之前
  Stephen Kelly 238dd2fbab Use insert instead of a loop in some cases. 11 年之前
  Ruslan Baratov e6db4c5a4e file: Add LOCK subcommand to do file and directory locking 11 年之前
  Stephen Kelly b80557c7bd file(GENERATE): Evaluate early to allow generating source files 11 年之前
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 年之前
  Brad King f4c5eade78 Ninja: Fix RC include directories regression 11 年之前
  Brad King e7ee892b39 cmLocalGenerator: Fix AddBuildTargetRule object file path conversion 11 年之前
  Brad King 9f92a78be2 cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' 11 年之前
  Brad King 3138da6e67 Merge topic 'install-messages' 11 年之前
  Brad King c9568de52c install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 11 年之前
  Brad King ec7cf7ea13 install: Thread message level setting through internal API 11 年之前
  Brad King f0a0196250 cmInstallTargetGenerator: Drop default constructor arguments 11 年之前
  Brad King c491cb1eb4 Fix some generator crashes on undefined CMAKE_BUILD_TYPE 11 年之前
  Stephen Kelly eecd93fcca Features: Escape the COMPILE_OPTIONS for dialects. 11 年之前
  Brad King 8256ccb78c Add OBJECT_FILE_DIR rule placeholder for compilation lines 11 年之前
  Stephen Kelly 60a981ea8e Features: Enable compiler extensions by default. 11 年之前
  Stephen Kelly dd043c3f21 Features: Add support for C++14 features. 11 年之前
  Brad King 3ea9bde845 Merge topic 'ninja-intel-ipo' 11 年之前
  Stephen Kelly 0dfe395e3c Features: Add COMPILE_FEATURES generator expression. 11 年之前
  Brad King 5d12b87b9d cmGeneratorTarget: Improve GetCreateRuleVariable API 11 年之前
  Stephen Kelly e0890d03a4 Features: Extend concept to C language. 12 年之前
  Brad King 7b3def93b6 Merge topic 'decay-language-version' 11 年之前
  Brad King 4777e82a0a Merge topic 'dev/refactor-source-depends-in-ninja' 11 年之前
  Ben Boeckel 6fa6bedf78 LocalGenerator: Add a string overload for AppendFlags 11 年之前
  Mikołaj Siedlarek 1bed75a590 OS X: Use -iframework for system framework directories 11 年之前