ack.git
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...
2016-06-04 David Givenhgtags shouldn't be checked in.
2016-06-04 David GivenBranching bug fix.
2016-06-04 David GivenAdded tag release-5-6 for changeset 976d56ed63bd
2016-06-04 David GivenAdded tag release-6-0-pre-1 for changeset 3d69c08001d4
2016-06-04 David GivenAdded tag release-6-0-pre-3 for changeset dd12ef08179d
2016-06-04 David GivenAdded tag release-6-0-pre-4 for changeset 42d4fcc3a87c
2016-06-04 David GivenAdded tag release-6-0-pre-5 for changeset 0708542a3c39
2016-06-03 David GivenRemove defunct pmfiles.
2016-06-02 David GivenThe archiver is called aal now. release-6-0-pre-5
2016-06-02 David GivenAdd missing (but probably non-working) rpi file.
2016-06-02 David GivenHas it really been three years since the last release?
2016-06-02 David GivenDon't strip binaries so we retain debugging information.
2016-03-18 David GivenFix a whole pile of issues related to the failed attemp...
2016-03-17 David GivenFix an insidious 64-bitness bug which was causing incor...
2016-03-17 David GivenFix checkin into wrong hg branch.
2016-03-17 David GivenFix use-after-free.
2016-03-17 David GivenInstall directory now defaults to INSDIR, for ease...
2016-03-14 David GivenRaise the limit on ack.out relocation types by making...
2016-03-14 David GivenDon't use the ACK preprocessor on host files --- use...
2016-03-13 David GivenFix stray 'call file'.
2016-03-13 David GivenMerge in VideoCore IV code generator.
2016-03-13 David GivenMerge from default. dtrg-videocore
2015-06-19 David GivenThe ACK needs ed? Also, Ubuntu doesn't *have* ed?
2015-06-19 David GivenAdd Travis config file.
2015-06-18 David GivenRename branch.
2015-06-18 David GivenRename branch.
2015-06-18 David GivenRename branch.
2015-03-22 David GivenMerge.
2015-03-22 David GivenMerge.
2015-03-22 David GivenFix a slightly mysterious dependency issue.
2015-03-22 David GivenImprove flex correctness.
2015-03-22 David GivenAllow machines to use cg if they wish.
2015-03-22 David Given64-bit-ify (adhoc varargs are evil).
2015-03-22 David GivenNewer versions of GNU Make have a new function which...
2014-11-09 David GivenFixed a parallel build race condition (forgot to declar...
2014-08-31 David GivenRemove regrettable comment.
2013-07-01 David GivenAdd (largely untested) float/int conversion.
2013-06-28 David GivenFix incorrect offset encoding in lea (sp) instructions.
2013-06-28 David GivenFix incorrect encoding of 'push lr' and 'pop pc'.
2013-06-27 David GivenISA change: clz has been renamed to log2.
2013-06-26 David GivenFix jump range checking in the addcmpb family of instru...
2013-06-24 David GivenAdd routine to set the Raspberry Pi clock to 250MHz...
2013-06-21 David GivenUpdated distr files.
2013-06-21 David GivenUpdated VC4 docs.
2013-06-21 David GivenShip assembler man pages.
2013-06-19 David GivenAdd a stub malloc.h.
2013-06-19 David GivenActually remember to set the stack pointer on startup...
2013-06-09 David GivenImplement a very crude busy-wait based select() mechani...
2013-06-07 David GivenFix stack corruption when adjusting SP. Be a bit more...
2013-06-05 David GivenChange the size of the SRAM area to 128kB (to reflect...
2013-06-05 David GivenFix treatment of out-of-range values in switch csa.
2013-06-02 David GivenApply fix contributed by George Koehler:
2013-05-30 David GivenImplement NOT...
2013-05-30 David GivenSome more termios compatibility options.
2013-05-30 David GivenAdd basic termios to the rpi platform to allow echoing...
2013-05-29 David GivenAdd some missing libc functions: setenv, unsetenv,...
2013-05-29 David GivenAdd some missing libc functions: setenv, unsetenv,...
2013-05-29 David GivenAdd support for snprintf and vsnprintf. Try and make...
2013-05-29 David GivenAdd support for snprintf and vsnprintf. Try and make...
2013-05-29 David GivenUpdate from trunk.
2013-05-29 David GivenAttempt to fix 64-bitness error in ashow. Deprecate...
2013-05-29 David GivenUse relocation enumerations rather than hard-coded...
2013-05-26 David GivenImplement nop (the C compiler sometimes generates this!).
2013-05-26 David GivenAdd a crude README.
2013-05-26 David GivenBoot code now works properly in both kernel and bare...
2013-05-26 David GivenFix bug in ine/dee.
2013-05-26 David GivenAllow reading from the mini UART. Add a check to not...
2013-05-26 David GivenRemainders are calculated correctly. printf now works.
2013-05-26 David Given.csb now works.
2013-05-25 David GivenFix erroneous section check (symbols may not have a...
2013-05-25 David GivenRenamed the pi-specific functions to be a bit cleaner.
2013-05-25 David GivenAdded triple-quad load and store (used by the signal...
2013-05-25 David Givenstdio (output only) now works.
2013-05-25 David GivenStop fighting the terrible code and remove the regvar...
2013-05-25 David GivenHeap allocations now works.
2013-05-25 David GivenMajor bugfix where instructions weren't being shrunk...
2013-05-25 David GivenDisable register variables. The code is a bit worse...
2013-05-25 David GivenImplement .csa.
2013-05-25 David GivenEncode comparing branch correctly.
next