Merge pull request #183 from kernigh/kernigh-include
[ack.git] / first /
2018-06-23 David GivenMerge pull request #106 from davidgiven/dtrg-libc
2018-06-23 David GivenDon't crash and burn if there are no tests to run.
2018-06-20 David GivenMerge pull request #96 from kernigh/kernigh-emu-1
2018-06-15 David GivenMerge pull request #100 from kernigh/kernigh-pdp
2018-06-14 David GivenMerge pull request #99 from davidgiven/dtrg-ass
2018-06-13 David GivenMerge from trunk.
2018-06-10 David GivenMerge.
2018-06-10 David GivenAdd the core of a simple em22 platform. Unfortunately...
2018-05-11 David GivenMerge pull request #81 from kernigh/kernigh-libfp
2018-04-25 George KoehlerBuild (but don't use) libfp for cpm.
2017-11-19 David GivenMerge pull request #69 from kernigh/kernigh-stdc
2017-11-19 David GivenMerge pull request #66 from davidgiven/dtrg-warnings
2017-11-11 George KoehlerUse libc assert(); fix dependencies; unbreak isduo().
2017-11-11 David GivenMerge pull request #65 from kernigh/kernigh-qemu
2017-11-08 George KoehlerShow tests that @@TIMEDOUT.
2017-10-14 George KoehlerMerge branch 'default' into kernigh-linuxppc
2017-08-06 David GivenMerge from trunk.
2017-01-17 David GivenMerge from default.
2017-01-15 David GivenMerge pull request #40 from davidgiven/dtrg-pas
2017-01-15 David GivenActually tell the user which tests failed.
2016-12-26 David GivenMerge from default.
2016-12-06 David GivenMerge pull request #23 from kernigh/pr-osx
2016-12-05 David GivenFix some shell issues that would occasionally cause... kernigh-pr-osx
2016-12-05 David GivenMerge branch 'pr-osx' of https://github.com/kernigh...
2016-12-01 David GivenMerge from default.
2016-12-01 David GivenMerge pull request #21 from davidgiven/dtrg-tests
2016-12-01 David GivenTypo fix.
2016-12-01 David GivenDon't fail to build if all tests are skipped.
2016-12-01 David GivenUI tweaks to the test summary.
2016-12-01 David GivenReport skipped, failed and timed out tests.
2016-12-01 David GivenRun all tests, even the ones which fail, and emit a...
2016-11-30 David GivenMerge pull request #18 from kernigh/pr-util-ack
2016-11-28 George KoehlerMerge branch 'default' into kernigh-osx
2016-11-24 David GivenLinker groups don't work on OSX; go back to the hacky...
2016-11-23 David GivenMerge pull request #14 from davidgiven/dtrg-experimenta...
2016-11-13 David GivenFix (or at least, work around) an issue with library...
2016-11-11 David GivenMerge from default.
2016-11-11 David GivenDisable gethostid() in the build system Lua; it's unuse...
2016-11-08 George KoehlerMerge branch 'default' into kernigh-osx
2016-11-05 David GivenMerge from default.
2016-10-30 David GivenMerge from default.
2016-10-30 David GivenMerge pull request #7 from davidgiven/travis
2016-10-30 David GivenMerge from default. travis
2016-10-29 David GivenMerge from default (merging in George Koehler's PowerPC...
2016-10-16 David GivenBolt mcg into the PowerPC backend. It doesn't build...
2016-10-16 David GivenUse a self-hosted Lua instead of the system one.
2016-09-15 David GivenMerge from default.
2016-09-03 David GivenCleanup some stray files.
2016-09-03 David GivenAdd modeline, fix formatting.
2016-09-03 David GivenMore documentation.
2016-09-02 David GivenFirst half of the ackbuilder documentation.
2016-09-02 David GivenMakefiles are now slightly less inaccurate. Does actual...
2016-09-02 David GivenDistributions are a pain --- let's not bother any more...
2016-09-02 David GivenRemove the old make-based build system, plus some big...
2016-08-21 David Givenfilenamesof() an installable now returns all installed...
2016-08-20 David GivenBuild the examples when doing a normal build; this...
2016-08-20 David GivenWildcards are allowed to match no files now.
2016-08-14 David GivenFilename variables now get passed into ackbuilder on...
2016-08-14 David GivenBackport to Lua 5.1 (because 5.2 on Travis doesn't...
2016-08-14 David Giveninstallables need to depend on their source files...
2016-08-13 David GivenAdd cycle detection, because it was ruining my day...
2016-08-11 David Givenreplace() gets confused if you give it a singleton...
2016-08-08 David GivenTarget lists can now have keyed items ({["foo"] = ...
2016-08-07 David GivenWe can build our first C file.
2016-08-04 David GivenAdd check for undefined variables. Find undefined varia...
2016-08-04 David GivenMassive ackbuilder refactor --- cleaner and more expres...
2016-07-29 David GivenBuilds libend (the simplest library). Becoming obvious...
2016-07-28 David GivenC preprocessor; tabgen; now the pc86 boot.s builds...
2016-07-28 David GivenFix a nasty dependency bug where filenamesof() on insta...
2016-07-26 David GivenReplace the hacky cflags variable with an equally hacky...
2016-07-26 David GivenReplaced the fairly complex environment code with a...
2016-07-26 David Givenyacc, ncgg; platform ncg builds now.
2016-07-23 David GivenBaby steps towards building a platform --- make the...
2016-07-22 David GivenMore programs, more libraries. src/modules build files...
2016-07-19 David GivenSaner clibrary dependency and header handling.
2016-07-19 David GivenError out if a template expansion returns nil (as it...
2016-07-18 David Givenackbuilder rules files now require absolute paths in...
2016-07-16 David GivenBuilt a make bootstrap that runs either make or ninja...
2016-07-14 David Givenconcat, targetnamesof. deps is now handled more consist...
2016-06-30 David GivenAllow headers which aren't .h files.
2016-06-30 David GivenMake work with make.
2016-06-29 David GivenBetter cwd handling.
2016-06-29 David Givenclibrary can now export headers.
2016-06-29 David GivenLocal rules; include() and replace().
2016-06-19 David GivenAll the amisc binaries now build.
2016-06-19 David GivenAdd ninja support. It works so much better than make.
2016-06-16 David GivenFirst draft at installables; not very satisfactory...
2016-06-14 David Giveninstallable works, although it's a bit kludgy. Change...
2016-06-12 David GivenWe can build a real program now!
2016-06-09 David Givencprogram works.
2016-06-09 David GivenMultiple build files work. Use deps intelligently....
2016-06-08 David GivenRather cleaner cfile implementation where you just...
2016-06-07 David Givencfile with dynamically generated headers sort of works.
2016-06-07 David GivenMultioutput rules work!
2016-06-07 David GivenLeaf rules work!
2016-06-06 David GivenDependent rules work!
2016-06-06 David GivenMost of simplerule now looks like it's working.
2016-06-06 David GivenSkeleton of the rule engine and type system.
2016-06-06 David GivenReally basic skeleton of Ackbuilder mark 2.
2016-06-05 David GivenArchival non-working checkin of the experimental build...
next