summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Update documentation and scripts to use Makefile even on WindowsSébastien Hinderer2017-02-154-4/+4
* Get rid of the MAKEREC and MAKECMD make variablesSébastien Hinderer2017-02-154-20/+0
* Makefiles: deduplicate the rules building compilers and compilerlibsSébastien Hinderer2017-02-154-0/+4
* Remove unused definitions of the PARTIALLD make variableSébastien Hinderer2017-02-151-3/+0
* Introduce the BYTECODE_C_COMPILER and NATIVE_C_COMPILER make variablesSébastien Hinderer2017-02-154-1/+8
* Windows build system enhancementsSébastien Hinderer2017-02-154-0/+4
* Define BYTERUN as a real make variableSébastien Hinderer2017-02-154-0/+12
* config/Makefile.m*: define the MKEXEDEBUGFLAG variableSébastien Hinderer2016-12-294-0/+4
* Merge Unix and Windows build systems in the asmrun directory (#941)Sébastien Hinderer2016-12-204-4/+4
* Fix building of debug runtime on Windows (#820)David Allsopp2016-12-144-1/+22
* try to fix appveyor buildsDamien Doligez2016-12-094-4/+4
* Instrumentation for american fuzzy lop (afl-fuzz) (#504)Stephen Dolan2016-12-064-0/+4
* Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-255-6/+6
* Revert "Improve handling of platforms that do not have gprof profiling suppor...Gabriel Scherer2016-11-255-6/+6
* Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-255-6/+6
* Improve the detection of hashbang support in the configure scriptArmaël Guéneau2016-11-181-0/+2
* Do not use the compatibility macros in the C stub code. (#892)Sébastien Hinderer2016-11-174-8/+8
* Clarify and slightly modify the use of C compiler related make variables.Sébastien Hinderer2016-11-164-18/+18
* Remove unused variable from the build systemSébastien Hinderer2016-11-104-12/+0
* Merge makefiles in otherlibs/systhreads (#785)Sébastien Hinderer2016-09-134-0/+4
* Add --reserved-header-bits XX to ./configureFabrice Le Fessant2016-08-295-1/+5
* Make sure all the makefiles define the UNIX_OR_WIN32 variable. (#775)shindere2016-08-234-0/+4
* Spacetime: a new memory profiler (#585)Mark Shinwell2016-07-296-0/+19
* "./configure -safe-string" to force safe-string modealainfrisch2016-07-194-0/+4
* discover nanosleep() availability in configureHannes Mehnert2016-06-211-0/+3
* Call the '#' sign hash rather than sharp.Sébastien Hinderer2016-05-097-7/+7
* Provide workaround for missing _vscprintfDavid Allsopp2016-03-101-0/+1
* Correct floating point on old MSVCDavid Allsopp2016-03-101-0/+3
* Update headers for the new license.Damien Doligez2016-02-1834-408/+476
* clean up whitespace and cut long linesDamien Doligez2016-02-174-8/+21
* remove ocamlbuild from the compiler distributionGabriel Scherer2016-02-015-16/+0
* Allow automatic re-running of failed testsDavid Allsopp2016-01-264-0/+4
* Improve threading tests on WindowsDavid Allsopp2016-01-254-4/+0
* Fix Changes file.alainfrisch2016-01-184-8/+70
|\
| * Allow compilation using bootstrapped FlexDLLDavid Allsopp2016-01-154-4/+4
| * Support OCAML_FLEXLINK environment variableDavid Allsopp2016-01-154-4/+28
| * Allow optional bootstrapping of FlexDLL on WindowsDavid Allsopp2016-01-154-8/+46
* | Add missing FLAMBDA config for native WindowsDavid Allsopp2016-01-154-0/+4
|/
* Use SUPPORT_DYNAMIC_LINKING in s.h on WindowsDavid Allsopp2016-01-041-0/+1
* Remove extra `inline` macro definitionNicolas Ojeda Bar2015-12-281-1/+1
* GC latency improvementsDamien Doligez2015-12-211-0/+49
* PR#7071: m-nt.h: don't #define inline for MSVC if we're compiling C++ codeXavier Leroy2015-12-061-1/+1
* NetBSD doesn't have gethostbyname_r or gethostbyaddr_r, yet gets configured asRich Neswold2015-12-052-0/+8
* configure: typo in detection of clang version.Xavier Leroy2015-11-261-1/+1
* PR#6910 and GPR#224: extend marshaling to support data encodings beyond 4 GbXavier Leroy2015-11-191-0/+4
* simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-062-4/+0
* Build system: fix a few hardcoded ar commands.Gabriel Scherer2015-10-091-1/+1
* Remove autoconf tests that are no longer used.Xavier Leroy2015-08-048-271/+0
* Modernize the C style of those autoconf tests.Xavier Leroy2015-08-046-20/+24
* When compiling with gcc or clang, use optimization level -O3 with some optimi...Xavier Leroy2015-08-042-0/+32