aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add coqprime that works with 8.5, bundle bedrockGravatar Jason Gross2016-06-10
| | | | | | This simplifes the build process, and also allows us to try to build with 8.5. We autodetect the version of Coq in the Makefile to decide which version of coqprime to build.
* Update build process to use COQPATH & _CoqProjectGravatar Jason Gross2016-02-05
| | | | | | | | Removed all of the files not built by default; they can be resurrected from git history. _CoqProject is the standard way to list the files in a project and to give information to coq_makefile. COQPATH is the standard way to make use of not-yet-installed libraries that are not part of your project (i.e., you don't want to remove them when you `make clean`, etc.).
* simple refactor of makefile; commentsGravatar varomodt2016-01-09
|
* Tiny module-system tweaks in PointFormatsGravatar Adam Chlipala2015-10-28
|
* Got most of the way through new GaloisField codeGravatar Adam Chlipala2015-09-17