Commit Graph

33 Commits (master)

Author SHA1 Message Date
Gerd Zellweger 5849a2d330 Replace simd with packed_simd
The simd crate no longer builds, as of Rust 1.33 nightly, due to the 
removal of compiler features that it depends on. packed_simd is the 
recommended replacement.
2019-11-08 00:53:38 +00:00
Gerd Zellweger 13e92dad88 Remove SIMD non-unix dev dependencies. 2019-02-08 15:04:26 +00:00
edef 22b16732f7 v1.2.1 2016-09-22 13:42:27 -04:00
edef 7efb3218c4 v1.2.0 2016-09-09 11:08:55 -04:00
edef 0a99491f70 v1.1.0 2016-09-06 23:38:32 -04:00
edef a292648e8e v1.0.5 2016-09-04 08:05:35 -04:00
edef a60fcbfcdb v1.0.4 2016-08-31 20:25:43 -04:00
edef 49d1a24e8f v1.0.3 2016-08-31 14:25:51 -04:00
edef 5808a0ac63 v1.0.2 2016-08-30 18:28:51 -04:00
edef 89a8f68c7e v1.0.1 2016-08-30 14:03:08 -04:00
edef 3ad902010f get rid of Windows deps 2016-08-30 14:02:32 -04:00
edef 6a1cad2966 v1.0.0 2016-08-30 13:59:05 -04:00
edef a1f77fe456 deal with crates.io's lack of proper SPDX parsing 2016-08-30 13:58:47 -04:00
edef de9e4c59d0 add Cargo metadata 2016-08-30 13:46:29 -04:00
edef e47cb809f4 use valgrind_request from crates.io 2016-08-30 13:43:51 -04:00
whitequark 5a77a01863 Implement OwnedStack. 2016-08-30 12:20:34 -04:00
edef ef0225cacb add license field to Cargo.toml 2016-08-21 00:03:14 +02:00
whitequark ebd9ca8dec Allocate guard page under existing stack, not in it.
This fixes a segfault when the allocated stack is just one page long.

This also refactors the fringe::os module to use Result consistently.

close #22
2016-07-16 20:54:33 -04:00
whitequark cbe136b762 Completely rework fringe::Context and fringe::arch.
The new design concerns itself with one thing and exactly one thing:
passing values back and forth with an extern "C" function.
This allows to simplify fringe::arch into a single primitive, swap.

Close #21
2016-07-16 15:04:15 -04:00
whitequark 989b1d439c Remove "os" feature; use target-specific dependencies instead. 2016-07-16 15:04:07 -04:00
edef 0d7b3d7091 add Windows support to OsStack
Fix #18
2016-04-16 07:51:10 +02:00
edef 821d731803 format Cargo.toml as cargo would output it 2016-04-14 15:47:34 +02:00
John Ericson c51290f8e7 Don't bring in std by mistake
Fix #16
2016-04-14 13:35:38 +02:00
edef 58fa29930f void: 0.0.5 -> 1.0.0 2016-04-03 08:54:56 +02:00
edef bc46941e89 use libvalgrind instead of valgrind.h
no more C!
2016-01-04 15:34:41 +01:00
John Ericson 5411f10460 use Void to ensure closure diverges 2015-08-26 00:51:18 +02:00
edef d0ee592ba1 use the libc crate from cargo 2015-04-23 01:14:01 +02:00
edef d627f0d725 big rename — we're libfringe now 2015-04-16 08:11:12 -04:00
edef 195350863a make Valgrind optional 2015-04-16 03:22:57 -04:00
edef 6d56cc593e feature-flag os, but leave it enabled by default 2015-04-15 21:51:37 -04:00
edef 175583e335 simplify build script 2015-03-26 22:48:51 -04: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 e9d6146b5b initial commit 2014-12-23 04:27:28 +01:00