summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'master' into nextpunextAndre Noll2024-06-30
|\
| * Switch to https URLs.Andre Noll2024-05-19
| * INSTALL: Simplify dependency section.Andre Noll2024-05-19
* | Merge branch 'master' into nextv0.2.0Andre Noll2020-10-15
|\|
| * osl-0.2.0.Andre Noll2020-10-15
| * Merge branch 'refs/heads/t/sha3' into masterAndre Noll2020-10-15
| |\
* | | Merge branch 'master' into nextAndre Noll2020-09-27
|\| |
| * | build: Fix manual setting of CC.Andre Noll2020-09-23
| * | build: Don't set CC twice.Andre Noll2020-09-23
| * | build: Tell make(1) that the compiler creates .d files.Andre Noll2020-09-23
| * | Update .gitignore.Andre Noll2020-09-23
* | | Merge branch 'master' into nextAndre Noll2020-09-23
|\| |
| * | web: Add style sheet.Andre Noll2020-09-22
| * | web: Streamline INSTALL.Andre Noll2020-09-22
| * | web: Simplify main page.Andre Noll2020-09-22
| * | web: Let logo link to index.html rather than ".".Andre Noll2020-09-22
| * | web: Don't duplicate the html header.Andre Noll2020-09-22
| * | web: Get rid of doxygen.Andre Noll2020-09-22
| * | web: Convert QUICK_START to markdown syntax.Andre Noll2020-09-22
| * | web: Fix typo in README.Andre Noll2020-09-22
* | | Merge branch 'master' into nextAndre Noll2020-09-21
|\| |
| * | Activate -Wsign-compare.Andre Noll2020-09-12
* | | Merge branch 'refs/heads/t/sha3' into nextAndre Noll2020-09-16
|\ \ \ | | |/ | |/|
| * | Version 3 tables.Andre Noll2020-06-17
| * | Add sha3 implementation, introduce version-2 tables.Andre Noll2020-06-17
| * | Prepare hash_function() for multiple hash algorithms.Andre Noll2020-06-17
| * | Store table version in struct osl_table.Andre Noll2020-06-17
| * | Initialize column name hash *after* table version is known.Andre Noll2020-06-17
| * | osl_open_table(): Remove pointless directory check.Andre Noll2020-06-17
| * | Remove sha1.h.Andre Noll2020-06-17
| * | Remove COMPAT_TABLE_VERSION.Andre Noll2020-06-17
* | | Merge branch 'refs/heads/t/build' into nextAndre Noll2020-06-17
|\ \ \ | | |/ | |/|
| * | build: Deactivate implicit build make(1) rules.Andre Noll2020-06-17
| * | build: Mark files generated by lopsub as precious.Andre Noll2020-06-17
| * | build: Remove make(1) targets to build a static library.Andre Noll2020-06-17
| * | build: Combine make(1) targets osl_errors.h and osl.h.Andre Noll2020-06-17
| * | build: Make sure osl.h exists when we run the compiler.Andre Noll2020-06-17
| |/
* | Merge branch 'refs/heads/t/build' into nextAndre Noll2020-06-16
|\|
| * Don't mention MacOS and Solaris in README and INSTALL.Andre Noll2020-06-16
* | Merge branch 'refs/heads/t/build' into nextAndre Noll2020-06-16
|\|
| * Makefile: Also build osl.h by default.Andre Noll2020-06-15
* | Merge branch 'refs/heads/t/build' into nextAndre Noll2020-06-08
|\|
| * build: Add $(LDFLAGS) to rule for oslfsck.Andre Noll2020-06-07
| * build: Prefix CFLAGS and friends with OSL_.Andre Noll2020-06-07
| * build: Reorder make variables.Andre Noll2020-06-07
| * build: Combine CFLAGS and LIBCFLAGS.Andre Noll2020-06-07
| * build: Simplify LDFLAGS setting.Andre Noll2020-06-07
| * build: Simplify Makefile.Andre Noll2020-06-07
| * build: Drop support for SunOS and MacOS.Andre Noll2020-06-07
| * build: Don't insist on gcc.Andre Noll2020-06-07