Properly include tests directory - must use find, not ls.
[open-adventure.git] / Makefile
2017-06-06 Eric S. RaymondProperly include tests directory - must use find, not ls.
2017-06-06 Eric S. RaymondAddress GitLab issue #8: `make check` breaks.
2017-06-05 Jason S. NinnemanGet rid of tarballs with 'make clean'. 47/head
2017-06-05 Eric S. RaymondPrevent spurious pipeline failure on GitLab.
2017-06-05 Eric S. RaymondRestore Makefile productions needed for CI pipeline.
2017-06-05 Eric S. RaymondRelease preparation.
2017-06-05 Jason S. NinnemanUpdate the pipeline to produce a tarball of the source... 44/head
2017-06-04 Eric S. RaymondSimplification.
2017-06-04 Eric S. RaymondTypo fix.
2017-06-04 Eric S. RaymondDeal wuth GNU tar not being available in Alpine Linux.
2017-06-04 Eric S. RaymondRemoved bogus depenency of .h on .h.
2017-06-04 Eric S. RaymondFix a slightly incorrect deoendency.
2017-06-04 Eric S. RaymondRemove database.h from SOURCES list, it's generated.
2017-06-04 Eric S. RaymondMakefile and CI recipe YML rework.
2017-06-04 Rémi VerscheldeHonor external CCFLAGS and LDFLAGS
2017-06-04 Eric S. RaymondRepair dist slightly broken by previous commit.
2017-06-04 Rémi VerscheldeFix Makefile dist target.
2017-06-04 Jason S. NinnemanReconfigure the CI pipeline to deploy more static HTML... 38/head
2017-06-03 Eric S. RaymondAdd html production for convenience generating the...
2017-06-03 Eric S. RaymondFix HTML rules and input.
2017-06-03 Eric S. RaymondCreate website iindex and hints pages.
2017-06-03 Eric S. RaymondUse "adoc" extension for asciidoc, it's the GitLab...
2017-06-02 Jason S. NinnemanDo code coverage analysis, and publish the results... 35/head
2017-06-02 Eric S. RaymondHeader consolidation - main.h, misc.h, and share.h...
2017-06-02 Michael JarvisAdd explicit rule for compile to use CCFLAGS instead...
2017-06-02 Michael JarvisRevert "Add explicit rule for compile to use CCFLAGS...
2017-06-02 Michael JarvisAdd explicit rule for compile to use CCFLAGS instead...
2017-06-02 Eric S. RaymondHand merge of MR !31: Update the CI infrastructure...
2017-05-31 Eric S. RaymondSimplify inclusion computation so it's BSD-friendly.
2017-05-31 Jason S. NinnemanFix dependencies so parallel make works (issue #4). 28/head
2017-05-31 Eric S. RaymondAdd a missing dependency.
2017-05-29 Jason S. NinnemanDon't build with two -std options.
2017-05-29 Jason S. NinnemanReally mean it about strict C99 compliance. 21/head
2017-05-29 Eric S. RaymondMinor build tweaks.
2017-05-29 Warren MelnickMove the if for GCC 4 to an elseif so it does not inter... 19/head 20/head
2017-05-29 Warren MelnickTest for >= gcc 4, and change to g99 -std=gnu99 for...
2017-05-29 Eric S. RaymondDon't assume gcc.
2017-05-29 Eric S. RaymondMacOS port fix.
2017-05-29 Jason S. NinnemanRemove 'compile' upon 'make clean'. 17/head
2017-05-29 Eric S. RaymondSimplify build: nested makefiles considered harmful.
2017-05-29 Jason S. NinnemanMove database compilation out into its own tool (for... 15/head
2017-05-28 Jason S. NinnemanFactor out handling of variables populated from the... 14/head
2017-05-27 Eric S. RaymondCorrect a dependency.
2017-05-26 Eric S. RaymondUse C99 moode of compiler.
2017-05-26 NHOrusDifferent, correct fix of tests 10/head
2017-05-26 Eric S. RaymondFirst version of regression tests.
2017-05-25 Eric S. RaymondRepair CentOS 6 build (fails due to clock_gettime(...
2017-05-24 Eric S. RaymondRemove cached data on clean.
2017-05-19 Eric S. RaymondDocumentation polishing. Add TODO.
2017-05-18 Eric S. RaymondReplace fDATIME with ANSI/POSIX clock_gettime(). Rip...
2017-05-18 Eric S. RaymondAdd control file for shipper.
2017-05-18 Eric S. RaymondConsistent use of 'advent' to avoid collision with...
2017-05-15 Eric S. RaymondRelicense to 2-clause BSD. Befin the history document.
2017-02-16 Eric S. RaymondMinimal forward-port to modern C - just enough to get...
2017-02-16 Eric S. RaymondDon Wood's 430-point Adventure 2.5 from 1995, from...