summaryrefslogtreecommitdiff
path: root/utils/ccomp.ml
Commit message (Expand)AuthorAgeFilesLines
* configure: check whether ar supports response files (#12075)Nicolás Ojeda Bär2023-03-071-14/+19
* Stop calling ranlib on created / installed libraries (#11184)Sébastien Hinderer2022-04-141-6/+2
* Modernise Ccomp.expand_libnameDavid Allsopp2021-04-281-4/+2
* Call the partial linker correctly on msvcDavid Allsopp2021-04-271-14/+15
* Simpler implementation of Ccomp.linker_is_flexlinkresurrect-cygwin64-review-baseDavid Allsopp2020-09-211-20/+4
* Fix -fdebug-prefix-map when using flexlinkDavid Allsopp2020-09-211-0/+22
* Don't call the archiver/librarian for empty .cmxaDavid Allsopp2020-04-221-27/+9
* Use diversion when calling external tools with a very long argument list (#9492)Xavier Leroy2020-04-251-3/+13
* Eliminate Config.ocamlopt_c{,pp}flagsDavid Allsopp2019-04-201-5/+6
* call_linker now returns exit_code for better error response on linking_error,...Anukriti122020-03-231-1/+1
* in -dtimings output, show time spent in C linker clearlyValentin Gatien-Baron2019-08-261-30/+32
* Fix missing newlines when buffering MSVC outputNicolás Ojeda Bär2019-08-171-2/+2
* Remove gprof support (#2314)Mark Shinwell2019-03-161-2/+1
* Refactor load path management and initial environmentJeremie Dimino2019-01-301-3/+3
* refactoring the uses of Clflags.include_dirsValentin Gatien-Baron2018-07-011-1/+3
* Pass `-fdebug-prefix-map` to the compiler only if it supports it.Xavier Clerc2018-06-291-2/+3
* Add -dcamlprimc + pass -fdebug-prefix-map when available (#1845)Xavier Clerc2018-06-271-2/+7
* Ccomp.command: raise Sys_error on exit code 127Thomas Refis2018-05-051-1/+3
* Fix output-complete-obj for MSVC:Damien Doligez2017-09-171-1/+3
* [OCamlc] use OUTPUTOBJ and move CAML_INTERNALFrançois Bobot2017-09-151-1/+1
* [OCamlc] fixes output_complete_objectFrançois Bobot2017-09-131-2/+4
* Define new build variables for C compiler and preprocessor flagsSébastien Hinderer2017-03-291-3/+5
* Allow creation of empty .cmxa files on macOSMark Shinwell2017-03-131-6/+27
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* fix missing change from 1c28b231efe340761ca0fcf77a7c17a6ac556a3dDamien Doligez2016-02-101-1/+1
* Revert "PR#6475: accept -o in ocamlc when compiling C files"Damien Doligez2016-02-101-5/+1
* Tweaks to hiding the display of .c names with MSVCDavid Allsopp2016-01-181-1/+1
* Filter out the display of .c files by MSVCDavid Allsopp2016-01-171-18/+52
* Fix command-line for MSVCalainfrisch2016-01-071-4/+5
* MS linker expects /libpath:DIR, not -LDIR. Avoids warning when -pack'ing.alainfrisch2015-12-111-1/+6
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-171-4/+12
* PR#6720: propagate -g to the C compilerGabriel Scherer2015-01-241-1/+2
* minor: cut too-long linesGabriel Scherer2014-12-211-1/+3
* PR#6475: accept -o in ocamlc when compiling C filesGabriel Scherer2014-12-211-2/+3
* Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-051-2/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* #5478: makes it possible to specify a custom 'ar' command.Alain Frisch2012-01-161-2/+3
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* PR#4741: put -L options before file names, which can be -lxxxXavier Leroy2010-04-281-1/+1
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-031-8/+14
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-0/+4
* Same in native code.Alain Frisch2007-11-151-13/+22
* Improve -output-obj: can now build directly a dynamic library (with all the c...Alain Frisch2007-11-151-0/+2
* Cleanup and factorization of linker-related code.Alain Frisch2007-11-151-35/+39
* Flexdll now takes care of /subsystem:consoleAlain Frisch2007-11-131-6/+1
* Bump limit before producing diversion. Pass /subsystem:console also on Win64.Alain Frisch2007-11-081-2/+3
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-061-15/+9
* Invocation of mt.exe (from D.Weil)Xavier Leroy2007-02-251-1/+1
* Attempt to support Visual C++ 2005. Remain to be tested.Xavier Leroy2006-09-231-0/+13
* Ajout option /link /subsystem:console pour Windows/msvc et meilleur traitemen...Xavier Leroy2006-05-091-15/+15