summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1790 from neheb/boolJan Niklas Hasse2020-12-062-4/+3
|\ \ \
| * | | [clang-tidy] simplify boolean expressionRosen Penev2020-12-052-4/+3
| |/ /
* | | Merge pull request #1873 from jhasse/remove-travisJan Niklas Hasse2020-12-052-36/+21
|\ \ \
| * | | Replace Travis CI with GitHub ActionsJan Niklas Hasse2020-11-062-36/+21
* | | | Merge pull request #1876 from orgads/msvc-warningsJan Niklas Hasse2020-12-051-1/+3
|\ \ \ \
| * | | | Suppress MSVC warningsOrgad Shaneh2020-11-111-1/+3
* | | | | Ignore clangd filesJan Niklas Hasse2020-12-041-0/+4
* | | | | Merge pull request #1866 from jhasse/unique-edge-idsJan Niklas Hasse2020-12-037-23/+34
|\ \ \ \ \
| * | | | | Add unique IDs to edgesColin Cross2020-10-307-23/+34
* | | | | | Merge pull request #1792 from neheb/decJan Niklas Hasse2020-12-033-7/+9
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [clang-tidy] fix inconsistent declarationsRosen Penev2020-12-023-7/+9
|/ / / / /
* | | | | Merge pull request #1887 from mjguzik/freebsd_cpusetJan Niklas Hasse2020-12-011-1/+12
|\ \ \ \ \
| * | | | | Add FreeBSD support to GetProcessorCountMateusz Guzik2020-11-301-1/+12
|/ / / / /
* | | | | mark this 1.10.2.gitJan Niklas Hasse2020-11-281-1/+1
* | | | | GitHub Actions: Build Universal Binary for macOSJan Niklas Hasse2020-11-231-4/+5
* | | | | Merge pull request #1879 from kadler/aix-cleanupJan Niklas Hasse2020-11-143-4/+25
|\ \ \ \ \
| * | | | | Fix test crashes on AIXKevin Adler2020-11-132-0/+11
| * | | | | Add libperfstat to AIX CMake buildKevin Adler2020-11-131-0/+5
| * | | | | Use internal getopt for IBM i and AIXKevin Adler2020-11-132-4/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #1880 from kadler/fix-hash-benchmarkJan Niklas Hasse2020-11-131-1/+2
|\ \ \ \ \
| * | | | | Fix buffer overread in hash_collision_benchmark.ccKevin Adler2020-11-131-1/+2
| |/ / / /
* | | | | Merge pull request #1878 from hdf89shfdfs/multi_generator_bugJan Niklas Hasse2020-11-131-10/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix mulit-configuration bug. This affected users who usehdf89shfdfs2020-11-131-10/+8
|/ / / /
* | | | Merge pull request #1787 from neheb/strJan Niklas Hasse2020-11-102-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | [clang-tidy] remove pointless string initRosen Penev2020-11-072-2/+4
|/ / /
* | | Merge pull request #1867 from jhasse/github-actions-dockerJan Niklas Hasse2020-11-062-0/+64
|\ \ \
| * | | GitHub Actions: Run more tests on Ubuntu 20.04 (Docker)Jan Niklas Hasse2020-10-312-0/+64
| |/ /
* | | Merge pull request #1870 from nmulcahey/cmakeJan Niklas Hasse2020-11-051-1/+1
|\ \ \
| * | | cmake: Use ${CMAKE_COMMAND} instead of `cmake`Nathan Mulcahey2020-11-031-1/+1
|/ / /
* | | Merge pull request #1868 from kadler/fix-aix-signal-checkingJan Niklas Hasse2020-11-021-0/+10
|\ \ \
| * | | Handle process signalling correctly on AIXKevin Adler2020-10-311-0/+10
| |/ /
* | | Merge pull request #1834 from jhasse/close-during-generatorJan Niklas Hasse2020-11-022-2/+5
|\ \ \ | |/ / |/| |
| * | Close BuildLog while running generators, fix #1724Jan Niklas Hasse2020-08-262-2/+5
* | | Check return value of setvbuf, fix #509Jan Niklas Hasse2020-10-302-2/+6
* | | Merge pull request #1865 from ThePrez/ibmiJan Niklas Hasse2020-10-301-0/+7
|\ \ \
| * | | fixup: remove unneeded CMAKE_C_FLAGSJesse Gorzinski2020-10-291-1/+0
| * | | build: Add IBM i compile/link flagsJesse Gorzinski2020-10-291-0/+8
|/ / /
* | | Merge pull request #1614 from splinter-build/std-namespace-for-headerfilesJan Niklas Hasse2020-10-1980-278/+366
|\ \ \
| * | | Comply with project formatting rules wrt 80 column linesMichael Jones2020-09-308-13/+19
| * | | Remove 'using namespace std' from header files, properly namespace all std sy...Michael Jones2020-09-3026-276/+250
| * | | Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-3055-1/+109
* | | | Merge pull request #1855 from splinter-build/add-sanitizersJan Niklas Hasse2020-10-031-8/+21
|\ \ \ \
| * | | | Add debug build with sanitizers supportMichael Jones2020-10-021-8/+21
|/ / / /
* | | | Merge pull request #1852 from splinter-build/scan-buildJan Niklas Hasse2020-10-021-2/+2
|\ \ \ \
| * | | | Add clang-analyze to buildMichael Jones2020-09-301-2/+2
| |/ / /
* | | | Revert "Merge pull request #1768 from jhasse/github-actions-lint"Jan Niklas Hasse2020-10-022-63/+0
* | | | Merge pull request #1768 from jhasse/github-actions-lintJan Niklas Hasse2020-10-022-0/+63
|\ \ \ \ | |/ / / |/| | |
| * | | clang-tidy: Drop readability-container-size-empty due to testsJan Niklas Hasse2020-09-191-2/+0
| * | | GitHub Actions: Update to Ubuntu 20.04Jan Niklas Hasse2020-09-191-4/+4
| * | | Merge branch 'master' into github-actions-lintJan Niklas Hasse2020-09-1922-140/+356
| |\ \ \ | |/ / / |/| | |