Removed spk from wave, fixed compiler warning
[open-adventure.git] / Makefile
2017-07-02 Jason S. NinnemanReplace datime() with just time(). 190/head
2017-07-02 NHOrusMake include of dependency platform-generic
2017-07-01 Jason S. NinnemanMove most build instructions into INSTALL.adoc.
2017-07-01 Jason S. NinnemanUpdate documentation about the libedit conversion.
2017-07-01 Jason S. NinnemanReplace linenoise with libedit in code and build.
2017-07-01 NHOrusFix make debug check
2017-07-01 Aaron TraasError message when you make if without retrieving git... 172/head
2017-06-30 Eric S. RaymondImplement and document %V escape so version only needs...
2017-06-29 Eric S. RaymondDeduce version from NEWS.
2017-06-29 NHOrusSeparate debugging of linenoise 156/head
2017-06-29 Eric S. RaymondTransition to YAML is done, adventure.text and travel...
2017-06-29 Jason S. NinnemanFinish newdb -> dungeon renaming. 153/head
2017-06-29 Jason S. NinnemanRemove MAPLIN(). Fold common.[ch] into other files...
2017-06-29 Jason S. NinnemanJettison MAKEWD(), GETTXT(), vocab(), GETIN(), and...
2017-06-29 Aaron TraasFixed automated testing
2017-06-29 Aaron TraasAdd make target for coverage
2017-06-29 Eric S. RaymondAddress GitLab issue #16: `make dist` produces incomple...
2017-06-28 Aaron TraasMake clean now removes cheat binary
2017-06-28 NHOrusSome more linter warnings
2017-06-26 Eric S. RaymondCreate a cheater to test strange save/resume cases.
2017-06-24 Eric S. RaymondMore fixed limits (NOBJECTS, LOCSIZ) stop being fixed.
2017-06-22 Eric S. RaymondGenerate initializer from YAML for Section 9 bits.
2017-06-19 Eric S. RaymondPublish more things on the website.
2017-06-19 Jason S. NinnemanReorganize debug build options. 105/head
2017-06-18 Bob Littlemagic numbers, show usage, fixed linty warnings 103/head
2017-06-18 Eric S. RaymondImprove test coverage.
2017-06-18 NHOrusCompile switch to disable save and restore 99/head
2017-06-18 Bob LittleAdded 'linty' target for make
2017-06-17 Bob LittleMove a few prototypes and static'ed a few functions 97/head
2017-06-17 Eric S. RaymondTweak formatting.
2017-06-17 Eric S. RaymondExperiment with reindenting.
2017-06-17 Eric S. RaymondAddress GitLab issue #11: trivial patch for macports...
2017-06-17 Bob LittleAdded dependency to newdb.h to make 'make -j' work 92/head
2017-06-16 Peje NilssonMerge branch 'master' into actions-arithmetic
2017-06-15 Eric S. RaymondSquasgh -Wextra warnings.
2017-06-15 Bob Littledungeon now outputs just database.h 80/head
2017-06-14 Eric S. RaymondDocument build-time dependencies.
2017-06-14 Jason S. NinnemanFix some Makefile glitches. 78/head
2017-06-14 Jason S. NinnemanRun python3 explicitly at build.
2017-06-14 Jason S. NinnemanGenerate newdb.[ch] at build time, parallel with databa...
2017-06-14 Eric S. RaymondFix handling of intransitive "say".
2017-06-13 Jason S. NinnemanMax out compiler warnings, and rearrange the debug...
2017-06-13 Eric S. RaymondNew notes.adoc file; major documentation update.
2017-06-11 Jason S. NinnemanCompile in the new (partial) database.
2017-06-10 Jason S. NinnemanUse a header/source set common to both advent and the...
2017-06-10 Eric S. RaymondRewrite save/resume in idiomatic C. Savefile version...
2017-06-10 Eric S. RaymondIsolate the grotty save/resume code. Most of it will...
2017-06-09 Eric S. RaymondBecause (almost) everything is done in handlers now...
2017-06-08 Eric S. RaymondAbolish funcs.h.
2017-06-08 Eric S. RaymondRepair linenoise build, add guidance to Makefile on...
2017-06-08 Jason S. NinnemanAdd database.o to the linker list.
2017-06-08 Jason S. NinnemanFix Makefile issue that broke 'make dist'. 50/head
2017-06-08 Jason S. NinnemanUpdate Makefile for linenoise.
2017-06-08 Eric S. RaymondYet another parallel make attempt.
2017-06-07 Eric S. RaymondChange name of dungeon maker - dual use of "compile...
2017-06-07 Eric S. RaymondBite the bullet - size siymbols have to be shared.
2017-06-06 Eric S. RaymondFix for parallel make.
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.
next