Commit History

Author SHA1 Message Date
  Pavel Solodovnikov c85bb007df Reduce allocation of temporary values on heap. 7 years ago
  Matthias Maennich f0489856e3 Retire std::auto_ptr and its macro CM_AUTO_PTR 8 years ago
  Brad King 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
  Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
  Daniel Pfeifer b1ec5deaf1 Pass large types by const&, small types by value 8 years ago
  Maya Rashish 370a6b1bc5 cmELF: Remove now-redundant check for DT_RUNPATH's existence 8 years ago
  Maya Rashish 7146a60429 cmELF: Define DT_RUNPATH if it isn't already defined 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
  James Cowgill 15762b72b4 elf: Remove GetDynamicEntryCount and ReadBytes methods 9 years ago
  James Cowgill cd4f573ae9 cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath 9 years ago
  James Cowgill 72eb6a374e elf: add DynamicEntryList methods and rpath tag constants 9 years ago
  James Cowgill 66c4d0820c elf: remove tag switch from ELF_Dyn ByteSwap function 9 years ago
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
  Daniel Pfeifer 7b6349da4d CMake: don't use else after return 9 years ago
  Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ 9 years ago
  Patrick Welche 16a3a73508 cmELF: Port to SCO OpenServer 5.0.7/3.2 9 years ago
  Brad King b5ec5b0901 Avoid using KWSys auto_ptr by adopting it ourselves 9 years ago
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
  Daniel Pfeifer 7647f6afa4 Add CM_OVERRIDE to some functions 9 years ago
  Daniel Pfeifer 7f6b8d3399 Simplify boolean expressions 9 years ago
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
  Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
  Brad King 180538c706 Source: Stabilize include order 9 years ago
  Brad King 036b6ef7c4 Port CMake from cmIML to KWIML 10 years ago
  Brad King d462ac27d8 cmELF: Use KWIML ABI.h header to get endian-ness 10 years ago
  Ty Smith f5cd92a826 cmELF: Avoid divide by zero if there are no dynamic section entries 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago