| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix merge mistakev1.10.2release | Jan Niklas Hasse | 2020-11-28 | 1 | -0/+2 |
|
|
* | v1.10.2 | Jan Niklas Hasse | 2020-11-28 | 1 | -1/+1 |
|
|
* | Merge branch 'master' into release | Jan Niklas Hasse | 2020-11-28 | 86 | -360/+626 |
|\ |
|
| * | mark this 1.10.2.git | Jan Niklas Hasse | 2020-11-28 | 1 | -1/+1 |
|
|
| * | GitHub Actions: Build Universal Binary for macOS | Jan Niklas Hasse | 2020-11-23 | 1 | -4/+5 |
|
|
| * | Merge pull request #1879 from kadler/aix-cleanup | Jan Niklas Hasse | 2020-11-14 | 3 | -4/+25 |
| |\ |
|
| | * | Fix test crashes on AIX | Kevin Adler | 2020-11-13 | 2 | -0/+11 |
|
|
| | * | Add libperfstat to AIX CMake build | Kevin Adler | 2020-11-13 | 1 | -0/+5 |
|
|
| | * | Use internal getopt for IBM i and AIX | Kevin Adler | 2020-11-13 | 2 | -4/+9 |
|
|
| * | | Merge pull request #1880 from kadler/fix-hash-benchmark | Jan Niklas Hasse | 2020-11-13 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Fix buffer overread in hash_collision_benchmark.cc | Kevin Adler | 2020-11-13 | 1 | -1/+2 |
| | |/ |
|
| * | | Merge pull request #1878 from hdf89shfdfs/multi_generator_bug | Jan Niklas Hasse | 2020-11-13 | 1 | -10/+8 |
| |\ \
| | |/
| |/| |
|
| | * | Fix mulit-configuration bug. This affected users who use | hdf89shfdfs | 2020-11-13 | 1 | -10/+8 |
| |/ |
|
| * | Merge pull request #1787 from neheb/str | Jan Niklas Hasse | 2020-11-10 | 2 | -2/+4 |
| |\ |
|
| | * | [clang-tidy] remove pointless string init | Rosen Penev | 2020-11-07 | 2 | -2/+4 |
| |/ |
|
| * | Merge pull request #1867 from jhasse/github-actions-docker | Jan Niklas Hasse | 2020-11-06 | 2 | -0/+64 |
| |\ |
|
| | * | GitHub Actions: Run more tests on Ubuntu 20.04 (Docker) | Jan Niklas Hasse | 2020-10-31 | 2 | -0/+64 |
|
|
| * | | Merge pull request #1870 from nmulcahey/cmake | Jan Niklas Hasse | 2020-11-05 | 1 | -1/+1 |
| |\ \ |
|
| | * | | cmake: Use ${CMAKE_COMMAND} instead of `cmake` | Nathan Mulcahey | 2020-11-03 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #1868 from kadler/fix-aix-signal-checking | Jan Niklas Hasse | 2020-11-02 | 1 | -0/+10 |
| |\ \ |
|
| | * | | Handle process signalling correctly on AIX | Kevin Adler | 2020-10-31 | 1 | -0/+10 |
| | |/ |
|
| * | | Merge pull request #1834 from jhasse/close-during-generator | Jan Niklas Hasse | 2020-11-02 | 2 | -2/+5 |
| |\ \
| | |/
| |/| |
|
| | * | Close BuildLog while running generators, fix #1724 | Jan Niklas Hasse | 2020-08-26 | 2 | -2/+5 |
|
|
| * | | Check return value of setvbuf, fix #509 | Jan Niklas Hasse | 2020-10-30 | 2 | -2/+6 |
|
|
| * | | Merge pull request #1865 from ThePrez/ibmi | Jan Niklas Hasse | 2020-10-30 | 1 | -0/+7 |
| |\ \ |
|
| | * | | fixup: remove unneeded CMAKE_C_FLAGS | Jesse Gorzinski | 2020-10-29 | 1 | -1/+0 |
|
|
| | * | | build: Add IBM i compile/link flags | Jesse Gorzinski | 2020-10-29 | 1 | -0/+8 |
| |/ / |
|
| * | | Merge pull request #1614 from splinter-build/std-namespace-for-headerfiles | Jan Niklas Hasse | 2020-10-19 | 80 | -278/+366 |
| |\ \ |
|
| | * | | Comply with project formatting rules wrt 80 column lines | Michael Jones | 2020-09-30 | 8 | -13/+19 |
|
|
| | * | | Remove 'using namespace std' from header files, properly namespace all std sy... | Michael Jones | 2020-09-30 | 26 | -276/+250 |
|
|
| | * | | Add 'using namespace std;' to all cc files to prepare for removing it from he... | Michael Jones | 2020-09-30 | 55 | -1/+109 |
|
|
| * | | | Merge pull request #1855 from splinter-build/add-sanitizers | Jan Niklas Hasse | 2020-10-03 | 1 | -8/+21 |
| |\ \ \ |
|
| | * | | | Add debug build with sanitizers support | Michael Jones | 2020-10-02 | 1 | -8/+21 |
| |/ / / |
|
| * | | | Merge pull request #1852 from splinter-build/scan-build | Jan Niklas Hasse | 2020-10-02 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Add clang-analyze to build | Michael Jones | 2020-09-30 | 1 | -2/+2 |
| | |/ / |
|
| * | | | Revert "Merge pull request #1768 from jhasse/github-actions-lint" | Jan Niklas Hasse | 2020-10-02 | 2 | -63/+0 |
|
|
| * | | | Merge pull request #1768 from jhasse/github-actions-lint | Jan Niklas Hasse | 2020-10-02 | 2 | -0/+63 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | clang-tidy: Drop readability-container-size-empty due to tests | Jan Niklas Hasse | 2020-09-19 | 1 | -2/+0 |
|
|
| | * | | GitHub Actions: Update to Ubuntu 20.04 | Jan Niklas Hasse | 2020-09-19 | 1 | -4/+4 |
|
|
| | * | | Merge branch 'master' into github-actions-lint | Jan Niklas Hasse | 2020-09-19 | 22 | -140/+356 |
| | |\ \
| | |/ /
| |/| | |
|
| * | | | cmake: add BUILD_TESTING option (ON by default) (#1839) | David Callu | 2020-09-14 | 1 | -39/+41 |
|
|
| * | | | Merge pull request #1789 from neheb/if | Jan Niklas Hasse | 2020-09-10 | 1 | -2/+1 |
| |\ \ \ |
|
| | * | | | [clang-tidy] fix small false positive | Rosen Penev | 2020-06-18 | 1 | -2/+1 |
|
|
| * | | | | Merge pull request #1786 from neheb/memb | Jan Niklas Hasse | 2020-09-10 | 2 | -8/+3 |
| |\ \ \ \ |
|
| | * | | | | [clang-tidy] remove redundant member init | Rosen Penev | 2020-06-18 | 2 | -8/+3 |
| | |/ / / |
|
| * | | | | Merge pull request #1836 from aharrison24/cmake-browse-mode-support | Jan Niklas Hasse | 2020-08-28 | 2 | -3/+63 |
| |\ \ \ \ |
|
| | * | | | | CMake: Add platform checks for browse mode support | Alastair Harrison | 2020-08-28 | 1 | -10/+25 |
|
|
| | * | | | | Improve error handling in inline.sh | Alastair Harrison | 2020-08-28 | 1 | -3/+10 |
|
|
| | * | | | | CMake: Add support for "browse" mode | Alastair Harrison | 2020-08-27 | 1 | -0/+38 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge pull request #1823 from serpent7776/patch-1 | Jan Niklas Hasse | 2020-08-27 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|