]>
git.mdlowis.com Git - archive/tide-ocaml.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Tue, 29 Aug 2017 20:20:40 +0000 (16:20 -0400)]
created x11 module in preparation for creating x11 primitives
Michael D. Lowis [Tue, 29 Aug 2017 12:37:40 +0000 (08:37 -0400)]
general cleanup
Michael D. Lowis [Tue, 29 Aug 2017 12:33:55 +0000 (08:33 -0400)]
removed IFEXT macro in Makefile
Michael D. Lowis [Tue, 29 Aug 2017 00:07:37 +0000 (20:07 -0400)]
added dependency generation to build
Michael D. Lowis [Mon, 28 Aug 2017 19:40:16 +0000 (15:40 -0400)]
added top-level module for tide library
Michael D. Lowis [Wed, 23 Aug 2017 19:43:11 +0000 (15:43 -0400)]
combined env prims again and reorganized the project to have a lib folder
Michael D. Lowis [Wed, 23 Aug 2017 15:14:29 +0000 (11:14 -0400)]
allow dynamic linking for ocamlc bytecode compiler. results in smaller but slower distributable
Michael D. Lowis [Wed, 23 Aug 2017 01:46:28 +0000 (21:46 -0400)]
added linker optimizations for smaller executables
Michael D. Lowis [Tue, 22 Aug 2017 16:59:28 +0000 (12:59 -0400)]
broke up env prims to separate objects for linker optimization
Michael D. Lowis [Tue, 22 Aug 2017 15:24:33 +0000 (11:24 -0400)]
reworked makefile to support native or bytecode executable
Michael D. Lowis [Tue, 22 Aug 2017 01:50:14 +0000 (21:50 -0400)]
initial commit of c/ovaml interaction