Commit Graph

12 Commits

Author SHA1 Message Date
836cc41320 bulk, global reformat 2014-07-11 13:25:22 -06:00
7642b94308 reformat changes since master 2014-07-11 13:25:22 -06:00
263e349cae rename assert to assertT, to avoid conflict with std assert macro 2014-07-11 09:32:57 -06:00
05d80aee8b remove static references to TargetBytesPerWord in Compiler 2014-06-01 14:57:05 -06:00
9b7d0d1624 update copyright years 2014-04-23 15:33:41 -06:00
87b02eb949 update copyright years
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header.  If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
5e2d00010b move headers from src to src/avian
This is necessary to avoid name conflicts on various platforms.  For
example, iOS has its own util.h, and Windows has a process.h.  By
including our version as e.g. "avian/util.h", we avoid confusion with
the system version.
2013-02-27 13:33:29 -07:00
be86d26512 move BoundsCheckEvent out of compiler.cpp 2013-02-13 22:13:56 -07:00
0f6e098b69 move CallEvent out of compiler.cpp 2013-02-13 22:13:55 -07:00
6d265374ec move Reads out of compile.cpp 2013-02-13 22:13:55 -07:00
b0abc4e1e5 further split up compiler.cpp 2013-02-13 22:13:55 -07:00
952cad2360 move site out of compiler.cpp 2013-02-13 22:13:55 -07:00