Commit graph

54 commits

Author SHA1 Message Date
Sebastian Ullrich
50abe8352b feat: allow specifying file name with --stdin 2020-11-24 19:16:27 +01:00
Leonardo de Moura
6b11dbc80e chore: update stage0 2020-10-27 18:10:25 -07:00
Leonardo de Moura
9a0fde504a chore: update stage0 2020-10-27 09:52:31 -07:00
Leonardo de Moura
e1c3c55027 chore: update stage0 2020-10-26 08:11:36 -07:00
Leonardo de Moura
b1b5460c4b chore: update stage0 2020-10-25 10:23:03 -07:00
Leonardo de Moura
2be41ad0ad chore: update stage0 2020-10-25 10:00:43 -07:00
Leonardo de Moura
eccf62946a chore: update stage0 2020-10-25 09:20:07 -07:00
Leonardo de Moura
2c94222a69 chore: update stage0 2020-10-21 11:32:22 -07:00
Sebastian Ullrich
438b3351dd feat: add interpreter.prefer_native option 2020-10-21 11:21:56 +02:00
Leonardo de Moura
89ee45ef75 chore: update stage0 2020-10-19 10:26:02 -07:00
Leonardo de Moura
4ac1ab4c4b chore: update stage0 2020-10-15 15:31:22 -07:00
Leonardo de Moura
94ea1dc705 chore: update stage0 2020-10-14 17:37:37 -07:00
Leonardo de Moura
57de49b957 chore: update stage0 2020-10-14 13:25:40 -07:00
Leonardo de Moura
149f69ad8f chore: update stage0 2020-09-24 12:47:48 -07:00
Sebastian Ullrich
c54d51b0c9 chore: go back to previous bootstrapping scheme where the stage N+1 stdlib is created using the stage N compiler 2020-09-24 18:57:53 +02:00
Leonardo de Moura
8586ec1759 chore: update stage0 2020-09-14 15:01:46 -07:00
Leonardo de Moura
346537bd74 chore: update stage0 2020-08-31 15:37:41 -07:00
Leonardo de Moura
9bd4acd9c9 chore: update stage0 2020-08-10 10:13:52 -07:00
Leonardo de Moura
443cdf5778 chore: update stage0 2020-07-15 16:32:23 -07:00
Sebastian Ullrich
0f6b9f5c94 chore: clean up stage 0 executable build
Previously we were building identical libInit/Std/Lean.a from the same stage0/stdlib sources. Now we simply link
everything right into libleancpp.a, again.
2020-07-03 19:26:00 +02:00
Sebastian Ullrich
58a7230dd9 chore: update stage0 2020-06-16 10:57:57 +02:00
Leonardo de Moura
b0dbaada54 chore: update stage0 2020-05-26 13:56:49 -07:00
Leonardo de Moura
238f44bcc1 chore: update stage0 2020-05-22 14:20:21 -07:00
Leonardo de Moura
5eae116e66 chore: update stage0 2020-05-22 11:23:38 -07:00
Leonardo de Moura
83d1b62a99 chore: update stage0 2020-05-22 09:37:35 -07:00
Leonardo de Moura
5c03838fad chore: update stage0 2020-05-18 12:14:42 -07:00
Sebastian Ullrich
a6fbf3c20e refactor: make stages internally consistent by compiling the stageN lib with the stageN compiler, rename static libraries
The old stage1 is now stage0.5, which at least suggests that it's not an entirely consistent stage in general
2020-05-14 23:13:51 +02:00
Sebastian Ullrich
279746fa6a chore: change stage1-3 into homogeneous ExternalProjects from new top-level /CMakeLists.txt
This ensures stage2+3 are full, standalone Lean installations
2020-05-14 14:47:54 +02:00
Sebastian Ullrich
10253e89ea chore: move bin/ and .oleans into build directory 2020-05-14 14:47:54 +02:00
Sebastian Ullrich
5f1a052998 feat: replace --make with -o flag that takes an explicit .olean target file name 2020-05-14 14:47:54 +02:00
Sebastian Ullrich
81784b145e chore: update stage0 2020-05-14 14:46:18 +02:00
Leonardo de Moura
861d476a9a chore: update stage0 2020-05-12 15:02:03 -07:00
Leonardo de Moura
ff6e9f852a chore: update stage0 2020-03-11 08:41:18 -07:00
Leonardo de Moura
c972742494 chore: update stage0 2020-03-08 10:36:03 -07:00
Leonardo de Moura
f607e9c478 chore: update stage0 2020-03-02 08:42:07 -08:00
Leonardo de Moura
a763225c52 chore: update stage0 2020-02-05 10:22:58 -08:00
Leonardo de Moura
07edbd395e chore: update stage0 2020-01-12 08:14:37 -08:00
Leonardo de Moura
9b29a7bf7e chore: update stage0 2020-01-06 15:13:46 -08:00
Leonardo de Moura
66a59d6379 chore: update stage0 2019-12-19 09:29:05 -08:00
Leonardo de Moura
38d2cffa7e chore: update stage0 2019-12-14 08:09:55 -08:00
Leonardo de Moura
6f52385c3a chore: update stage0 2019-12-13 18:27:12 -08:00
Leonardo de Moura
2f1d4d50e9 chore: update stage0 2019-12-11 09:54:04 -08:00
Sebastian Ullrich
0f038bfb08 chore: update stage0 2019-12-10 22:15:53 +01:00
Leonardo de Moura
81eccab60d chore: update stage0 2019-12-10 10:21:14 -08:00
Leonardo de Moura
c72649d528 chore: update stage0 2019-12-08 18:04:57 -08:00
Leonardo de Moura
32c066946b chore: udpate stage0 2019-11-27 05:54:40 -08:00
Sebastian Ullrich
2ad21d0f4c feat: have --make take an optional .olean filename argument
Not documented since it is mostly useful for internal builds of further bootstrap stages
2019-11-27 05:53:22 -08:00
Leonardo de Moura
a858eeea36 chore: update stage0 2019-11-22 07:49:02 -08:00
Leonardo de Moura
59d1026e41 chore: update stage0 2019-11-21 07:26:28 -08:00
Leonardo de Moura
8fc02ed741 chore: update stage0 2019-11-20 16:10:40 -08:00