Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| b37bb869 | 2024-07-24 18:25:05 | Makefile: main build targets | ||
| ccdd1b9f | 2024-07-24 18:17:48 | fix http test | ||
| df4566fe | 2024-07-24 17:49:51 | IKC3_TEST=if make test_ikc3 | ||
| 20080c9c | 2024-07-24 16:25:37 | wip call | ||
| f863adf5 | 2024-07-24 16:23:32 | ignore gdb history | ||
| c263dc2f | 2024-07-24 16:21:51 | fix compilation | ||
| df689957 | 2024-07-24 15:21:17 | tag_sym -> tag_sym_value | ||
| d7541594 | 2024-07-24 15:21:02 | abort if pthread fails | ||
| 9eabdd09 | 2024-07-24 14:43:58 | corrected memleaks + crash due to bad naming | ||
| 8a8e5d43 | 2024-07-24 14:24:00 | fix compilation | ||
| 5989c346 | 2024-07-24 14:07:50 | fonts: https for .gitmodules | ||
| 35c2f2fe | 2024-07-23 20:35:40 | wip env | ||
| ef0a07c9 | 2024-07-23 20:27:43 | buf_parse_if | ||
| c6edd393 | 2024-07-23 19:45:07 | less debug messages | ||
| 9a994841 | 2024-07-23 19:41:29 | fix env_sym_search_modules | ||
| bc2e6a08 | 2024-07-23 19:19:14 | replaced true by false | ||
| a85baae0 | 2024-07-23 18:28:12 | wip env defstruct operator not found bug | ||
| fce3e809 | 2024-07-23 18:23:27 | added http_test rule | ||
| 75fc8ee1 | 2024-07-23 18:20:37 | corrected the mission tag type | ||
| 151ca55d | 2024-07-23 17:47:11 | debug | ||
| aa20f2c0 | 2024-07-23 17:00:31 | fix http test | ||
| 12657c22 | 2024-07-23 16:47:20 | struct struct_ { bool free_data; } | ||
| 88285e3e | 2024-07-23 15:39:56 | wip asan | ||
| e7f451ec | 2024-07-23 13:49:18 | wip test_http | ||
| f11ec08f | 2024-07-23 12:51:20 | wip env_module_has_ident | ||
| e00e8bf3 | 2024-07-23 12:41:45 | fixed compilation error on linux | ||
| 44365ec1 | 2024-07-23 12:41:25 | fixed memleaks using Asan | ||
| 593f7076 | 2024-07-22 18:43:19 | fix double free | ||
| c1d27e33 | 2024-07-22 18:27:57 | added to the makefile lib_links_asan | ||
| 1bb16b06 | 2024-07-22 18:27:02 | memory leaks corrections | ||
| b417f2d8 | 2024-07-22 18:23:45 | wip env_module_has_symbol, has_ident, http socket | ||
| 69672988 | 2024-07-22 16:55:44 | added missing cleaners | ||
| 06ef8e36 | 2024-07-22 16:02:42 | rework of frame_binding_new | ||
| c2893075 | 2024-07-22 15:14:29 | binding handling (work in progress) | ||
| 3505a550 | 2024-07-22 13:58:46 | fix test_asan in env_load | ||
| 4e4f58db | 2024-07-22 13:58:16 | fix newline counting | ||
| 50005e4c | 2024-07-22 13:21:56 | test: move sym_inspect and tag_inspect to inspect_* | ||
| c580f35c | 2024-07-22 13:21:00 | fix asan for env globals | ||
| e8923ad6 | 2024-07-21 21:07:00 | wip | ||
| 6e78c4c7 | 2024-07-21 16:25:16 | buf_fd.c: first draft | ||
| df53e41d | 2024-07-21 15:20:19 | make test_http OK | ||
| c8b31ddb | 2024-07-21 13:36:07 | fix cfn_apply | ||
| 503d2b8b | 2024-07-20 20:18:32 | make lib_links | ||
| fadd40a1 | 2024-07-20 19:28:43 | fix useless free | ||
| 45be7197 | 2024-07-20 19:26:12 | update link from kc3_http to http | ||
| d4a9f9e1 | 2024-07-20 19:24:25 | fix line counting in buf_parse_block_inner | ||
| f2054dd7 | 2024-07-20 19:24:01 | revert s*.kc3 to s*.facts | ||
| 600f4487 | 2024-07-20 19:00:22 | wip http and buf_parse | ||
| b5718d7e | 2024-07-19 23:13:21 | move kc3_http to http | ||
| afadee0e | 2024-07-19 23:08:51 | symlink to .so in lib | ||
| a0d7c17f | 2024-07-19 23:07:08 | fix tests and compilation | ||
| 6c9b73cb | 2024-07-18 01:47:19 | ekc3_render_file: now with html escapes | ||
| bb449bd5 | 2024-07-18 01:46:58 | Makefile: reduce dependencies for test_ekc3 | ||
| 9ef64e73 | 2024-07-19 19:26:17 | rename test/ikc3/*.in into *.kc3 | ||
| 9b812239 | 2024-07-19 19:14:25 | wip sockets, cast | ||
| 255e2adf | 2024-07-19 18:05:33 | wip kc3_http | ||
| 3b2dd0ce | 2024-07-19 16:59:33 | socket handling work in progress | ||
| b533f717 | 2024-07-19 16:23:41 | socket_init_listen | ||
| db060ab5 | 2024-07-19 16:00:14 | first draft of kc3_http | ||
| a80a375a | 2024-07-18 20:54:09 | update installation instructions for Debian / Ubuntu / PopOS | ||
| c5fd799d | 2024-07-18 20:53:29 | fix ekc3.kc3 | ||
| ae784c42 | 2024-07-18 20:52:38 | update gitmodules for kc3-lang | ||
| 10b0eb40 | 2024-07-18 19:15:07 | .gitignore: ignore release/ | ||
| 4507edd1 | 2024-07-18 16:35:07 | ekc3: support raw blocks | ||
| baf87c61 | 2024-07-18 15:42:02 | ekc3: with html_escape by default | ||
| fed0531f | 2024-07-17 21:21:04 | ekc3: html_escape | ||
| d4f526a9 | 2024-07-17 21:20:48 | configure: print own path | ||
| f546ca0b | 2024-07-17 19:12:01 | corrected the dlopen use in the kc3.c file to ensure a smooth running of the tests | ||
| 6f308531 | 2024-07-17 19:10:01 | wip ekc3/html html_escape | ||
| a4c1e9bf | 2024-07-17 16:43:06 | exclude config.h from update_sources | ||
| b02b4a48 | 2024-07-17 17:47:34 | symlink lib/kc3/0.1/ekc3.so to ekc3/.libs/libekc3.so.0.0 | ||
| 695d1ffc | 2024-07-17 17:46:57 | move lib/kc3/0.1/ekc3/libekc3.so to lib/kc3/0.1/ekc3.so | ||
| 03726aef | 2024-07-17 17:46:26 | fix file_dirname for last slash/ | ||
| 37895056 | 2024-07-17 01:42:27 | update_sources | ||
| 1a078e8e | 2024-07-17 01:26:52 | ekc3: silent block: <% a = 1 %> | ||
| e0e027b2 | 2024-07-17 00:00:16 | ekc3 first result | ||
| efb20a1f | 2024-07-16 23:13:45 | wip ekc3, make kc3_dlopen silent on success | ||
| 75ff2fd1 | 2024-07-16 21:41:08 | fix env_load __DIR__ and __FILE__ | ||
| b7a148cb | 2024-07-16 21:10:50 | bugfix --load and newlines | ||
| be34a823 | 2024-07-16 17:07:30 | fix ikc3 --load and kc3s --load | ||
| ca0a0ffa | 2024-07-16 15:35:29 | env: move --load to ikc3.c and kc3s.c, wrote kc3_puts | ||
| 9916b9ec | 2024-07-16 14:50:56 | test_ekc3 | ||
| f3da01dc | 2024-07-16 14:45:21 | support --load and --quit | ||
| b45456dc | 2024-07-15 22:39:24 | rename c3 -> kc3 | ||
| 1ae6ad0e | 2024-07-15 19:59:52 | rename c3 to kc3, fix update_source, configure, build | ||
| f4aefa88 | 2024-07-03 19:59:08 | fix data_compare for structs | ||
| 161285f9 | 2024-07-03 19:58:19 | move var declaration to top | ||
| 8589f6b2 | 2024-07-03 15:34:21 | ec3: wip | ||
| e07f3ac4 | 2024-07-03 10:36:07 | todo | ||
| 03dcaf3d | 2024-07-03 07:47:33 | fix multiple memory leaks | ||
| 573b9988 | 2024-07-02 01:19:35 | ec3: work in progress | ||
| aa020eba | 2024-07-02 00:24:30 | buf_empty | ||
| 6789d27e | 2024-07-02 00:17:17 | buf_read_to_str: error checking | ||
| 3645540e | 2024-07-01 20:22:21 | fix compilation of stubs | ||
| 2cd36ac6 | 2024-07-01 20:14:20 | initial commit for libc3_web | ||
| afe830b5 | 2024-06-30 00:40:39 | fix test/ic3/gl because gl_object_clean is not part of libc3 | ||
| 551e8f69 | 2024-06-30 00:24:16 | work on error handling for structs and struct_type, and fix bug in env_struct_type_exists | ||
| da83a895 | 2024-06-28 12:17:54 | configure: add CFLAGS for i386 FPU excess precision | ||
| 8981a7f6 | 2024-07-15 10:53:35 | env_eval_equal_tag: use next frame as cfn has its own frame now | ||
| bdb6b2db | 2024-07-15 10:53:03 | binding_get: use temporary variable |