Skip to content
Snippets Groups Projects
  1. Jul 13, 2016
  2. Jul 06, 2016
  3. Jul 01, 2016
  4. Jun 30, 2016
  5. Jun 29, 2016
  6. Jun 28, 2016
  7. Jun 17, 2016
  8. Jun 07, 2016
  9. Jun 01, 2016
  10. May 25, 2016
  11. May 20, 2016
    • Brad King's avatar
      clang-format.bash: Limit formatting to files selected by options · 2f2117e7
      Brad King authored
      Now that our one-shot clang-format run is complete we rarely need to
      filter the entire tree anymore.  Filter nothing if no options are given
      and just print the usage message.  Offer options to specify selection of
      some set of files from Git as needed for various workflows.
      2f2117e7
  12. May 16, 2016
    • Kitware Robot's avatar
      Revise C++ coding style using clang-format · d9fd2f54
      Kitware Robot authored and Brad King's avatar Brad King committed
      Run the `Utilities/Scripts/clang-format.bash` script to update
      all our C++ code to a new style defined by `.clang-format`.
      Use `clang-format` version 3.8.
      
      * If you reached this commit for a line in `git blame`, re-run the blame
        operation starting at the parent of this commit to see older history
        for the content.
      
      * See the parent commit for instructions to rebase a change across this
        style transition commit.
      d9fd2f54
    • Brad King's avatar
      Add a script to run clang-format on the entire source tree · bf451d9f
      Brad King authored
      List all sources in version control and filter out those that we should
      not format for various reasons.  Then run the clang-format tool to do an
      in-place update.
      bf451d9f
  13. May 06, 2016
  14. May 05, 2016
  15. May 03, 2016
    • Brad King's avatar
      libarchive: Drop early use of crypto library · 59d28b28
      Brad King authored
      We already add the crypto library after the ssl library when using
      OpenSSL.  Do not add it to the list of libraries individually or we may
      end up with the wrong order later.  Further investigation will be needed
      to see how this change can be reconciled with the upstream need for the
      original line.
      59d28b28
    • Brad King's avatar
      Utilities/Release: Define NTDDI_VERSION for Windows binaries · fa425910
      Brad King authored
      LibArchive now defines this explicitly if it is not defined already.
      Since we define _WIN32_WINNT explicitly, we must now define a consistent
      value of NTDDI_VERSION explicitly too.
      fa425910
  16. May 02, 2016
  17. Apr 29, 2016
  18. Mar 29, 2016
  19. Mar 22, 2016
  20. Mar 17, 2016
    • Brad King's avatar
      Utilities/Release: Skip spurious Qt5Autogen test for nightly binary · c089485d
      Brad King authored
      This test fails spuriously too often and prevents the nightly binary
      from finishing.  Simply skip it for the nightly binary to allow it
      to complete more regularly.
      c089485d
    • Brad King's avatar
      Utilities/Release: Create a Windows 64-bit binary · e903a9fc
      Brad King authored
      Compile with `-D_WIN32_WINNT=0x502` to use a WinXP-compatible API.
      Compile with `-D_USING_V110_SDK71_` to tell the VS standard library
      headers that we are building with a WinXP-compatible Windows SDK.  Link
      executables with `-subsystem:console,5.02` to make them runnable on
      Windows XP 64-bit.  Ideally `cmake-gui` should instead be linked with
      `-subsystem:windows,5.02` but with the Ninja and Makefile generators
      CMake adds `-subsystem:windows` after our `-subsystem:console,5.02` flag
      and the linker seems to interpret this combination as we need.
      e903a9fc
    • Brad King's avatar
      Utilities/Release: Rename scripts to match target platform · dd630075
      Brad King authored
      The machine name we happen to use for the build is less informative than
      its platform.
      dd630075
  21. Mar 09, 2016
  22. Feb 19, 2016
  23. Feb 09, 2016
Loading