Commit Graph

13 Commits

Author SHA1 Message Date
edef d627f0d725 big rename — we're libfringe now 2015-04-16 08:11:12 -04:00
edef f24e8e7911 add license headers to every file 2015-04-16 06:08:44 -04:00
edef 195350863a make Valgrind optional 2015-04-16 03:22:57 -04:00
edef 2760a0a7aa move Valgrind handling into Context
fix #3
This takes all Valgrind functionality private again.
Valgrind stack registrations are now associated with a Context, not with
a Stack. This makes sense, since it's only actually a stack when a
Context is running on it. Perhaps Valgrind will even be able to detect
early stack frees now.
2015-04-16 02:59:58 -04:00
edef db6a2ff89b factor Valgrind support out and expose it
Now other Stack / StackSource implementations can use the same Valgrind
code. Ref #3.
2015-04-15 22:25:52 -04:00
edef 175583e335 simplify build script 2015-03-26 22:48:51 -04:00
edef deb452c651 that doesn't need to be mutable 2015-03-03 01:53:35 -05:00
edef b0dcc65304 Rust updates 2015-03-03 01:53:04 -05:00
edef a54e573073 Rust updates 2015-02-02 14:17:23 -05:00
edef 4d815b8ec9 clean up warnings in the build script 2015-01-14 11:27:43 +01:00
edef 299a0a5d98 complete rewrite!
featuring 7ns inlineable context switches, no more separately-built
assembly objects, and a vastly nicer interface.
incontext/outcontext are no more, context switch calls now take a single
context structure, which functions as both.
everything now also functions without any heap allocations -- for the
context setup, only an FnOnce() value is necessary.
2015-01-14 11:27:43 +01:00
edef 6125d4d6aa build library code as PIC 2014-12-23 06:39:01 +01:00
edef e9d6146b5b initial commit 2014-12-23 04:27:28 +01:00