Christian Buttner
|
2053f2767b
|
Add ConditionVariable.wait_until and ConditionVariable.wait_for (#2302)
* Add `ConditionVariable.wait_until` and `ConditionVariable.wait_for`
* Add "@structlike" for typedefs.
---------
Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
|
2025-07-19 13:12:14 +02:00 |
|
Christoffer Lerno
|
abe4727c3a
|
Deprecate uXX and iXX bit suffixes.
Add experimental LL / ULL suffixes for int128 and uint128 literals.
|
2025-05-13 23:48:59 +02:00 |
|
Christoffer Lerno
|
0a9bb2e8e0
|
Fix to simple a += b overload fallback. Renaming and reordering in the stdlib.
|
2025-04-15 12:01:58 +02:00 |
|
Christoffer Lerno
|
8b49e6c14d
|
Rename def to alias.
|
2025-03-13 11:22:27 +01:00 |
|
Boris Barbulovski
|
f21cc02320
|
Initial Android support. (#2024)
* Initial Android support.
* Add Android x86_64
* - Typo api_verion
- Typo in DEFAULT_TARGETS
- Removed unnecessary snprintf
---------
Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
|
2025-03-08 23:38:52 +01:00 |
|
Radek Micek
|
4a99ebef51
|
clock_gettime returns CInt, not void
|
2025-02-02 22:21:31 +01:00 |
|
Christoffer Lerno
|
274e5280cb
|
Rename muldiv and update tests for LLVM 20
|
2024-08-09 23:56:26 +02:00 |
|
Lexi
|
696d39b922
|
Move safe_mul_div macro and make it generic on integer types (#1334)
Move safe_mul_div macro and make it generic on integer types
|
2024-08-09 22:54:26 +02:00 |
|
Christoffer Lerno
|
c8a113384c
|
Better precision with Clock on Win32
|
2024-08-08 23:03:04 +02:00 |
|
Lexi Allen
|
07e7bc0a94
|
Fix win32 native_clock() by converting native performance counter value to nanoseconds using previously gotten frequency value
|
2024-08-08 21:14:58 +02:00 |
|
Christoffer Lerno
|
68f6cb1286
|
Updated organization file functions, env naming.
|
2023-06-24 10:29:17 +02:00 |
|
Christoffer Lerno
|
4c1edfb941
|
Dev (#777)
* The new @if directive.
|
2023-06-10 23:16:28 +02:00 |
|
Christoffer Lerno
|
3e54d13b62
|
Prefer def
|
2023-06-02 20:08:45 +02:00 |
|
Christoffer Lerno
|
172d561f07
|
Change syntax of $if, $assert, $include, $echo. Introduces $error
|
2023-05-06 12:18:00 +02:00 |
|
Christoffer Lerno
|
809321e20c
|
Updated grammar. Removal of elif. Removal of ':' ';' in some ct statements. Empty faults is now an error. Remove "define" for types. Remove "private". Better errors on incorrect bitstruct syntax. Introduction of wildcard type rather than optional wildcard. Removal of scaled vector type. mkdir and rmdir. Disallow define @Foo() = { @inline }. Add handling for @optreturn and change it to @return!. Restrict interface style functions. Updated x64 ABI. stdlib updates to string. Removed deprecated functions. Update how variadics are implemented. Extended error messages. x86 ABI fixes. Shift check fixes. '!' and '?' are flipped. No trailing ',' allowed in functions. Fix to string parsing. Allow l suffix. Simplifying flatpath. any replaces variant, anyfault replaces anyerr. Allow getting the underlying type of anyfault. De-duplicate string constants. Fix of readme. Extended list. Fix of "(MyEnum)x + 1". Clock and DateTime types. Fixes to array concat.
|
2023-04-21 10:56:39 +02:00 |
|