Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong 993f720ce1 Update .travis.yml to use ninja instead of GNU make
There is a bug in cmake. With GNU Make, it ignores the memcheck suppressions
file (src/memcheck.supp), while it works well with ninja.
2013-09-15 02:19:29 -07:00
doc Update doxygen process, only update changed files 2013-09-15 01:17:05 -07:00
examples/lean Fix typo 2013-09-05 19:18:55 -07:00
script Update doxygen process, only update changed files 2013-09-15 01:17:05 -07:00
src Use C++11's <random> in pdeque/pvector tests (cygwin doesn't support rand_r) 2013-09-15 01:38:57 -07:00
tests/lean Fix test error on Cygwin 2013-09-09 18:35:11 -07:00
.gitignore Add more tests 2013-08-31 18:46:18 -07:00
.travis.osx.yml Update binary uploading process 2013-09-15 01:17:05 -07:00
.travis.windows.yml Update binary uploading process 2013-09-15 01:17:05 -07:00
.travis.yml Update .travis.yml to use ninja instead of GNU make 2013-09-15 02:19:29 -07:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md Add documentation for automatic builds 2013-09-14 11:58:51 -07:00

Build Status Ubuntu 12.04 LTS 64bit, g++-4.8 | clang++-3.3

Build Status Mac OS X 10.8.2, g++-4.9

Build Status Windows, x86_64-w64-mingw32-g++-4.8.1

[Result of Build/UnitTest/Coverage/Dynamic Analysis]

About

Requirements

Installing required packages at

Build Instructions

Miscellaneous