- Oct 15, 2019
-
-
Björn Brandenburg authored
Also switch how this is patched into the Makefile while we're at it.
-
Björn Brandenburg authored
...while at it, remove some old cruft in there.
-
- Oct 11, 2019
-
-
Add the `htmlpretty` target to the Makefile to generate prettier documentation, based on the CoqdocJS project. https://www.ps.uni-saarland.de/~ttebbi/coqdocjs/ https://github.com/tebbi/coqdocjs Many thanks to Tobias Tebbi for creating CoqdocJS.
-
- May 07, 2019
-
-
Björn Brandenburg authored
If one names a branch "something-something-file.v", then the current script will find it in the .git directory and try to compile git's branch description as a Coq file...
-
- Dec 07, 2017
-
-
Felipe Cerqueira authored
- Remove Require declarations from Modules. - Small fixes due to changes in the type checker. - Generate _CoqProject with Makefile and remove spurious warnings from ssreflect.
-
- Jul 15, 2016
-
-
Felipe Cerqueira authored
-
- Jul 14, 2016
-
-
Felipe Cerqueira authored
-
- Jul 13, 2016
-
-
Björn Brandenburg authored
The BSD version of `find` needs to be given '.' as the search path.
-
- Jun 08, 2016
-
-
Felipe Cerqueira authored
-
- Jun 06, 2016
-
-
Felipe Cerqueira authored
-
- May 05, 2016
-
-
Felipe Cerqueira authored
-
- May 04, 2016
-
-
Felipe Cerqueira authored
-
- Feb 01, 2016
-
-
Felipe Cerqueira authored
- Removed unnecessary assumption in RTA about task precedence/no intra-task parallelism. - Scheduler models and analyses are organized in separate modules/folders. - Added RTA for FP and EDF for schedulers with release jitter. - The scheduling invariants were split into more fine-grained assumptions: (a) scheduler is work-conserving (b) scheduler enforces FP/JLDP priority X - New helper lemmas about counting, and sorted/uniq lists - Inclusion of tactics feed and feed_n (see documentation). - Added a Makefile generator
-