Skip to content
Snippets Groups Projects
  1. May 28, 2014
    • Nils Gladitz's avatar
      Add an "installed file" property scope · 15a8af21
      Nils Gladitz authored and Brad King's avatar Brad King committed
      Teach set_property and get_property an "INSTALL" property type to be
      associated with install-tree file paths.  Make the properties available
      to CPack for use during packaging.  Add a "prop_inst" Sphinx domain
      object type for documentation of such properties.
      15a8af21
  2. May 15, 2014
  3. May 14, 2014
  4. May 13, 2014
    • Brad King's avatar
    • Eric Berge's avatar
      cmSystemTools::RenameFile: Retry on Windows ERROR_SHARING_VIOLATION · 24bd7ae1
      Eric Berge authored and Brad King's avatar Brad King committed
      Add ERROR_SHARING_VIOLATION to the set of errors (previously including
      only ERROR_ACCESS_DENIED) that cause a rename (MoveFile) on Windows to
      retry.  The condition was observed when two renames to the same target
      file name were happening simultaneously.
      24bd7ae1
    • Brad King's avatar
      7fa16df4
    • Kitware Robot's avatar
      KWSys 2014-05-07 (6074f33f) · 7762c574
      Kitware Robot authored and Brad King's avatar Brad King committed
      Extract upstream KWSys using the following shell commands.
      
      $ git archive --prefix=upstream-kwsys/ 6074f33f | tar x
      $ git shortlog --no-merges --abbrev=8 --format='%h %s' f3a36760..6074f33f
      Ben Boeckel (22):
            ef3bfa01 c_str: Don't use .c_str() when streaming strings
            9c165368 Glob: Use string comparisons if you have them ready
            53ba0bc6 containers: Use .empty() instead of .size() where possible
            6cbb57ac strings: Use string methods instead of size calculations
            e53596b7 RegularExpression: Add string overloads
            aec9de6a CommandLineArguments: Push the string back, not its C string
            1d531416 Glob: Accept a string in Glob::AddFile
            81f5e0a8 Glob: Accept a string in Glob::AddExpression
            d40c2706 SystemTools: Remove redundant if guards
            c1296f4a SystemTools: Defer computing length until after a .empty() check
            7ffb7106 SystemTools: Use the iterator constructor for strings
            29e3b1d8 SystemTools: Use .rfind('/') rather than .find_last_of("/")
            5eb3a65c SystemTools: Don't construct a string just for its length
            b07b5fc1 SystemTools: Take a string in GetShortPath
            153f6df7 SystemTools: Use strings in ComparePath
            2c2f6604 SystemTools: Accept strings in IsSubDirectory
            84db9ee5 SystemTools: Take strings in AddTranslationPath
            4b409aa4 SystemTools: Take strings in SplitPath
            d2dbff07 SystemTools: Take strings in CollapseFullPath
            e9204f8f SystemTools: Take strings in AddKeepPath
            3254681a SystemTools: Reserve memory in JoinPath
            6074f33f SystemTools: Use static strings in SystemToolsAppendComponents
      
      Change-Id: I53c7a1005206dba43ee785bf807c478bf146ca0e
      7762c574
    • Brad King's avatar
      Merge topic 'FindGTest-add_test-signature' · 96e9eb17
      Brad King authored and Kitware Robot's avatar Kitware Robot committed
      293bcf7a FindGTest: use new add_test() signature (#14913)
      96e9eb17
    • Brad King's avatar
    • Brad King's avatar
      Merge branch 'release' · 7f6132b9
      Brad King authored
      7f6132b9
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · f692014a
      Kitware Robot authored
      f692014a
  5. May 12, 2014
  6. May 11, 2014
  7. May 10, 2014
  8. May 09, 2014
Loading