| Commit message (Expand) | Author | Age | Files | Lines |
* | Let configure generate the META files, with a proper version number | Sébastien Hinderer | 2022-07-18 | 1 | -4/+11 |
* | runtime/domain.c: include pthread_np.h for HAS_GNU_GETAFFINITY_NP on FreeBSD ... | Christiano Haesbaert | 2022-07-11 | 1 | -0/+1 |
* | Add a function to request a recommended max number of Domains (#11309) | Christiano Haesbaert | 2022-07-05 | 1 | -0/+23 |
* | configure: remove HAS_STACK_OVERFLOW_DETECTION | Xavier Leroy | 2022-07-03 | 1 | -11/+0 |
* | Add META files (#11007) | Nicolás Ojeda Bär | 2022-07-01 | 1 | -0/+5 |
* | Compute default build target during configure rather than build time | Sébastien Hinderer | 2022-06-23 | 1 | -2/+6 |
* | configure: check support for C11 _Atomic types and operations (#11295) | Xavier Leroy | 2022-06-07 | 1 | -0/+6 |
* | Link with -latomic if GCC is used and the platform is 32 bits. | Xavier Leroy | 2022-06-04 | 1 | -0/+6 |
* | Runtime_events tracing system | Sadiq Jaffer | 2022-05-24 | 1 | -2/+1 |
* | configure: fix Windows build when flexlink is not bootstrapped. | Sébastien Hinderer | 2022-05-13 | 1 | -3/+3 |
* | configure: mk{dll,exe,maindll} expansion | Sébastien Hinderer | 2022-05-12 | 1 | -26/+74 |
* | Rename mksharedlib to mkdll | Sébastien Hinderer | 2022-05-12 | 1 | -16/+16 |
* | Where possible, expand flexlink_cmd and flexdll_chain in configure | Sébastien Hinderer | 2022-05-12 | 1 | -9/+9 |
* | Move the definition of FLEXLINK_CMD to the configure script | Sébastien Hinderer | 2022-05-12 | 1 | -0/+5 |
* | Generate an OCaml quoted string ID in configure | David Allsopp | 2021-05-12 | 1 | -0/+4 |
* | Refactor MKEXE and introduce MKEXE_VIA_CC | David Allsopp | 2022-05-11 | 1 | -42/+99 |
* | Fix `stat_has_ns_precision` configure check | comex | 2022-05-09 | 1 | -0/+2 |
* | Merge yacc/Makefile into the root Makefile | Sébastien Hinderer | 2022-05-09 | 1 | -2/+5 |
* | Make sure all the C files are compiled with debugging info | Sébastien Hinderer | 2022-05-06 | 1 | -0/+6 |
* | Build system: Get rid of the unused EXTRALIBS variable | Sébastien Hinderer | 2022-05-06 | 1 | -2/+0 |
* | Get rid of condiitonals in runtime/Makefile | Sébastien Hinderer | 2022-05-06 | 1 | -0/+6 |
* | Stop calling ranlib on created / installed libraries (#11184) | Sébastien Hinderer | 2022-04-14 | 1 | -13/+3 |
* | otherlibs: Merge win32unix into unix | Sébastien Hinderer | 2022-04-10 | 1 | -7/+3 |
* | Enable native code on x86_64-*-solaris* | Tõivo Leedjärv | 2022-03-28 | 1 | -2/+2 |
* | Implement Random.self_init with getentropy (#10921) | Michael Hendricks | 2022-03-24 | 1 | -0/+7 |
* | Merge pull request #11092 from madroach/OpenBSD_aarch64 | Anil Madhavapeddy | 2022-03-21 | 1 | -0/+3 |
|\ |
|
| * | Enable native code on aarch64-*-openbsd* | Christopher Zimmermann | 2022-03-06 | 1 | -0/+3 |
* | | ARM64 CFI support (#11099) | Tom Kelly | 2022-03-16 | 1 | -2/+8 |
* | | Let configure locate the diff program and determine which options it supports | Sébastien Hinderer | 2022-03-14 | 1 | -0/+17 |
* | | Improve description of configure's --disable-ocamltest option | Sébastien Hinderer | 2022-03-14 | 1 | -1/+1 |
|/ |
|
* | shell: test -a|o is not POSIX (#11005) | Issam Maghni | 2022-02-27 | 1 | -4/+5 |
* | Do not pass `-no-pie` to the C compiler on musl/arm64 part 2 (#11036) | Antonio Nuno Monteiro | 2022-02-27 | 1 | -1/+1 |
* | Normalize the minor version number of the compiler (#11049) | Sébastien Hinderer | 2022-02-24 | 1 | -5/+5 |
* | Support mixing declarations and statements in C (#11052) | Guillaume Munch-Maccagnoni | 2022-02-23 | 1 | -1/+1 |
* | Merge pull request #10962 from dra27/configure-options | David Allsopp | 2022-02-22 | 1 | -10/+20 |
|\ |
|
| * | configure: ignore --disable form of old options | David Allsopp | 2022-01-28 | 1 | -10/+20 |
* | | Merge pull request #11037 from xavierleroy/make-it-testable | Xavier Leroy | 2022-02-21 | 1 | -36/+27 |
|\ \ |
|
| * | | Revised determination of PACKLD_FLAGS | Xavier Leroy | 2022-02-21 | 1 | -5/+7 |
| * | | GCC < 4.9 is not supported by lack of C11 atomics | Xavier Leroy | 2022-02-21 | 1 | -27/+6 |
| * | | The MSVC and Cygwin ports are not supported currently | Xavier Leroy | 2022-02-21 | 1 | -4/+14 |
* | | | Merge pull request #10972 from ctk21/arm64_multicore_support | Xavier Leroy | 2022-02-21 | 1 | -6/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | ARM64: assembler, emit and proc changes to get it working | Tom Kelly | 2022-02-21 | 1 | -6/+6 |
* | | | Remove `-flat_namespace` flag in `configure.ac` on Darwin (#10723) | Carlo Cabrera | 2022-02-18 | 1 | -1/+1 |
* | | | Do not pass -no-pie to the C compiler on musl/arm64 (#11025) | Kate | 2022-02-18 | 1 | -6/+6 |
* | | | Merge pull request #10835 from hannesm/fix-32bit-relocations | Florian Angeletti | 2022-02-17 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | configure: pass -Wl,-z,notext to the linker on 32bit Linux and BSD. | Hannes Mehnert | 2022-02-15 | 1 | -0/+4 |
| * | | Revert "configure: pass -Wl,-z,notext to the linker on 32bit Linux and BSD." | Hannes Mehnert | 2022-02-15 | 1 | -9/+0 |
| * | | configure: pass -Wl,-z,notext to the linker on 32bit Linux and BSD. | Hannes Mehnert | 2021-12-25 | 1 | -0/+9 |
* | | | add option for stack allocation to use mmap(MAP_STACK) | Anil Madhavapeddy | 2022-02-04 | 1 | -0/+23 |
* | | | Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u... | Kate | 2022-02-01 | 1 | -42/+8 |
| |/
|/| |
|