ack.git
2016-09-04 David GivenAdd unlink system call. buildsystem
2016-09-03 David GivenCleanup some stray files.
2016-09-03 David GivenAdd modeline, fix formatting.
2016-09-03 David GivenUpdated.
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 GivenAdd an install target.
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-09-01 David GivenClean up the top level makefile.
2016-08-22 David GivenFix a fun bug where, every now again, ego would get...
2016-08-22 David GivenForgot to check a file in.
2016-08-21 David Givenego now builds and is used.
2016-08-21 David Givenfilenamesof() an installable now returns all installed...
2016-08-21 David GivenFix linking bug where em_decode would generate binary...
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenPush through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenPush em_ego.c through clang-format before working on it.
2016-08-20 David GivenBuild the examples when doing a normal build; this...
2016-08-20 David Givenaal doesn't build the ranlib table if you don't set...
2016-08-20 David GivenAdd files which got missed in the initial build pass.
2016-08-20 David Givenliblinux is no more; its files are now in libsys.
2016-08-20 David Givenrpi has a time() function; don't try to call gettimeofd...
2016-08-20 David GivenPrint hex numbers actually properly this time.
2016-08-20 David GivenRaspberry Pi backend now builds.
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 GivenFix dependency error (only shows up with make, not...
2016-08-14 David GivenFix compiler warnings and 64bitisms.
2016-08-14 David GivenEr, oops; the ninja build system is in a package called...
2016-08-14 David GivenBackport to Lua 5.1 (because 5.2 on Travis doesn't...
2016-08-14 David GivenAdd another Travis library.
2016-08-14 David GivenUpdate Travis metadata.
2016-08-14 David GivenLED builds now.
2016-08-14 David GivenMove the em_code headers into the em_code module.
2016-08-14 David GivenMove util/data into modules/src/em_data, for consistenc...
2016-08-14 David Givenlinux68k builds now.
2016-08-14 David Giveninstallables need to depend on their source files...
2016-08-14 David GivenTurns out I wasn't building the syscall libraries....
2016-08-14 David GivenWasn't exporting the plat headers; refactor to make...
2016-08-14 David Givenlinux386 builds. Also, forgot to turn back on the langu...
2016-08-13 David GivenBiggish refactor to break cycles; my build rules were...
2016-08-13 David GivenAdd cycle detection, because it was ruining my day...
2016-08-13 David GivenPascal runtime library now builds.
2016-08-13 David GivenPascal compiler builds.
2016-08-13 David GivenModula-2 runtime library now builds.
2016-08-13 David GivenFixed a small bug where two line number directives...
2016-08-12 David GivenThe Modula-2 compiler now builds.
2016-08-11 David GivenThe Basic runtime builds now.
2016-08-11 David GivenThe Basic compiler works now.
2016-08-11 David Givenreplace() gets confused if you give it a singleton...
2016-08-10 David GivenReplaced the funky and hard-to-compile ACK malloc with...
2016-08-08 David GivenMost of libc builds now (missing malloc).
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 Givencemcom.ansi now builds.
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 GivenMore stuff builds; almost the C compiler now.
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-12 David GivenAdd hgignore file.
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