corda/include/avian/util
Joel Dice 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
..
abort.h move abort.h to include, add namespacing 2013-02-19 22:51:38 -07:00
math.h move math functions out of common.h, and into include/avian/util/math.h 2013-02-20 07:51:57 -07:00
runtime-array.h modify (THREAD_)RUNTIME_ARRAY definition so RUNTIME_ARRAY_BODY must be used 2013-02-20 17:20:17 -07:00
stream.h move headers from src to src/avian 2013-02-27 13:33:29 -07:00
string.h move tokenizer.h to include/avian/util/string.h, merge in the String declaration from object-writer/tools.h 2013-02-21 16:18:20 -07:00