Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong 49e87ccbb1 Enable "-Wextra" compiler option and fix code to remove warnings
"-Wextra" option turns on the following warnings:
 -Wclobbered
 -Wempty-body
 -Wignored-qualifiers
 -Wmissing-field-initializers
 -Wmissing-parameter-type (C only)
 -Wold-style-declaration (C only)
 -Woverride-init
 -Wsign-compare
 -Wtype-limits
 -Wuninitialized
 -Wunused-parameter (only with -Wunused or -Wall)
 -Wunused-but-set-parameter (only with -Wunused or -Wall)
2013-09-19 22:52:52 -07:00
doc Update ubuntu-12.04-detailed.md 2013-09-19 11:49:04 -07:00
examples/lean Fix typo 2013-09-05 19:18:55 -07:00
script Fix typo in script/dropbox_upload.py 2013-09-15 20:31:15 -07:00
src Enable "-Wextra" compiler option and fix code to remove warnings 2013-09-19 22:52:52 -07:00
tests/lean Simplify metavariable context. Now, we have only 'lift' and 'inst' instead of 'subst', 'lift' and 'lower' 2013-09-16 19:32:28 -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 Fix typo in .travis.yml 2013-09-16 18:51:59 -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