lean4-htt/src
Leonardo de Moura 3175cc6923 fix(CMakeLists.txt): increase thread stack space on OSX
closes #1721

On OSX, the default thread stack space is quite small (512Kb), and
each stack frame is quite big in Debug mode.
2017-07-04 18:00:21 -07:00
..
api fix(*): gcc 7 weird uninitialized warnings 2017-05-31 18:05:03 -07:00
checker feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
cmake chore(*): remove last remnants of mpfr 2017-02-24 21:42:58 +01:00
emacs feat(emacs/lean-dev): add lean-diff-test-file command for development 2017-07-04 12:20:38 -07:00
frontends fix(frontends/lean/tactic_notation): always use quote_scope for parsing interactive parameters 2017-07-04 12:20:38 -07:00
init feat(init/init): write allocation stats to stderr 2017-02-28 11:56:52 -08:00
kernel perf(kernel/expr): fix hash consing performance problem 2017-06-23 12:41:35 -07:00
library fix(frontends/lean/tactic_notation): always use quote_scope for parsing interactive parameters 2017-07-04 12:20:38 -07:00
shared
shell fix(shell/server): fix sequence number in async responses 2017-06-29 16:43:12 +02:00
tests feat(frontends/lean/scanner): accept arbitrary escaped identifiers 2017-06-28 10:43:19 -07:00
util fix(util/memory): fix jemalloc support 2017-06-29 11:26:41 +02:00
CMakeLists.txt fix(CMakeLists.txt): increase thread stack space on OSX 2017-07-04 18:00:21 -07:00
CTestConfig.cmake
CTestCustom.cmake.in
Doxyfile
githash.h.in
memcheck.supp
version.h.in