Commit graph

37 commits

Author SHA1 Message Date
Simon Cruanes
8c9d7016b8
perf: uniformize ocamlopt_flags
we don't need codegen which depends on >= 4.03, it's assumed. Also
include a reasonable value for `-inline` when flambda isn't available.
2022-02-03 18:54:59 -05:00
Simon Cruanes
dc10a55a75 fix typo
close #289
2020-03-06 08:37:02 -06:00
Simon Cruanes
5126973173 prepare for 2.8 2019-12-14 17:50:35 -06:00
Simon Cruanes
a836b7ed8b feat(unix): add ensure_session_leader and add some docs 2019-12-14 14:48:46 -06:00
Simon Cruanes
70bd7f1e97 fix: move with_temp_dir from CCIO to CCUnix
it depends on unix, which is a deal breaker for core
2019-12-11 09:46:21 -06:00
Simon Cruanes
1b5b23a8f1 remove unlabel, remove all traces of Result 2019-12-10 20:48:38 -06:00
Simon Cruanes
30251e9426 bump minimum version of OCaml to 4.03, drop deps {result,uchar}
close #274
2019-12-10 19:56:54 -06:00
Simon Cruanes
3b1de9a1c8 chore(build): migrate to dune 1.0 2018-09-16 19:53:40 -05:00
Simon Cruanes
09d5b146f2 remove explicit dep on bytes in jbuild files 2018-03-12 22:45:48 -05:00
nathan moreau
3e2fbce3ee Comments - few changes 2018-02-07 14:36:03 +01:00
nathan moreau
25f919070f Adding comments 2 2018-01-21 17:09:42 +01:00
Simon Cruanes
3be488a910 remove merlin file 2018-01-14 20:55:09 -06:00
Simon Cruanes
d97e1e7231 add script to generate jbuilder flags dynamically 2018-01-14 20:38:40 -06:00
Simon Cruanes
a307bb09f7 chore(jbuild): missing flag for optional sublibs, deps 2018-01-14 19:24:46 -06:00
Simon Cruanes
8f46fdb6d2 move to jbuilder (closes #165) 2018-01-14 17:43:56 -06:00
Simon Cruanes
3ab610ba0e prepapre for 1.2 2017-05-01 16:59:25 +02:00
Simon Cruanes
a45d8c46a6 add CCUnix.with_file_lock for locking whole files 2017-03-07 09:37:31 +01:00
Simon Cruanes
03fd42e67d reindentation 2017-01-25 00:08:12 +01:00
Simon Cruanes
89145313a5 improve CCUnix a bit 2016-11-03 22:37:26 +01:00
Simon Cruanes
5288713b76 remove poly-variant based errors, use result everywhere 2016-11-03 18:33:34 +01:00
Simon Cruanes
af6b1dd6e0 change type of CCUnix.escape_str 2016-11-03 17:56:05 +01:00
Simon Cruanes
cbe060fd03 headers 2016-03-26 12:08:07 +01:00
Simon Cruanes
a2179d4355 prepare for 0.16 2016-02-24 22:08:26 +01:00
Simon Cruanes
32fad92be8 small fix 2016-01-25 16:43:45 +01:00
Simon Cruanes
7f42c94df7 add many helpers in CCUnix (for sockets, files, and processes) 2016-01-25 16:39:13 +01:00
Fourchaux
44387de784 Correction typos (fichiers src) 2015-11-08 22:27:59 +01:00
Simon Cruanes
8f33484dff prepare 0.11 2015-05-24 21:40:31 +02:00
Simon Cruanes
fc7f1a661a bugfix in CCUnix.escape_str 2015-05-07 15:16:14 +02:00
Simon Cruanes
57f65bd140 add methods and accessors to CCUnix 2015-05-07 14:00:10 +02:00
Simon Cruanes
78fb6c53f2 in CCUnix, use Unix.environment as the default environment 2015-05-07 11:19:16 +02:00
Simon Cruanes
fe1f4f653a some infix operators for CCUnix 2015-04-25 12:56:00 +02:00
Simon Cruanes
4f44308445 add CCUnix.async_call for spawning and communicating with subprocess 2015-04-24 16:04:09 +02:00
Simon Cruanes
0efc342177 preparing version 0.10 2015-04-10 16:40:45 +02:00
Simon Cruanes
136df67606 documentation stuff 2015-04-10 16:30:09 +02:00
Simon Cruanes
1da809c596 fix CCUnix.escape_str 2015-03-30 11:53:55 +02:00
Simon Cruanes
6fb26288ad richer CCUnix.call API, with tests 2015-03-28 12:55:56 +01:00
Simon Cruanes
62426ed4dc wip: CCUnix (with a small subprocess API, not working well yet) 2015-03-27 23:36:43 +01:00