Christoffer Lerno
d8daa4ac83
Fix dir check Win32 CI
2025-07-28 23:23:09 +02:00
LowByteFox
04528aee1f
fix openbsd CI not uploading artifacts
2025-07-22 15:44:58 +02:00
LowByteFox
5c82747970
Improved OpenBSD support ( #2317 )
...
* add openbsd support, compiles and passses all tests
* fix backtrace
* gh actions should include openbsd artifacts
2025-07-22 15:15:20 +02:00
Christoffer Lerno
efaac43248
- Virtual memory library.
...
- New virtual emory arena allocator.
- Fixed resize bug when resizing memory down in ArenaAllocator, DynamicArenaAllocator, BackedArenaAllocator.
- Added feature flag "SLOW_TESTS"
2025-07-14 22:36:43 +02:00
ryuukk
e7d3e60ebd
Disable libxml2 dependency on linux ( #2268 )
...
* Disable libxml2 depdendency
* All the linuxes
2025-07-04 00:14:10 +02:00
Christoffer Lerno
5cf48ad730
Add Ubuntu 22
2025-04-16 20:25:42 +02:00
Christoffer Lerno
debbae594c
Remove more Ubuntu 20
2025-04-16 17:11:53 +02:00
Christoffer Lerno
668175851b
Improved error message #2084
2025-04-16 15:25:05 +02:00
Christoffer Lerno
87e254e4b1
Added vector hash to release notes and change raylib dependency
2025-03-31 16:42:24 +02:00
Christoffer Lerno
d3e81b193a
Update CI
2025-03-31 01:34:01 +02:00
Christoffer Lerno
83e5a0c2ab
Fix CI
2025-03-30 12:51:15 +02:00
Christoffer Lerno
c058c50aef
Add releasenotes to zip.
2025-03-30 12:34:04 +02:00
Christoffer Lerno
40ff6b1315
Release candidate 0.7.0
2025-03-29 22:36:28 +01:00
Christoffer Lerno
6739de3a10
Re-enable everything and use the new release flow.
2025-03-28 11:18:40 +01:00
Christoffer Lerno
010a77816b
Test new CI
2025-03-28 01:26:57 +01:00
Christoffer Lerno
61113a8471
Update name
2025-03-28 01:12:13 +01:00
Christoffer Lerno
7b0cc85b2c
Update github token
2025-03-28 00:51:43 +01:00
Christoffer Lerno
ea5fec80b0
Try deleting old releases.
2025-03-28 00:37:39 +01:00
Christoffer Lerno
9db316ddac
Restore the checkout.
2025-03-27 22:41:28 +01:00
Christoffer Lerno
cb164e2ca2
Remove what seems to be useless tags.
2025-03-27 20:35:54 +01:00
Christoffer Lerno
83ff1da80c
Update latest name
2025-03-27 15:12:21 +01:00
Christoffer Lerno
d626dea52a
Update timestamp name
2025-03-27 00:04:56 +01:00
Christoffer Lerno
2ab318a178
Generate tag name update
2025-03-26 21:30:12 +01:00
Christoffer Lerno
638d5332ff
Generate tag name
2025-03-26 18:31:08 +01:00
Christoffer Lerno
e0f1919849
Rename latest build
2025-03-26 14:15:46 +01:00
Christoffer Lerno
d2c44717f1
Exclude 21 due to packaging errors of LLVM.
2025-03-20 10:09:48 +01:00
Christoffer Lerno
5c77c9a754
- Change distinct -> typedef.
...
- Order of attribute declaration is changed for `alias`.
- Added `LANGUAGE_DEV_VERSION` env constant.
- Rename `anyfault` -> `fault`.
- Changed `fault` -> `faultdef`.
- Added `attrdef` instead of `alias` for attribute aliases.
2025-03-15 20:10:47 +01:00
Christoffer Lerno
fc5615a7a1
Restore def so that libraries work.
2025-03-13 11:51:21 +01:00
Christoffer Lerno
9707a9694f
Temporarily turn off raylib
2025-03-13 11:46:38 +01:00
Christoffer Lerno
cce097fdef
Disable mingw compilation.
2025-03-07 12:36:19 +01:00
Christoffer Lerno
5a6884b708
Set linker for mingw64
2025-03-07 12:34:00 +01:00
Christoffer Lerno
c790ecbca5
Update msys in CI
2025-03-07 00:04:03 +01:00
Christoffer Lerno
cc5f9c6aab
Update CI for 0.7
2025-03-03 00:32:20 +01:00
Christoffer Lerno
cff6697818
Fix CI for Windows
2025-03-02 01:25:16 +01:00
Christoffer Lerno
453cd295e2
Bundle README
2025-03-02 00:01:56 +01:00
Christoffer Lerno
5d3c3781e4
Update msys CI
2025-02-25 16:09:23 +01:00
Christoffer Lerno
c13c0d04b1
Run MSVC with "no-terminal"
2025-02-25 16:02:51 +01:00
Christoffer Lerno
50680d6893
Fix bug casting bool to int to other int #1995 . Use test_suite7 in CI.
2025-02-25 15:36:06 +01:00
Christoffer Lerno
062a67fe75
Updates to file:: and path::, Path is now passed an allocator. path::traverse function. mkdir / rmdir / chdir works directly with strings. Strings get file_basepath, path_dirname. Test suite runner now uses lib7. Bug when printing a parameter declaration error. Fix optional jumps in expression lists, #1942 .
2025-02-25 02:18:33 +01:00
Christoffer Lerno
43943c1f33
Update MSVC paths in CI
2025-02-22 23:02:07 +01:00
Christoffer Lerno
8bf9ca89a1
Add a separate job to just run the test suite runner for Mac.
2025-02-20 02:30:43 +01:00
Christoffer Lerno
d6485ca08b
Test new tester script.
2025-02-19 18:01:44 +01:00
Christoffer Lerno
4961d0433f
- Circumvent Aarch64 miscompilations of atomics.
...
- Fixes to ByteBuffer allocation/free.
- Fix issue where compiling both for asm and object file would corrupt the obj file output.
2025-02-12 12:50:30 +01:00
Christoffer Lerno
ef72e19bf0
Remove 20 from docker.
2025-02-05 01:03:07 +01:00
Christoffer Lerno
07be4b0e06
Support new LLVM
2025-02-04 23:01:32 +01:00
Christoffer Lerno
3221180315
Fixes to `"exec" use.
2025-01-22 00:26:40 +01:00
Christoffer Lerno
5183370773
Update mingw llvm/lld
2025-01-20 14:53:59 +01:00
Christoffer Lerno
f863c4ae84
Fix incorrect arg type failing MSVC compilation. Missing ASSERT updated. Update python script. Fix bug printing error duplicate generic module.
2025-01-20 03:35:49 +01:00
Max
2a924ae3b0
fix the link order to support LLVM_20 change ( #1838 )
...
* fix the link order to support LLVM_20 change
* Update CI to use LLVM 20
---------
Co-authored-by: Christoffer Lerno <christoffer@aegik.com >
2025-01-14 11:23:40 +01:00
vssukharev
ff33cc4dad
Add Nix build and checks to CI/CD
2025-01-06 23:11:04 +01:00