Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sa-tasche pushed 9 commits to main mitgedanken-lab/c3-c3fut
- [echo] path Client* via the future state instead of environment a5c0057
- [echo] TODOs 5dd7d37
- Remove the notion of env for the time being I don't really have any application for it except that one time in Panim... ae5cfc8
- f -> then_fn, catch_fn 79a0852
- [example] first counter should return its own state as result 5b9f06c
- [echo] remove multithreaded version It's not needed anymore. We implemented it only for demonstration purposes. 7bb15cb
- arg -> state c5f2d90
- Simplify memory management of future nodes 5b58c3a
- TODOs c038e20
sa-tasche pushed 7 commits to main mitgedanken-lab/c-c3c
- - `any_to_int` checks value to be int and no longer works with enum. - Add check in formatter printing "%c". 1340a47
- Several nix fixes (#1737) * Fixed nix c3c development shell * Fix unknown git hash on nix build 7b734df
- Remove 3 casts and replace them with a single new normal expression node. 5af224a
- Fix bug where `!!` and `!` was not recognized to jump out of the current scope. Remove more casts. df74cbf
- Add compilation guide for Fedora 9edd59d
- Fix bug when including compile time parameters in trailing body more than once. 4232c9d
- Fix typo. ad9cfcd
sa-tasche pushed 1 commit to master mitgedanken-lab/c-ui-nuklear
- Fix typo in Makefile (#757) 7f406ee
sa-tasche pushed 14 commits to main mitgedanken-lab/c3-c3fut
- Add the Forever future 9c4c733
- Migrate to project.json 4c6ef06
- gitignore build/ 7905430
- gitignore example a98340f
- Revert "Add the Forever future" This reverts commit 9c4c733418deef45b73ab530445301e8458433f9. 9e3ca06
- Update README cac0b45
- Implement FuturePoll 6bc1ba0
- Add echo server example 806ac8e
- Remove fut::start() for the time being 5669970
- Function -> Fn 2e9088d
- [echo] fix infinite loop on client closing connection befaef8
- [forever] free arena when future fails 0958736
- Introduce fut::Result 0482515
- TODOs 60adfb6
sa-tasche pushed 1 commit to main mitgedanken-lab/c3-websocket
- Detch the threads of autobahn_echo_server a3a5c99
sa-tasche pushed 10 commits to main mitgedanken-lab/c-c3c
- Add static lib for MSVC cf10837
- Fix Segfault and UX of the `c3c project add-target` subcommand (#1729) * Fix UX of the `c3c project add-target` subc... e07ab75
- Update the release notes. 008274c
- Add `@enum_from_value` d20d957
- C backend work. b7082f3
- Miscompile when indexing an array with small unsigned types. f5cea22
- fix: use helper printing macros, to use the correct printing width (e.g. %llu vs %lu) 43efb7d
- math::nolibc: atanh (#1730) * math::nolibc: log1p * math::no_libc: atanh Added atanh nolibc definition and mo... 53bada2
- Change CBool to be 1 byte. 5c7a183
- fix typo in `@require` statement in `builtin.c3` 4f4476b