aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* sed s'/RewriterProofs/RewriterAll/g'Gravatar Jason Gross2019-04-11
|
* Update README.md with new structure of the rewriterGravatar Jason Gross2019-04-11
|
* Add back build status indicator to README.mdGravatar Jason Gross2019-03-04
|
* link to papers in readmeGravatar Andres Erbsen2019-01-10
|
* fix typo in README.mdGravatar Andres Erbsen2019-01-10
|
* remove old pipelineGravatar Andres Erbsen2019-01-09
|
* move src/Experiments/NewPipeline/ to src/Gravatar Andres Erbsen2019-01-09
|
* Update build instructions regarding submodules, installGravatar Jason Gross2018-09-11
|
* Improve documentation of binariesGravatar Jason Gross2018-09-11
|
* Add some documentation to README about the new pipelineGravatar Jason Gross2018-09-11
| | | | | The documentation is very minimal at the moment, but I plan to update it with more details in the near future.
* README: note remake_curves.sh is in Specific/CurveParametersGravatar George Tankersley2018-08-09
|
* Update README.mdGravatar Jason Gross2017-11-15
| | | Formatting
* Update README.mdGravatar Jason Gross2017-11-15
|
* Update README.mdGravatar Jason Gross2017-11-15
|
* Update README.mdGravatar Jason Gross2017-11-15
| | | Add a first draft of pointers to navigating the repo.
* README: recommend against Coq 8.5Gravatar Andres Erbsen2017-07-07
|
* git rm -rf src/AssemblyGravatar Andres Erbsen2017-04-06
|
* remove obsolete content from readmeGravatar Andres Erbsen2017-04-03
|
* Remove coqprime-8.4Gravatar Jason Gross2017-04-02
| | | | | | | We're using tactics in terms in some places, and so have no hope of compiling with Coq 8.4. We no longer pretend to support it. We can probably also remove some other compatibility things, if we want.
* Add instructions on building to READMEGravatar Jason Gross2016-11-15
|
* If COQPATH is not set, set it by default (#38)Gravatar Jason Gross2016-07-25
| | | This allows most users to not need to type COQPATH=... on make.
* Make Coq 8.5 the default target for Fiat-CryptoGravatar Jason Gross2016-06-22
| | | | Instructions for 8.4 build in the README
* Add travis build status indicatorGravatar Jason Gross2016-06-20
|
* readme typoGravatar Andres Erbsen2016-06-20
|
* readme: dont say things I am not sure ofGravatar Andres Erbsen2016-06-20
|
* Update README so it's good for both github.com and github.mit.eduGravatar Jason Gross2016-06-15
|
* 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.).
* Import coqprime; use it to prove Euler's criterion.Gravatar Jade Philipoom2016-01-20
|
* remove fiat dependencyGravatar Andres Erbsen2016-01-16
|
* init our centralized repoGravatar Robert Sloan2015-09-10
|
* Initial commitGravatar Robert Sloan2015-09-10