Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong 7bae895c23 refactor(src/CMakeLists.txt): simplify conditions in if
There are many places where we do not need 'MATCHES "ON"' or 'MATCHES
"OFF"'. Reference: http://www.cmake.org/cmake/help/v3.0/command/if.html

~~~
if(<constant>)

True if the constant is 1, ON, YES, TRUE, Y, or a non-zero number. False
if the constant is 0, OFF, NO, FALSE, N, IGNORE, NOTFOUND, the empty
string, or ends in the suffix -NOTFOUND. Named boolean constants are
case-insensitive. If the argument is not one of these constants, it is
treated as a variable.
~~~
2015-04-30 09:51:05 -04:00
bin fix(bin/linja): indentation 2015-04-04 13:31:35 -04:00
doc fix(test*.sh): allow spaces in filename 2015-03-28 23:29:52 -04:00
examples feat(CMakeLists): add basic example to binary distribution package 2015-01-14 10:39:07 -08:00
hott chore(hott/cubical/square): remove unnecessary annotations added in previous commit 2015-04-29 12:25:31 -07:00
images chore(CMakeLists.txt): move Lean logo to make sure we can test leanemacs without installing Lean 2015-01-31 17:38:49 -08:00
library chore(library): remove some unnecessary parentheses 2015-04-29 14:39:59 -07:00
script fix(test*.sh): allow spaces in filename 2015-03-28 23:29:52 -04:00
src refactor(src/CMakeLists.txt): simplify conditions in if 2015-04-30 09:51:05 -04:00
tests feat(frontends/lean): add "polymorphic" print command 2015-04-29 16:17:33 -07:00
.gitignore chore(.gitignore): add compile_commands.json 2015-03-28 22:38:13 -04:00
.travis.osx.yml chore(travis): change notifications, turn off cov build 2015-03-30 18:32:48 -04:00
.travis.windows.yml chore(travis): change notifications, turn off cov build 2015-03-30 18:32:48 -04:00
.travis.yml chore(travis): change notifications, turn off cov build 2015-03-30 18:32:48 -04:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md chore(README): avoid duplication 2015-03-28 16:23:32 -07:00

logo

LicenseWindowsUbuntuOS XCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

Issue Stats Issue Stats

About

Requirements

Installing required packages at

Windows

Linux

OS X

Build Instructions

Miscellaneous