kc3-lang/kc3/update_sources

Branch :


Log

Author Commit Date CI Message
thodg 4ea1cf03 2025-03-17 00:52:12 update sources and dist index
thodg e13294cb 2025-01-21 21:25:13 New in KC3 v0.1.14 - pretty printer - auto indent KC3 code - map - `access` - `get` (get key value) - `put` (return a new map) - struct - `access` - `get` - `put` - facts database (triple store) accessible from KC3 - `new database (Ptr)` - `add_tags` - `collect_with` - `collect_with_tags` - `remove_tags` - `with_tags` - `with` - `with_macro` - HTTPd v0.2.0 - dynamic pages (MVC) - models are defined in `./app/models/` - controllers are defined in `./app/controllers/` - templates are defined in `./app/templates/` - views are defined in `./app/views/` - dynamic router is defined in `./config/router.kc3` - For now we don't match request method and just match the start of the URL with `Str.starts_with?(url, route.path)` - If there is no route or no controller or the controller does not return a HTTP response, a 404 error is returned. Other frameworks like Ruby on Rails or Phoenix do return a 500... - threads - `env_fork_init` - `env_fork_clean` - `Thread.new(fn)` - fx v0.2.0 - file explorer - preview files - text - image - video - audio - binary (hexdump -C) - properties - create - POST "/properties/*path" - delete - DELETE "/properties/*path
thodg 284dc8f5 2025-01-21 19:45:52 fix make test_httpd
thodg 7d3f43e7 2025-01-21 17:07:09 wip release
thodg df437cf0 2025-01-21 16:15:41 wip release 0.1.14
thodg 4d9b3bd8 2025-01-06 09:23:22 update sources
thodg 62ff1365 2025-01-03 16:12:23 configure and update sources for smtp
thodg bdc01abc 2024-12-25 05:15:02 wip
thodg 2e835e1a 2024-12-20 21:05:43 wip cxx ncpu
thodg 016f0489 2024-12-11 00:31:14 gtk4
thodg e12bd62f 2024-11-19 22:26:59 update sources
thodg 07ab99d4 2024-11-09 19:01:45 prepare release
thodg 68786b8e 2024-09-04 17:46:47 markdown to html using md4c
thodg 296b24c7 2024-09-04 15:21:20 wip doc
thodg cf801550 2024-08-14 13:20:56 move HTTP.Event to Event
thodg ce12b760 2024-08-13 17:48:51 socket
thodg 6da12872 2024-08-13 16:38:17 fix Makefile and add json
thodg d5a04b57 2024-08-09 00:44:51 TAG_TIME, tests OK
thodg 752330a5 2024-08-08 17:20:11 Fix build on MacOS (M2)
thodg eef7c6dc 2024-08-06 16:13:28 Release KC3 v0.1.12 .
thodg d07ddeb1 2024-07-30 23:29:21 update_sources
thodg e8923ad6 2024-07-21 21:07:00 wip
thodg a4c1e9bf 2024-07-17 16:43:06 exclude config.h from update_sources
thodg 1ae6ad0e 2024-07-15 19:59:52 rename c3 to kc3, fix update_source, configure, build
thodg 58185aae 2024-07-04 18:29:14 update_sources
thodg 74dcc2d1 2024-07-04 18:21:18 print update_sources path
thodg 2fc5ce82 2024-05-14 21:10:50 update sources and c3.index
thodg 4342defd 2024-04-22 23:45:36 wip defmodule
thodg 75270fe7 2024-03-24 14:53:08 move libc3/window to libc3_window, shorter build messages and build log for libc3 (see configure)
thodg 88a6d407 2024-03-01 16:53:07 remove std headers where possible
thodg 3f2d0092 2023-12-14 19:39:31 release
thodg fddc7d94 2023-12-14 18:50:55 sources.mk
thodg b594a789 2023-11-14 22:39:42 cairo quartz build
thodg 76bc753f 2023-11-12 02:00:06 libc3/window/cairo/xcb/demo/c3_window_cairo_xcb_demo
thodg 3d8d7728 2023-03-23 17:19:58 licence
thodg e2dc89e4 2023-02-04 14:57:48 update_sources
thodg be35d98e 2023-01-25 22:55:32 gen.mk
thodg 7cf34a13 2023-01-25 22:41:47 config.h
thodg fadc8073 2023-01-25 10:24:29 copyright
thodg 43e0c022 2022-12-25 19:05:30 update_sources