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/docs-c3-web
- Fix contract syntax. eee7f67
- @test cannot return void! f18390d
- Update .gitignore 093a3cc
- Remove .astro directory 550f18e
- types: fix function pointer example - Use correct pointee - Use non-deprecated named args syntax c1c0882
- Update with a small section on `@jump` aefdf8c
- Improved text. dacd494
- Remove mention of malloc_checked As a guy on discord said, it is now called malloc_try, and it is contained in mem::... eb65b02
- Added new FAQ section for cross-compiling to Windows on Linux 3ddb8ac
sa-tasche pushed 61 commits to main mitgedanken-lab/c-c3c
- Refactoring access + some macro renaming. bb2a252
- Fix incorrect arg type failing MSVC compilation. Missing ASSERT updated. Update python script. Fix bug printing error... f863c4a
- Keep the old behaviour which made the script detect bugs (although indirectly!) c59d47f
- Further cleanup. d2885fa
- Fix `linux-crt` and `linux-crtbegin` not getting recognized as a project parameter (#1865) * Fix `linux-crt` and `li... f74891d
- Update mingw llvm/lld 5183370
- Fix dues to crash when converting a const vector to another vector #1864. ad3cd88
- Fix 'strtul' to 'strtoul' bbef565
- Filter `$exec` output from `\r`, which otherwise would cause a compiler assert #1867. fefe6d1
- Tab and style 13e3ecb
- [FEAT] add golang like channel (#1843) * [feat] add golang like channels * Updated new_init/init. Some fixes for in... a0192a0
- Added releasenotes. ab32231
- Add `win-debug` setting to be able to pick dwarf for output #1855. 1a2dcd0
- Error on switch case fallthough if there is more than one newline #1849. c7eb002
- Fix find_msvc 772b20c
- [feat] add test tmp files to gitignore b7ffa3b
- Remove allocator argument 16aadae
- [FEAT] Add CLI flags to filter 'c3c project view' results (#1863) * Project view feature --------- Co-authored-... c326c52
- Fixes to `"exec" use. 3221180
- Change _MSC_VER to PLATFORM_WINDOWS for some exec. Fix to nix. a845a93
- and 41 more ...