Next | Query returned 29 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2015-01-20 16:22:53 by Jaap Boender | Files touched by this commit (2)
Log message:
Revbump associated with ocaml 4.02.1
   2014-11-27 14:38:15 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Correctly sanitize environment.
   2014-11-21 08:14:32 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Add buildlink3.mk.
   2014-10-09 23:38:49 by Jaap Boender | Files touched by this commit (4) | Package updated
Log message:
Updated ocaml-react to latest version, 1.2.0. Changes include:
- Fix bug in dynamic creation of S.{diff,changes} (#8).
- Fix bug in dynamic creation of S.switch (#7).
- Add support for toplevel: automatically `open React` on `#require \ 
"react"`.
- Add `S.Bool.{flip,edge,fall,rise}`.
- Fix `S.switch` rank's initialisation.
- Add `E.l{1,2,3,4,5,6}`, lifting combinators on events.
- Add `E.Option.{some,value}`.
- Add `S.{Float,Int}.{zero,one,minus_one}`.
- Add `S.Bool.{zero,one}`.
- Add `S.Option.{none,some,value}`.
- Add `{S,E}.on` equivalent to `{S,E}.when_`.
- Deprecate `{S,E}.when_` (syntax error prone).
- Fix `S.bind`.
- Use package builder topkg for distribution.
- Add support for update steps, see the `React.Step` module. Allows to
  specify simultaneous primitive signal updates and event occurences.
  The functions returned by `{S,E}.create` now have an optional
  `?step` argument; if unused the previous semantics is preserved.
- Add support for strong stops, can be used on platforms where weak
  arrays are not to prevent leaks. The function `{E,S}.stop` now have
  an optional `?strong` argument; if unused the previous semantics is
  preserved.
- Change signature of `S.switch`. Any existing call `S.switch ~eq s es` can
  be replaced by `S.(switch ~eq (hold ~eq:( == ) s es))`.
   2013-11-01 12:30:24 by Jaap Boender | Files touched by this commit (47) | Package updated
Log message:
Revision bump associated with the update of lang/ocaml to version 4.01.
   2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-08 17:18:26 by Jaap Boender | Files touched by this commit (54) | Package updated
Log message:
Revision bump associated with the update of lang/ocaml to version 4.
   2012-08-16 13:49:30 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 0.9.4, provided by Jaap Boender in PR 46806:
This is an update of the package to its newest version. There are no changes
in functionality, only in the build system. The package itself has also been
improved slightly (use of PLIST_VARS, most notably).
   2012-05-29 16:45:14 by Thomas Klausner | Files touched by this commit (5) | Imported package
Log message:
Initial import of ocaml-react-0.9.3, packaged by Jaap Boender in PR 45184.

React is an OCaml module for functional reactive programming (FRP).
It provides support to program with time varying values: declarative events
and signals.


Next | Query returned 29 messages, browsing 21 to 30 | previous