summaryrefslogtreecommitdiff
path: root/otherlibs/systhreads
Commit message (Expand)AuthorAgeFilesLines
* PR#7038: out of memory condition in caml_io_mutex_lockXavier Leroy2015-11-271-1/+1
* simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-061-1/+0
* PR#7013: spurious wake-up in the Event module.Xavier Leroy2015-10-111-1/+3
* Replace uses of "noalloc" by [@@noalloc]Jérémie Dimino2015-10-061-2/+2
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-1/+2
* Support for PowerPC 64 bits big- and little-endian. Revised PowerPC 32 bits ...Xavier Leroy2015-08-251-1/+1
|\
| * Update wrt trunk r16319.Xavier Leroy2015-08-032-14/+16
| |\
| * | PowerPC port of ocamlopt:Xavier Leroy2015-07-201-1/+1
* | | Document backtrace infrastructure, make types more explicitGabriel Scherer2015-08-221-1/+1
| |/ |/|
* | make alldependGabriel Scherer2015-08-021-12/+14
* | GPR#196: Make [Thread.id] and [Thread.self] [noalloc].Gabriel Scherer2015-07-261-2/+2
|/
* update .depend and bootstrap compilers after 4.02 mergeDamien Doligez2015-07-171-13/+12
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-172-11/+15
* deduplicate some startup code and fix PR#6808: the parsing of OCAMLRUNPARAM i...Damien Doligez2015-05-041-10/+10
* PR#6776: Failure to kill the "tick" thread, segfault when exiting the runtimeDamien Doligez2015-03-313-22/+24
* PR#6573: extern "C" for systhreads/threads.hDamien Doligez2015-01-201-0/+8
* PR#5418 (comments) : generate dependencies with $(CC) instead of gccDamien Doligez2015-01-201-1/+1
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-272-25/+28
* Allow Android builds with systhreads support.Gabriel Scherer2014-12-131-0/+16
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-3/+3
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-2/+2
* merge branch "safe-string"Damien Doligez2014-04-294-19/+34
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-5/+10
* PR#6358: obey DESTDIR in install targetsGabriel Scherer2014-04-072-21/+27
* Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch2014-04-021-2/+3
* #PR6269 Optimized string matchingLuc Maranget2014-03-211-10/+10
* use -bin-annot when buildingMark Shinwell2014-03-071-1/+1
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-292-7/+5
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-202-5/+7
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-045-7/+15
* Wrong quoting chase.Pierre Weis2013-05-292-4/+4
* misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer2013-02-251-2/+2
* Prefer forward slashes to backward slashes on NT as it's more portable.Wojciech Meyer2012-12-301-2/+2
* WinError.h -> winerror.h. This improves cross-compilation for Windows.Wojciech Meyer2012-12-301-1/+1
* remove all $Id keywordsDamien Doligez2012-10-1516-32/+0
* clean up TABs and whitespaceDamien Doligez2012-07-303-16/+16
* merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez2012-07-261-15/+15
* PR#5636: issue with pthread_atfork in glibcXavier Leroy2012-06-081-1/+1
* Enabled 'unused rec flag' warning.Alain Frisch2012-05-291-1/+1
* Enable and fix more warnings.Alain Frisch2012-05-291-1/+1
* Compile with warning 33, and remove unused opens.Alain Frisch2012-05-292-2/+2
* PR#5295: OS threads: problem with caml_c_thread_unregister()Xavier Leroy2012-04-081-1/+4
* PR#5504: Fix. Patch proposed by Stephane Glondu, thanks.Wojciech Meyer2012-02-194-4/+4
* Change "Ocaml" to "OCaml" everywhereDamien Doligez2012-02-131-1/+1
* More renaming to OCamlDamien Doligez2012-02-103-17/+17
* set svn:keywords propertyDamien Doligez2012-02-071-1/+1
* Fix #5383: Cannot build OCaml 3.12.1 Win32/MSVCJonathan Protzenko2012-01-301-0/+1
* PR#5306: comparing values of type Thread.tXavier Leroy2011-12-131-1/+8
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-2716-16/+16
* PR#5290: added hash functions for channels, nats, mutexes, conditions.Xavier Leroy2011-07-231-7/+26