]> git.mdlowis.com Git - archive/tide-ocaml.git/log
archive/tide-ocaml.git
7 years agox11 module can now create windows. mor work needed to access events, properties,...
Michael D. Lowis [Wed, 30 Aug 2017 18:24:31 +0000 (14:24 -0400)]
x11 module can now create windows. mor work needed to access events, properties, selections, and drawing routines

7 years agocommented out unimplemented functions
Michael D. Lowis [Wed, 30 Aug 2017 02:51:58 +0000 (22:51 -0400)]
commented out unimplemented functions

7 years agoimplemented base x11 primitives
Michael D. Lowis [Wed, 30 Aug 2017 02:35:28 +0000 (22:35 -0400)]
implemented base x11 primitives

7 years agocreated x11 module in preparation for creating x11 primitives
Michael D. Lowis [Tue, 29 Aug 2017 20:20:40 +0000 (16:20 -0400)]
created x11 module in preparation for creating x11 primitives

7 years agogeneral cleanup
Michael D. Lowis [Tue, 29 Aug 2017 12:37:40 +0000 (08:37 -0400)]
general cleanup

7 years agoremoved IFEXT macro in Makefile
Michael D. Lowis [Tue, 29 Aug 2017 12:33:55 +0000 (08:33 -0400)]
removed IFEXT macro in Makefile

7 years agoadded dependency generation to build
Michael D. Lowis [Tue, 29 Aug 2017 00:07:37 +0000 (20:07 -0400)]
added dependency generation to build

7 years agoadded top-level module for tide library
Michael D. Lowis [Mon, 28 Aug 2017 19:40:16 +0000 (15:40 -0400)]
added top-level module for tide library

7 years agocombined env prims again and reorganized the project to have a lib folder
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

7 years agoallow dynamic linking for ocamlc bytecode compiler. results in smaller but slower...
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

7 years agoadded linker optimizations for smaller executables
Michael D. Lowis [Wed, 23 Aug 2017 01:46:28 +0000 (21:46 -0400)]
added linker optimizations for smaller executables

7 years agobroke up env prims to separate objects for linker optimization
Michael D. Lowis [Tue, 22 Aug 2017 16:59:28 +0000 (12:59 -0400)]
broke up env prims to separate objects for linker optimization

7 years agoreworked makefile to support native or bytecode executable
Michael D. Lowis [Tue, 22 Aug 2017 15:24:33 +0000 (11:24 -0400)]
reworked makefile to support native or bytecode executable

7 years agoinitial commit of c/ovaml interaction
Michael D. Lowis [Tue, 22 Aug 2017 01:50:14 +0000 (21:50 -0400)]
initial commit of c/ovaml interaction