Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Ninja,Swift: reuse `SWIFT_MODULE_NAME` for `SWIFT_MODULE` | Saleem Abdulrasool | 2019-05-20 | 1 | -13/+10 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'vs-ApplicationTypeRevision' | Brad King | 2019-05-22 | 4 | -12/+24 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | VS: Fix ApplicationTypeRevision in builtin check projects | Brad King | 2019-05-21 | 2 | -4/+4 | |
| * | | | | | | | | | VS: Factor out helper to compute ApplicationTypeRevision | Brad King | 2019-05-21 | 3 | -8/+20 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'compiler-id-arch-only-iar' | Brad King | 2019-05-22 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | IAR: Do not print compiler architecture id for non-IAR compilers | Brad King | 2019-05-21 | 2 | -2/+2 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'ninja-lib-symlink-space' | Brad King | 2019-05-22 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | Ninja: Fix creation of library symlinks in folders with spaces | Eike Ziller | 2019-05-20 | 1 | -1/+3 | |
* | | | | | | | | | Merge branch 'release-3.14' | Brad King | 2019-05-22 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'libarchive-solaris-11.4' into release-3.14 | Brad King | 2019-05-21 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'libarchive-solaris-11.4' | Brad King | 2019-05-22 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | libarchive: avoid b64_encode name conflict with Solaris built-in function | Brad King | 2019-05-21 | 1 | -5/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'file-remove-no-empty' | Craig Scott | 2019-05-22 | 6 | -1/+29 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | file: Change REMOVE to ignore empty names | Brad King | 2019-05-21 | 6 | -1/+29 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-22 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'string-param' | Brad King | 2019-05-21 | 11 | -57/+58 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Source: change parameters to std::string | Vitaly Stakhovsky | 2019-05-19 | 11 | -57/+58 | |
* | | | | | | | | | Merge topic 'FindPostgreSQL-config-support' | Brad King | 2019-05-21 | 2 | -13/+51 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FindPostgreSQL: Find debug lib, imported configs | Andrei Lebedev | 2019-05-20 | 2 | -13/+51 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'doc-ipo-check' | Brad King | 2019-05-21 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2019-05-17 | 1 | -1/+3 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-21 | 1 | -1/+1 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge topic 'makefiles_additional_clean_files' | Brad King | 2019-05-20 | 7 | -132/+172 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Extend MakeClean test to cover subdirectories without targets | Sebastian Holtermann | 2019-05-18 | 2 | -35/+64 | |
| * | | | | | | | | Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level | Sebastian Holtermann | 2019-05-18 | 5 | -18/+63 | |
| * | | | | | | | | Makefiles: Make build root targets "all", "clean" and "preinstall" recursive | Sebastian Holtermann | 2019-05-18 | 1 | -39/+24 | |
| * | | | | | | | | Makefiles: Avoid pointer repurposing | Sebastian Holtermann | 2019-05-17 | 1 | -4/+4 | |
| * | | | | | | | | Makefiles: Inline range loop range arguments | Sebastian Holtermann | 2019-05-17 | 2 | -36/+17 | |
* | | | | | | | | | Merge topic 'ninja-swift' | Brad King | 2019-05-20 | 27 | -156/+477 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: add a check for the Swift compiler | Saleem Abdulrasool | 2019-05-17 | 4 | -3/+74 | |
| * | | | | | | | | | Help: add some initial documentation for Swift support | Saleem Abdulrasool | 2019-05-16 | 11 | -0/+78 | |
| * | | | | | | | | | Auxiliary: update vim syntax highlighting | Saleem Abdulrasool | 2019-05-16 | 1 | -0/+6 | |
| * | | | | | | | | | Modules: add build rules for Swift Ninja support | Saleem Abdulrasool | 2019-05-16 | 4 | -24/+98 | |
| * | | | | | | | | | Ninja: add placeholders to support Swift build | Saleem Abdulrasool | 2019-05-16 | 4 | -1/+115 | |
| * | | | | | | | | | Ninja: add support for Swift's output-file-map.json | Saleem Abdulrasool | 2019-05-16 | 2 | -4/+83 | |
| * | | | | | | | | | Swift: remove unnecessary unreleased Ninja infrastructure | Saleem Abdulrasool | 2019-05-16 | 4 | -126/+0 | |
| * | | | | | | | | | Swift: Detect compiler version | Brad King | 2019-05-16 | 1 | -0/+24 | |
| * | | | | | | | | | CMakeDetermineCompilerId: Make CMAKE_${lang}_COMPILER available earlier | Brad King | 2019-05-16 | 1 | -7/+8 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'FindPNG-static-define' | Brad King | 2019-05-20 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FindPNG: Fix definitions on imported target | Axel Huebl | 2019-05-17 | 1 | -1/+4 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'interface-library-export-properties' | Brad King | 2019-05-20 | 4 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | InterfaceLibrary: Whitelist EXPORT_PROPERTIES property | Brad King | 2019-05-17 | 4 | -0/+12 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-20 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-19 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'bracket-comment-doc-clarification' | Craig Scott | 2019-05-18 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Help: Clarify that bracket comments start with bracket open | Kyle Edwards | 2019-05-16 | 1 | -3/+3 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'file-install-follow-symlink-chain' | Marc Chevrier | 2019-05-18 | 6 | -7/+268 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument | Kyle Edwards | 2019-05-16 | 6 | -7/+268 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-18 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'findblas_mklroot_bla_vendor' | Brad King | 2019-05-17 | 1 | -9/+8 | |
|\ \ \ \ \ \ \ |