Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
  • Code
  • Branches (52)
  • Releases (8)
    • Branches
    • Releases
    • HEAD
    • refs/heads/Drup-dune
    • refs/heads/UnixJunkie-patch-1
    • refs/heads/diml-master
    • refs/heads/fastarraymap
    • refs/heads/floatarray
    • refs/heads/gh-pages
    • refs/heads/git-version
    • refs/heads/granularity
    • refs/heads/iterators
    • refs/heads/master
    • refs/heads/merge-requests/1
    • refs/heads/mmap-bigarray-functorised
    • refs/heads/nodispatcher
    • refs/heads/orderpreserving
    • refs/heads/pinning
    • refs/heads/pipes
    • refs/heads/redirect
    • refs/heads/sockets
    • refs/heads/sorted
    • refs/heads/tuning
    • refs/tags/0.9.1
    • refs/tags/0.9.8
    • refs/tags/0.9.9
    • refs/tags/1.0-rc1
    • refs/tags/1.0-rc10
    • refs/tags/1.0-rc11
    • refs/tags/1.0-rc2
    • refs/tags/1.0-rc4
    • refs/tags/1.0-rc5
    • refs/tags/1.0-rc6
    • refs/tags/1.0-rc7-fix-for4.03
    • refs/tags/1.0-rc7-fix-for4.03+1
    • refs/tags/1.0-rc7-fix-for4.03+2
    • refs/tags/1.0-rc7-fix-for4.03+3
    • refs/tags/1.0-rc8
    • refs/tags/1.0-rc9
    • refs/tags/1.0rc3
    • refs/tags/BigArray_MMap_need_fixed_maxsize
    • refs/tags/FixedCornerCases
    • refs/tags/LastVersionWithoutTaskDispatcher
    • refs/tags/LastWithExtLib
    • refs/tags/MajorCodeRework
    • refs/tags/ParMap-Sockets
    • refs/tags/Released-0.9.9
    • refs/tags/SdlMandelsWithFork
    • refs/tags/StableWithoutExtLib
    • refs/tags/Using_Xen_mmap
    • refs/tags/exact_copy_marshal_via_pipe
    • refs/tags/initfinalize-alpha
    • refs/tags/initfinalize-beta
    • refs/tags/list
    • refs/tags/usingpipes
    • OrderPreserving
    • 1.2.3
    • 1.2.2
    • 1.2.1
    • 1.2
    • 1.1.1
    • 1.1
    • 1.0-rc7
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • snapshot
revision badge
swh:1:rev:8a3937472b2442b6e63786376630f770ddc59e86
snapshot badge
swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...

sort by:
RevisionAuthorDateMessageCommit Date
8a39374 Roberto Di Cosmo12 May 2016, 07:37:50 UTCProper handling of dependencies, thanks Gabriel Sherer for spotting this12 May 2016, 07:37:50 UTC
970e49b Roberto Di Cosmo11 May 2016, 15:07:32 UTCReverting one option that still breaks compilation in 4.02, leaving open to fix11 May 2016, 15:07:32 UTC
219e3d0 Roberto Di Cosmo11 May 2016, 14:34:13 UTCFix for 4.03.0 issue in linking setcore into parmap.cmxa We should find a more proper way of doing this.11 May 2016, 14:42:56 UTC
2abc50e Roberto Di Cosmo30 April 2016, 16:17:45 UTCClean up Changelog30 April 2016, 16:17:45 UTC
ce28808 Roberto Di Cosmo27 April 2016, 09:42:32 UTCMerge pull request #41 from UnixJunkie/fixes_for_compilation_w4.03.0 Fixes for compilation w4.03.0 : thanks Francois.27 April 2016, 09:42:32 UTC
d5d197c Francois BERENGER27 April 2016, 09:23:49 UTCcorrected warning related to Error type27 April 2016, 09:23:49 UTC
6551bab Francois BERENGER27 April 2016, 09:21:33 UTCmv setcore.mli setcore.ml27 April 2016, 09:21:33 UTC
a9f3396 Roberto Di Cosmo17 September 2015, 14:34:21 UTCBumped up version string17 September 2015, 14:34:21 UTC
51c6666 Jérémie Courrèges-Anglas17 September 2015, 13:24:21 UTCMakefile.in portability fixes Good news: https://forge.ocamlcore.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=ocaml-autoconf/ocaml-autoconf.git;a=commitdiff;h=9e0d03be521283b59e002d91422b7695825195e3 With a fresher ocaml.m4 & ./configure, the following diff allows one to automatically build the .cmxs on OpenBSD/amd64 (native dynlink supported) and to skip it on OpenBSD/sparc64 (non-native).17 September 2015, 13:37:17 UTC
1cc6a04 Roberto Di Cosmo17 September 2015, 13:35:32 UTCUpdated ocaml.m4 to version on master as of 17/9/2015 (not yet released on ocamlforge)17 September 2015, 13:35:32 UTC
58f56f5 Jérémie Courrèges-Anglas16 September 2015, 18:44:54 UTCMakefile.in portability fixes Following configure.ac, two things in Makefile.in prevent me from using it verbatim. First, our cp(1) does not support the -a flag. I'd say that it could easily be replaced by -p. Second issue, parmap.a shouldn't be built on architectures that don't have native code support (ie. where ocamlopt is present and usable). There's another glitch but I'm afraid I can't fix it given the existing ocaml.m4: .cmxs plugins aren't supported on all native archs (for example OpenBSD/sparc). Here are two patches for the two issues. Cheers, >From 54bd6c21e9f56f58be29c8ef923e3a0ca2c32f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= <jca@wxcvbn.org> Date: Wed, 16 Sep 2015 20:26:05 +0200 Subject: [PATCH 1/2] Portability: use cp -p instead of -a17 September 2015, 10:39:17 UTC
a276c4a Jérémie Courrèges-Anglas16 September 2015, 11:41:00 UTCFix autoconf test with shells != bash Improve the portability of the test for ocamlbuild -use-ocamlfind. * shell redirections with "&> /dev/null" and the test(1) operator "==" are not portable. Fix both issues and simplify the test while here. With this, ./configure on OpenBSD correctly uses Makefile.in and not Makefile_3.11.in.16 September 2015, 12:42:46 UTC
642dc2b Roberto Di Cosmo23 April 2015, 18:26:51 UTCImproved mkdwn23 April 2015, 18:26:51 UTC
5b50969 Roberto Di Cosmo23 April 2015, 18:26:19 UTCImproved mkdwn23 April 2015, 18:26:19 UTC
6fb0eb0 Roberto Di Cosmo23 April 2015, 18:24:42 UTCImproved mkdwn23 April 2015, 18:24:42 UTC
a9f297a Roberto Di Cosmo23 April 2015, 18:23:39 UTCImproved mkdwn23 April 2015, 18:23:39 UTC
738eb7c Roberto Di Cosmo23 April 2015, 18:22:00 UTCImproved mkdwn23 April 2015, 18:22:00 UTC
0da42ca Roberto Di Cosmo23 April 2015, 18:19:10 UTCAdding mkdwn vesion of REAMDE23 April 2015, 18:19:25 UTC
715ae7a Roberto Di Cosmo09 March 2015, 13:58:48 UTCMerge pull request #34 from nilsbecker/master os x specific Makefile09 March 2015, 13:58:48 UTC
1c3c5d5 nilsbecker03 March 2015, 15:54:58 UTCUpdate Makefile.OSX03 March 2015, 15:54:58 UTC
136f70d nilsbecker03 March 2015, 15:48:43 UTCUpdate and rename example to example/Makefile.OSX03 March 2015, 15:48:43 UTC
942f90e Doug Hogan09 February 2015, 07:57:40 UTCFix build error on systems without thread_policy09 February 2015, 10:42:28 UTC
b0f230d Roberto Di Cosmo08 January 2015, 09:58:47 UTCMerge pull request #32 from xclerc/silence-warnings Silence warnings for unused variables. And remove finalize parameter from setup_children_chans for now.08 January 2015, 09:58:47 UTC
752de8e Xavier Clerc08 January 2015, 09:48:50 UTCSuppress 'finalize' parameter from 'setup_children_chans' function.08 January 2015, 09:48:50 UTC
f9540fe Xavier Clerc08 January 2015, 09:48:17 UTCSilence warnings for unused variables.08 January 2015, 09:48:17 UTC
a7cd1f7 Roberto Di Cosmo20 October 2014, 08:53:57 UTCBumped up version string20 October 2014, 08:53:57 UTC
d6688ca Roberto Di Cosmo12 October 2014, 16:39:07 UTCadded options to get warnings, as suggested by xclerc12 October 2014, 16:39:07 UTC
599878e Roberto Di Cosmo11 October 2014, 09:00:42 UTCMerge pull request #28 from xclerc/master Init/finalize functions not called by parmapfold, parfold, and array_float_parmap.11 October 2014, 09:00:42 UTC
997ca99 Xavier Clerc10 October 2014, 09:10:20 UTCInit/finalize functions not called by parmapfold, parfold, and array_float_parmap.10 October 2014, 09:10:20 UTC
aa2270a Roberto Di Cosmo16 May 2014, 16:40:36 UTCMerge pull request #25 from UnixJunkie/more_ocamldoc some ocamldoc for init and finalize16 May 2014, 16:40:36 UTC
ce335a7 Francois Berenger16 May 2014, 02:39:24 UTCsome ocamldoc for init and finalize16 May 2014, 02:39:24 UTC
9f1f03a Roberto Di Cosmo15 May 2014, 14:59:44 UTCfixed mandir15 May 2014, 14:59:44 UTC
23166c3 Roberto Di Cosmo15 May 2014, 14:32:40 UTCStep up version in code15 May 2014, 14:32:40 UTC
d803e2b Roberto Di Cosmo15 May 2014, 14:31:47 UTCRestore correct paths in Makefile15 May 2014, 14:31:47 UTC
168a34e Roberto Di Cosmo15 May 2014, 14:31:16 UTCStep up version in code15 May 2014, 14:31:16 UTC
85ac385 Roberto Di Cosmo15 May 2014, 14:31:04 UTCStep up version in code15 May 2014, 14:31:04 UTC
cb5a4b8 Roberto Di Cosmo12 May 2014, 11:23:33 UTCReplaced multiple calls of finalize with Pervasives.at_exit; moved instances of init rigth after the fork12 May 2014, 11:23:33 UTC
b523eb0 Roberto Di Cosmo12 May 2014, 10:04:52 UTCUpdated utils.ml in tests to allow passing init functions12 May 2014, 10:09:13 UTC
236137f Roberto Di Cosmo12 May 2014, 09:56:23 UTCRemove redirection flag, and introduce a redirect helper function12 May 2014, 10:09:07 UTC
498782c Roberto Di Cosmo12 May 2014, 09:28:30 UTCFollowing advice from @UnixJunkie, initialisation function defaults to doing nothing. We need to expose a redirect function instead, helping who may want to use it without rewriting it from scratch.12 May 2014, 09:56:51 UTC
dd9f089 Roberto Di Cosmo10 May 2014, 13:56:47 UTCCall init and finalize in the workers and in the finish function of setup_chan12 May 2014, 09:26:22 UTC
c692d6a Roberto Di Cosmo10 May 2014, 13:56:01 UTCAdded init and finalize parameters to the internal functions12 May 2014, 09:26:22 UTC
13d9234 Roberto Di Cosmo10 May 2014, 13:53:19 UTCAdding init and finalize parameters to the main functions.12 May 2014, 09:26:22 UTC
fa0ee6e Roberto Di Cosmo10 May 2014, 12:16:53 UTCUse redirect as default initialisation function12 May 2014, 09:26:10 UTC
b3d9247 Roberto Di Cosmo12 May 2014, 09:25:49 UTCadded init to mapper12 May 2014, 09:25:49 UTC
1eaa992 Roberto Di Cosmo10 May 2014, 08:44:26 UTCThe initialisation function will receive the number of the core it is running on.12 May 2014, 09:24:38 UTC
b096fc7 Roberto Di Cosmo10 May 2014, 08:17:25 UTCStart adding initialisation and finalisation functions to each parallel combinator.12 May 2014, 09:24:27 UTC
1fc192b Roberto Di Cosmo12 May 2014, 09:23:42 UTCFactor exception handling code12 May 2014, 09:23:42 UTC
125cb4d Roberto Di Cosmo26 February 2014, 22:12:20 UTCAdded code to get the number of available cores, and use it to compute default number of cores.26 February 2014, 22:12:20 UTC
ee86243 Roberto Di Cosmo02 September 2013, 14:47:10 UTCMerge pull request #16 from pippijn/install-fixes fix make install to obey DESTDIR02 September 2013, 14:47:10 UTC
54a1589 Pippijn van Steenhoven25 July 2013, 10:37:50 UTCdon't check for camlp4, parmap doesn't use it fixes rdicosmo/parmap#1725 July 2013, 11:25:48 UTC
f245a88 Pippijn van Steenhoven25 July 2013, 01:50:32 UTCfix make install to obey DESTDIR25 July 2013, 01:50:32 UTC
61f92a7 Roberto Di Cosmo25 June 2013, 13:12:17 UTCAdded generation and installation of the manpage25 June 2013, 13:12:17 UTC
1d23faa Roberto Di Cosmo23 February 2013, 10:46:11 UTCMerge branch 'master' of github.com:rdicosmo/parmap23 February 2013, 10:46:11 UTC
f8821c3 Roberto Di Cosmo23 February 2013, 10:45:20 UTCRemoved outdated instructions for OCaml 3.11 users (configure properly handles this case).23 February 2013, 10:45:20 UTC
bf3d603 Roberto Di Cosmo22 February 2013, 09:31:01 UTCadded interface for parmap_utils22 February 2013, 09:31:01 UTC
c6a4a8c Roberto Di Cosmo18 February 2013, 22:54:14 UTCRemoved stray myocamlbuild.* from installation18 February 2013, 22:54:14 UTC
4dc6d3d Roberto Di Cosmo18 February 2013, 22:43:04 UTCMerge branch 'master' of github.com:rdicosmo/parmap18 February 2013, 22:43:04 UTC
f081720 Roberto Di Cosmo18 February 2013, 22:39:58 UTCMerge pull request #12 from rixed/fix-link-bytecode Add required cclib to link with parmap.cma (thanks Cedric)18 February 2013, 22:39:58 UTC
85aa0c5 Cedric Cellier18 February 2013, 21:24:29 UTCAdd required cclib to link with parmap.cma When linking statically against parmap, one need to link with parmap_stubs library (since it's not recorded in the cma itself). Findlib can automatically add the required -cclib option.18 February 2013, 21:24:29 UTC
00e81c8 Roberto Di Cosmo18 February 2013, 16:36:04 UTCBumped up version to 1.0-rc218 February 2013, 16:36:04 UTC
e873e1e Samuel Hornus18 February 2013, 16:33:11 UTCFixed typo in code for Mac OS X core scheduling.18 February 2013, 16:33:11 UTC
7596fdc Roberto Di Cosmo18 February 2013, 15:36:43 UTCBumped up version to 1.0-rc118 February 2013, 15:36:43 UTC
0ebc0a6 Roberto Di Cosmo10 October 2012, 07:33:01 UTCAdd parmap_utils to the build system10 October 2012, 07:33:01 UTC
5dfb222 Roberto Di Cosmo09 October 2012, 13:44:41 UTCAdded parmap_utils to Makefile_3.11.in09 October 2012, 13:44:41 UTC
6afce79 Francois Berenger15 August 2012, 04:30:15 UTCsame indentation level in whole file15 August 2012, 04:30:15 UTC
c8af916 Francois Berenger15 August 2012, 04:28:44 UTCdebug became log_debug so that it is more explicit about what it does15 August 2012, 04:28:44 UTC
52d6398 Francois Berenger15 August 2012, 04:24:57 UTC- some code was moved in parmap_utils.ml so now a Utils module is used explicitely - smarter use of backslash in long strings - rm some empty lines - better formatting in some parts15 August 2012, 04:24:57 UTC
bd9bb29 Francois Berenger15 August 2012, 04:08:41 UTCadded so that functions not directly related to parallelization in parmap.ml can move to this file15 August 2012, 04:08:41 UTC
2c6a86d Francois Berenger15 August 2012, 02:33:41 UTCmoved dead code into the comment it looks related to15 August 2012, 02:33:41 UTC
9ca7112 Francois Berenger15 August 2012, 02:07:44 UTCinfo was renamed to log_error as previous name was misleading15 August 2012, 02:07:44 UTC
567e9da Francois Berenger15 August 2012, 02:01:34 UTCemacs removed all trailing whitespaces15 August 2012, 02:01:34 UTC
abb70e0 Francois Berenger15 August 2012, 02:00:54 UTCcut long lines (> 80 chars)15 August 2012, 02:00:54 UTC
f35ae18 Roberto Di Cosmo01 August 2012, 07:34:43 UTCMerge pull request #2 from HappyCrow/less_verbose lowered the logging level of two statements from info to debug.01 August 2012, 07:34:43 UTC
36e2164 Francois Berenger31 July 2012, 02:21:54 UTClowered the logging level of two statements from info to debug. In fact, the info function is used for error logging level so its name is misleading31 July 2012, 02:21:54 UTC
405530e Roberto Di Cosmo19 July 2012, 19:41:18 UTCBetter section titles in doc strings of parmap.mli19 July 2012, 19:41:18 UTC
ec7a234 Roberto Di Cosmo17 July 2012, 08:24:12 UTCAdded code to handle empty input sequences17 July 2012, 08:24:12 UTC
da7933d Roberto Di Cosmo14 June 2012, 21:47:10 UTCMade stdout/stderr redirection optional (default: false)14 June 2012, 21:47:10 UTC
2d69621 Roberto Di Cosmo13 June 2012, 21:28:34 UTCFixing redirection bug13 June 2012, 21:28:34 UTC
1c5b5ea Roberto Di Cosmo06 June 2012, 13:03:59 UTCAdded default ncores parameter06 June 2012, 13:03:59 UTC
3838e4b Roberto Di Cosmo06 June 2012, 13:03:11 UTCMake sure we call List.map if nproc <= 106 June 2012, 13:03:11 UTC
c696692 Roberto Di Cosmo05 June 2012, 16:51:17 UTCRemoved debugging code from mandels_sdl.ml and added command line parameters06 June 2012, 11:39:04 UTC
69b61a2 Roberto Di Cosmo04 June 2012, 17:33:01 UTCMerge branch 'sdl'04 June 2012, 17:33:01 UTC
29b2778 Roberto Di Cosmo20 May 2012, 18:21:23 UTCNew version of Mandelbrot example using SDL.04 June 2012, 17:32:13 UTC
4dfa88c Roberto Di Cosmo31 May 2012, 11:41:01 UTCAdded code to catch corner cases (redundant, it is in all levels of the library primitives)31 May 2012, 11:41:01 UTC
7701169 Roberto Di Cosmo31 May 2012, 11:40:15 UTCAdded debugging toggle.31 May 2012, 11:40:15 UTC
d56ae79 Roberto Di Cosmo24 May 2012, 20:01:01 UTCBumped up version number to 0.9.924 May 2012, 20:04:30 UTC
3801539 Roberto Di Cosmo24 May 2012, 19:42:56 UTCMerge branch 'iterators'24 May 2012, 19:42:56 UTC
9c56102 Francois Berenger18 May 2012, 06:02:28 UTCadded BuildDepends added ocamlbuild in BuildTools corrected Path in Library section so that ocamlbuild stops winning18 May 2012, 06:02:28 UTC
79534ae Francois Berenger18 May 2012, 05:49:30 UTCa script to test the _oasis file is correct18 May 2012, 05:49:30 UTC
3540ff0 Francois Berenger18 May 2012, 05:47:49 UTCadded18 May 2012, 05:47:49 UTC
19ba5d6 Roberto Di Cosmo11 May 2012, 23:25:06 UTCAdded indexed version for the specialised array combinators11 May 2012, 23:25:06 UTC
5ed3f4d Roberto Di Cosmo11 May 2012, 23:11:40 UTCAdded versions of the combinators that pass the index as an extra argument.11 May 2012, 23:11:40 UTC
4158a71 Roberto Di Cosmo11 May 2012, 23:11:17 UTCRenamed intv to range11 May 2012, 23:11:17 UTC
21e1295 Roberto Di Cosmo28 April 2012, 12:50:11 UTCStarted working on version of code containing iterators on top of maps.28 April 2012, 12:50:45 UTC
b0d47a1 Roberto Di Cosmo04 February 2012, 00:59:14 UTCAdded working SDL version of the Mandelbrot test example. Now we call parmap directly, and there are no problems like with Graphics.06 February 2012, 21:34:32 UTC
e29fd33 Roberto Di Cosmo02 February 2012, 10:37:39 UTCCode style02 February 2012, 10:37:39 UTC
c0b4803 Roberto Di Cosmo01 February 2012, 22:17:15 UTCRemoved leftover dependency on extlib01 February 2012, 22:17:15 UTC
3926a4c Roberto Di Cosmo29 January 2012, 14:38:44 UTCModified code of mandels.ml to use a client server approach and avoid crashing with Parmap + Graphics.29 January 2012, 14:38:44 UTC
4e57e0f Roberto Di Cosmo28 January 2012, 18:22:41 UTCStable version of Mandelbrot code that has a decent event loop. Clearly show the problem with the interaction with the Graphics library.28 January 2012, 18:22:41 UTC
  • Newer
  • Older

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API