hyunghwan.chung
|
b5fb5a6475
|
stop specifying explicit DEPENDENCIES by listing the .la files in LDADD/LIBADD
|
2020-11-16 13:02:52 +00:00 |
|
hyunghwan.chung
|
b3f9ad5590
|
removed c++ stuffs from configure.ac
|
2020-08-15 19:17:07 +00:00 |
|
hyunghwan.chung
|
d73427cbae
|
working on IO classes and modules
|
2019-10-24 09:37:47 +00:00 |
|
hyunghwan.chung
|
70c97f5ab5
|
started using libffi in mod/ffi.c if it's available. work in progress
|
2019-08-09 18:19:13 +00:00 |
|
hyunghwan.chung
|
d44b400c4a
|
fixed some build files
|
2018-10-14 10:14:48 +00:00 |
|
hyunghwan.chung
|
325297d46a
|
fixed .dynlib to .dylib in Makefile.am files
|
2018-10-14 07:40:00 +00:00 |
|
hyunghwan.chung
|
7ea2c18ffd
|
added the MACOSX conditional to configure.ac
|
2018-10-14 07:31:44 +00:00 |
|
hyunghwan.chung
|
a21cee67e0
|
renamed con.c to _con.c tto avoid conflicts with the special file 'con' on microsoft OSes
|
2018-10-12 15:25:14 +00:00 |
|
hyunghwan.chung
|
8233a6ae0a
|
deprecated NDEBUG and introduced HCL_BUILD_DEBUG and HCL_BUILD_RELEASE
|
2018-02-21 09:35:59 +00:00 |
|
hyunghwan.chung
|
f0cd3472e7
|
fixed flaws in a build file
|
2018-02-15 14:39:10 +00:00 |
|
hyunghwan.chung
|
80e909caf1
|
regenerated build files
|
2018-01-19 13:31:44 +00:00 |
|
hyunghwan.chung
|
84e91d5682
|
removed the forced -fPIC from mod/Makefile.am
|
2018-01-19 08:45:25 +00:00 |
|
hyunghwan.chung
|
d0b20bee08
|
added comparision to the Character class
|
2017-12-30 19:07:31 +00:00 |
|
hyunghwan.chung
|
3d0bcf970e
|
changed to support a pair of semaphores on a single handle for input and output respectively
|
2017-12-24 17:36:20 +00:00 |
|
hyunghwan.chung
|
92a21f04b8
|
renamed mod_console to mod_con.
added --enable-mod-con in configure.ac
|
2017-12-13 10:57:31 +00:00 |
|
hyunghwan.chung
|
8baf88b070
|
fixed a fault in mod/Makefile.am.
autoreconfed the build files
|
2017-10-31 14:45:15 +00:00 |
|
hyunghwan.chung
|
2c85319cb0
|
started adding a socket module and the Socket class
|
2017-10-18 16:15:51 +00:00 |
|
hyunghwan.chung
|
979040e7b3
|
fixed the io semaphore handling error when DEVPOLL is activated
|
2017-06-27 13:47:58 +00:00 |
|
hyunghwan.chung
|
d311c7cb6e
|
interim commit of various experiments
|
2017-06-16 09:45:22 +00:00 |
|
hyunghwan.chung
|
e3e897ee83
|
changed build files to detect a library containing setupterm()
|
2017-06-07 16:47:48 +00:00 |
|
hyunghwan.chung
|
bce77eda6c
|
added --enable-mod-x11 and --enable-mod-ffi to configure
|
2017-04-28 04:03:52 +00:00 |
|
hyunghwan.chung
|
73231a29d7
|
enhanced the primitive module loader such that it can load multiple primitmive groups from a single module file.
fixed a bug of setting errnum wrongly in character conversion functions
|
2017-02-13 13:25:42 +00:00 |
|
hyunghwan.chung
|
4c13989947
|
enabled the compiler to support a class name as a namespace.
started adding code for event-driven IO handling
|
2017-02-12 18:59:03 +00:00 |
|
hyunghwan.chung
|
808586ca00
|
added the dyncall library detection into configure.ac
|
2017-01-10 14:27:31 +00:00 |
|
hyunghwan.chung
|
faf6ca28e5
|
added MOO_VMPRIM_OPENDL_PFMOD.
started refactoring ffi handling code
|
2017-01-10 10:50:26 +00:00 |
|
hyunghwan.chung
|
65f2f862f8
|
started taking ffi out of the main vm, putting it to a separate module
|
2017-01-09 13:41:11 +00:00 |
|
hyunghwan.chung
|
68a455e128
|
fixed some build file issues
|
2017-01-09 12:16:51 +00:00 |
|
hyunghwan.chung
|
b2fb361df4
|
renamed stix to moo
|
2017-01-09 10:25:22 +00:00 |
|