- Dec 19, 2019
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
The main restructuring thrust is nearing completion, so let's get rid of the `restructuring` namespace.
-
- Nov 19, 2019
-
-
Björn Brandenburg authored
-
- Nov 15, 2019
-
-
Björn Brandenburg authored
1) rely on patch to actually patch the Makefile 2) move ineffective 'sed' hackery related to 'make validate' Re 2), the sed script didn't actually modify the Makefile anyway (unlear how long it has been ineffective), so let's just remove it.
-
Björn Brandenburg authored
Add support for compiling only classic Prosa, i.e., the inverse of --without-classic.
-
Björn Brandenburg authored
No need to re-generate an unchanging file from scratch.
-
Björn Brandenburg authored
It's faster to just compile the new stuff. For new developments, that's sufficient.
-
- 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
-