Chris Lovett
ad7c5b26a7
fix: UTF-8 file path support for lean on Windows
...
* fix msys2 windows build so the windows apps support utf-8 file paths.
* use windres to compile default-manifest.o
* windres is in binutils.
* stop modifying default-manifest.o
* copy to stage0
* fix semicolon joining of lists in add_custom_target
* undo changes to stage0 as per CR feedback.
* fix makefile
* fix: revert cmakelists.txt COMMAND_EXPAND_LISTS change
* fix: msys2 dependencies
* add unit test for decoding UTF-8 chars to prove "lean.exe" can read utf-8 encoded files where utf-8 is also used in the file name.
* fix: utf-8 test by using windows-2022
* fix: do we really need cmake 3.11 or will 3.10 do?
* nope, really does require cmake 11.
2021-09-22 12:21:52 +02:00
Leonardo de Moura
fe66523e43
chore: fix doc
2021-09-16 10:32:00 -07:00
Chris Lovett
1591bb1640
doc: fix msys text based on code review feedback
2021-09-10 10:07:57 +02:00
Chris Lovett
bc3900cbb9
doc: small fixes
2021-09-07 19:19:58 -07:00
Leonardo de Moura
65509c5617
doc: add basic perf documentation
2021-09-06 07:12:36 -07:00
Leonardo de Moura
acfa2d7e78
doc: start porting reference manual
2021-08-27 19:30:08 -07:00
Sebastian Ullrich
5f4b1b1d44
Revert "Revert "feat: reintroduce libleanshared, link lean & leanpkg against it""
...
This reverts commit ccbc9d00db .
2021-08-20 09:42:05 -07:00
Sebastian Ullrich
ccbc9d00db
Revert "feat: reintroduce libleanshared, link lean & leanpkg against it"
2021-08-20 15:39:00 +02:00
Sebastian Ullrich
440abd4bd1
chore: CI: switch to GCC on Windows for now
...
See discussion at https://github.com/leanprover/lean4/pull/555
2021-08-18 13:54:52 +02:00
Sebastian Ullrich
917eb4d081
chore: collect stdlib compilation flags in new header
2021-08-12 07:51:50 -07:00
Sebastian Ullrich
7e78de978d
doc: further bootstrapping complications
2021-08-12 07:51:50 -07:00
Sebastian Ullrich
119f685cda
doc: fix link
2021-08-08 18:39:28 +02:00
Sebastian Ullrich
40274e487f
chore: fix docs
2021-08-08 13:26:46 +02:00
Sebastian Ullrich
341b4ac652
doc: link to some macro documentation
2021-08-08 12:41:59 +02:00
Sebastian Ullrich
2c3067e91b
doc: bundle updated lean4.py Pygments file and lstlean.tex
2021-07-12 11:33:13 -07:00
WojciechKarpiel
deb9c9410d
doc: fix typo in the manual
...
Fix for a simple typo (`it behave` -> `it behaves`, `continue` -> `break`)
2021-07-10 10:35:51 +02:00
Hunter Monroe
67bffa7de0
doc: correct typo “command instruct” ->”command instructs”
2021-07-03 11:22:04 +02:00
Leonardo de Moura
d55c069172
fix: docs
2021-06-29 22:14:16 -07:00
Sebastian Ullrich
10cf219213
doc: clarify RFC issues
2021-06-04 14:12:59 +02:00
Sebastian Ullrich
7839f2c99b
doc: direct link & instructions for elan on Windows
2021-06-01 16:38:03 +02:00
Sebastian Ullrich
812c8d0d6e
doc: clarify Windows limitations
2021-06-01 16:12:16 +02:00
Sebastian Ullrich
a02c6fd3eb
chore: adapt stdlib & tests
2021-05-20 15:17:36 -07:00
Sebastian Ullrich
a94e48cec7
doc: less Emacs-centric
2021-05-18 21:08:53 +02:00
Xavier Noria
d35f46d4ba
doc: fix spelling of GitHub in the FAQ ( #454 )
2021-05-11 09:15:07 +02:00
Бакиновский Максим
c96cb78970
doc: "enumerated types" section markdown fix
2021-05-06 17:04:51 +02:00
Kevin Buzzard
ee6a9e74e8
doc: fix typos ( #379 )
2021-04-30 19:36:30 +02:00
Sebastian Ullrich
9f0fa19237
feat: notation: unfold to prechecked quotation
2021-04-27 16:38:37 -07:00
Sebastian Ullrich
bf5b403bea
doc: update dbg_trace docs
2021-04-23 15:48:43 +02:00
Leonardo de Moura
762cebbbfc
fix: match generalization bug
2021-04-19 18:37:25 -07:00
Sebastian Ullrich
52a4f535d8
doc: fix example
2021-04-17 18:48:58 +02:00
Sebastian Ullrich
8175003707
doc: update links to elan
2021-04-17 16:33:23 +02:00
Sebastian Ullrich
91169f9987
doc: quickstart: formatting, again
2021-04-15 19:08:56 +02:00
Paul Brinkmeier
c1623add68
doc: add note about staging flake.nix ( #411 )
...
If you don't make flake.nix visible to Git, nix build etc. won't work. Add a command that adds the file to the Index and a note explaining why.
2021-04-15 18:45:22 +02:00
Leonardo de Moura
0a1923b820
chore: update faq with "help wanted" link
2021-04-14 07:30:09 -07:00
Sebastian Ullrich
7de11d2aa3
doc: quickstart: beware the Windows
2021-04-07 14:51:26 +02:00
Sebastian Ullrich
4517c518c8
doc: fix max precedence
2021-04-07 09:20:08 +02:00
Sebastian Ullrich
56d191b831
doc: quickstart: formatting
2021-04-06 18:03:58 +02:00
Sebastian Ullrich
ae9e608f98
doc: add quickstart to SUMMARY
2021-04-06 17:48:28 +02:00
Sebastian Ullrich
dcfd6f4873
doc: quickstart
2021-04-06 17:34:01 +02:00
Leonardo de Moura
a5e1370c8c
doc: add example
2021-03-31 08:13:22 -07:00
Leonardo de Moura
f8adb449fe
fix: doc
2021-03-27 19:48:25 -07:00
Sebastian Ullrich
8d543cbcdc
doc: using Nix with an external editor
2021-03-26 09:56:22 +01:00
Leonardo de Moura
30b9792148
fix: doc
2021-03-24 10:59:11 -07:00
Sebastian Ullrich
ed9c3ba525
doc: LHS precedences
2021-03-22 16:33:37 +01:00
Leonardo de Moura
a406e41fcb
chore: fix documentation
2021-03-12 18:11:06 -08:00
Leonardo de Moura
03bd608b00
chore: fix doc
2021-03-11 11:40:39 -08:00
Leonardo de Moura
3b6ec3bfcc
chore: fix doc
2021-03-11 09:06:33 -08:00
Sebastian Ullrich
683c9d7cd3
doc: fix
2021-03-08 14:54:52 +01:00
Leonardo de Moura
00572a22f4
chore: fix doc
2021-03-07 14:59:29 -08:00
Jan Hrcek
2753822fe7
doc: fix typos
2021-03-07 15:06:02 +01:00