Commit graph

216 commits

Author SHA1 Message Date
Leonardo de Moura
7eef501ae1 chore(*): remove mpfr dependency
closes #1380
2017-02-17 20:36:53 -08:00
Leonardo de Moura
3d603ec28e feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
Gabriel Ebner
f404e8a2be feat(library/export,checker): add basic support for mixfix notation 2017-01-31 10:20:56 +01:00
Gabriel Ebner
54820506e4 feat(library/export): export quotient initialization 2017-01-31 10:20:55 +01:00
Gabriel Ebner
4f3e603556 chore(doc/export_format): update export format description 2017-01-31 09:39:31 +01:00
Leonardo de Moura
b3ef489b9a chore(doc/make/cygwin): we do not support cygwin anymore (only MSYS2) 2016-12-23 10:01:08 -08:00
Leonardo de Moura
61c9fdd908 chore(doc/lean): remove unnecessary files 2016-12-23 10:00:30 -08:00
Leonardo de Moura
8027e3c0e2 chore(doc/lean): remove old documentation 2016-12-23 09:58:45 -08:00
Andrew Ashworth
3153b72415 fix(doc/make/msys2): incorrect build instructions
-D CMAKE_BUILD_TYPE=Release does nothing since the default build type is Release. Also, it should be enclosed in quotes "-D CMAKE_BUILD_TYPE=Release", otherwise the shell/cmake fails to properly interpret the arguments.
2016-12-15 10:07:01 -08:00
Leonardo de Moura
8e64665259 chore(src/CMakeLists): remove support for optional Boost 2016-12-03 11:34:58 -08:00
Gabriel Ebner
b7e781684f chore(doc/make/msys2): update msys2 build instructions 2016-12-02 17:01:58 -08:00
Gabriel Ebner
92f07720f2 refactor(emacs/load-lean): install emacs dependencies directly from (M)ELPA 2016-12-02 16:50:50 -08:00
Leonardo de Moura
222f4af898 chore(doc/make/msys2): add Win 10 2016-12-01 13:54:25 -08:00
Leonardo de Moura
f7e8e73186 fix(doc/make/msys2): we don't need lua anymore 2016-12-01 13:53:15 -08:00
Leonardo de Moura
110240e540 chore(doc/make/ubuntu-16-04): improve build instructions 2016-12-01 13:47:00 -08:00
Gabriel Ebner
db67c1fde3 chore(CMakeLists): make python dependency optional 2016-11-30 11:27:02 -05:00
Leonardo de Moura
6616f661f9 chore(doc/make/msys2): Remove Lua from installation instructions 2016-11-16 15:57:19 -08:00
Leonardo de Moura
a551de8f36 doc(*): remove Lua from the list of required packages 2016-11-04 14:05:05 -07:00
zjhmale
9c23a3ded3 doc(make): change g++-4.9 to g++
now if use g++4.9 as compiler flag on OSX, it will produce error message
that

```
CMake Error at CMakeLists.txt:2 (project):
  The CMAKE_CXX_COMPILER:

    g++-4.9

  is not a full path and was not found in the PATH.

  Tell CMake where to find the compiler by setting
  either the environment variable "CXX" or the CMake cache entry
  CMAKE_CXX_COMPILER to the full path to the compiler, or to the
  compiler name if it is in the PATH.
```
2016-10-05 15:38:22 -07:00
Leonardo de Moura
16c9fd8c9d chore(doc/bin/README): update doc 2016-09-27 17:20:57 -07:00
Leonardo de Moura
fb6651adb1 chore(doc/intro): delete old doc 2016-09-27 16:35:54 -07:00
Leonardo de Moura
ba1df30099 chore(emacs): simplify emacs mode
The --server option has been deleted. In the future, we will replace it
with a simpler protocol (similar to the one we use for implementing
"show id/keyword information")
2016-09-19 19:41:22 -07:00
Daniel Selsam
ed311ae1cd doc(make/ubuntu-16.04): simplified instructions for Ubuntu 16.04 2016-06-22 17:17:44 -07:00
Leonardo de Moura
d84a20d68b remove(frontends/lean/server): FINDG command 2016-03-03 10:12:24 -08:00
Sebastian Ullrich
2a35c0f49b feat(script): add .md link checker script 2016-02-23 10:11:24 -08:00
Leonardo de Moura
f67181baf3 chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
Jeremy Avigad
e14a2aaf3c feat(doc/lean/library_style.org): clarify C_of_A_of_B convention 2015-12-31 15:16:57 -08:00
Leonardo de Moura
b36ce49f2b fix(tests,doc): adjust tests to changes in the standard library 2015-12-05 23:52:16 -08:00
Leonardo de Moura
c280ddb2b0 fix(tests,doc): adjust tests and documentation 2015-11-20 17:03:17 -08:00
Leonardo de Moura
6df31d3406 refactor(library/data/nat/basic): mark some theorems as protected to avoid overloading 2015-11-08 14:04:56 -08:00
Leonardo de Moura
4e78e35f77 fix(tests/lean): adjust remaining tests to changes in the standard library 2015-11-08 14:04:56 -08:00
Daniel Selsam
0715c86ff4 fix(library/export): closes #841 2015-10-05 10:11:04 -07:00
Leonardo de Moura
d140ff6148 fix(doc/lua/lua.md): adjust test to reflect recent changes in the expr caching mechanism 2015-09-30 17:34:39 -07:00
Leonardo de Moura
49eb7166f0 refactor(library/data): rename fixed_list -> tuple 2015-08-13 16:45:34 -07:00
Leonardo de Moura
d2eb99bf11 refactor(library/logic): move logic/choice.lean to init/classical.lean
choice axiom is now in the classical namespace.
2015-08-12 18:37:33 -07:00
Leonardo de Moura
b4024982a2 refactor(library/data): move vector as indexed family to examples folder 2015-08-12 15:05:14 -07:00
Théo Zimmermann
698b368f01 fix(doc): fix confusion between Prop and Bool
this fix assumes that Prop and Bool are two different things but even if they were the same thing, using the two names would only confuse the reader
2015-07-30 10:21:43 -07:00
Théo Zimmermann
923d12553e fix(doc): correct two more mistakes
- fix a mistake in code example
- fix singular/plural confusion
2015-07-30 10:21:42 -07:00
Théo Zimmermann
3598a6610f fix(doc): add missing words to fix meaning 2015-07-30 10:21:42 -07:00
Théo Zimmermann
b5432d4d3b fix(doc): corrects language mistakes
corrects two confusions between singular and plural
2015-07-30 10:21:42 -07:00
Théo Zimmermann
c4e48a184c fix(doc): fix subsection title
expand "(disjunction)" title for consistency with the other subsection titles around
2015-07-30 10:21:42 -07:00
Théo Zimmermann
dd0a8b7743 fix(doc): remove misplaced capital letter 2015-07-30 10:21:42 -07:00
Théo Zimmermann
7202e076dd fix(doc): correct language mistakes 2015-07-30 10:21:42 -07:00
Leonardo de Moura
bbd6946a15 refactor(library/logic/axioms): we have only one extra axiom 2015-07-29 13:36:23 -07:00
Leonardo de Moura
6805aab344 feat(doc/export_format): update documentation 2015-07-28 16:04:11 -07:00
Daniel Selsam
ee11fca69b refactor(src/library/export): disambiguate export keywords 2015-07-27 19:08:26 -07:00
Daniel Selsam
214b5b8b58 refactor(src/library/export): prefix export keywords with # 2015-07-27 15:07:12 -07:00
Leonardo de Moura
fa7a527590 feat(doc/make/msys2): add emacs-dependencies 2015-07-20 17:32:20 -07:00
Leonardo de Moura
7e0844a9e6 fix(tests): to reflect recent changes in the standard library 2015-07-06 15:05:01 -07:00
Leonardo de Moura
7940889495 fix(doc/lean/library_style): adjust to reflect changes in the standard library 2015-06-16 11:29:17 -07:00