aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [xxh3] Fix flaws in streaming implementationJeroen van Rijn2022-05-011-4/+4
* [pbm] Remove stray comment.Jeroen van Rijn2022-04-301-1/+0
* Merge branch 'master' into pr/1726Jeroen van Rijn2022-04-3015-373/+180
|\
| * [xml] Add `parse_from_string` overload.Jeroen van Rijn2022-04-301-3/+10
| * Merge pull request #1746 from odin-lang/sync-cond-futexgingerBill2022-04-3011-369/+159
| |\
| | * Remove unused importsgingerBill2022-04-304-4/+0
| | * Unify implementation for *nix platformsgingerBill2022-04-305-221/+63
| | * Add `sync.Parker`gingerBill2022-04-301-0/+56
| | * Remove the wait group based semaphore implementationgingerBill2022-04-303-49/+24
| | * Correct explicit atomic orderingsgingerBill2022-04-301-4/+3
| | * Use Acquire semantics for the `futex_wait` load shortcutgingerBill2022-04-271-2/+2
| | * Remove `prev` from `Atomic_Cond`gingerBill2022-04-271-7/+3
| | * Merge branch 'master' into sync-cond-futexgingerBill2022-04-271-0/+1
| | |\
| | | * Update intrinsics.odingingerBill2022-04-271-0/+1
| | * | Merge branch 'master' into sync-cond-futexgingerBill2022-04-275-22/+233
| | |\|
| | * | Implement `_Sema` with `Atomic_Sema`gingerBill2022-04-261-38/+4
| | * | Simplify `Atomic_Sema` implementationgingerBill2022-04-261-36/+31
| | * | Simplify Atomic_Cond implementationgingerBill2022-04-262-94/+19
| * | | Merge pull request #1756 from ftphikari/masterJeroen van Rijn2022-04-303-1/+11
| |\ \ \
| | * | | sys/windows: fix build issueshikari2022-04-302-2/+2
| | * | | sys/windows: change macro and add commenthikari2022-04-301-2/+4
| | * | | sys/windows: add GetDCBrushColorhikari2022-04-301-0/+1
| | * | | sys/windows: add a couple of procedures and typeshikari2022-04-303-1/+8
* | | | | [pbm] Fixes.Jeroen van Rijn2022-04-302-25/+25
* | | | | [pbm] WIP unit tests.Jeroen van Rijn2022-04-302-27/+112
* | | | | [pbm] Normalize some errors, correct .depthJeroen van Rijn2022-04-305-71/+64
* | | | | Merge branch 'master' into pr/1726Jeroen van Rijn2022-04-3035-137/+11353
|\| | | |
| * | | | [i18n] Enable *nix tests again.Jeroen van Rijn2022-04-291-9/+9
| * | | | [i18n] Fix segfault on destroy on LinuxJeroen van Rijn2022-04-292-11/+18
| * | | | Merge pull request #1336 from Kelimion/i18nJeroen van Rijn2022-04-295-1/+609
| |\ \ \ \
| | * | | | [i18n] Add tests.Jeroen van Rijn2022-04-295-106/+129
| | * | | | [i18n/xml] Move I18N XML files to their own assets directory.Jeroen van Rijn2022-04-293-63/+0
| | * | | | [i18n] Move to `core:text/i18n`.Jeroen van Rijn2022-04-297-2/+3
| | * | | | [i18n] QT Linguist TS reader.Jeroen van Rijn2022-04-295-16/+217
| | * | | | [i18n] Allow multiple sections.Jeroen van Rijn2022-04-282-14/+54
| | * | | | [i18n] Initial i18n support.Jeroen van Rijn2022-04-286-0/+406
| | |/ / /
| * / / / Add missing result parameter namessduman2022-04-281-2/+2
| |/ / /
| * | | [xml] Speedup.Jeroen van Rijn2022-04-285-174/+236
| * | | Merge branch 'master' into xmlJeroen van Rijn2022-04-274-86/+248
| |\ \ \ | | | |/ | | |/|
| | * | Unify default `Sema` and `Atomic_Sema` behaviourgingerBill2022-04-272-73/+34
| | * | Update intrinsics.odin for documentationgingerBill2022-04-271-13/+41
| | * | Add `core:container/intrusive/list`gingerBill2022-04-271-0/+173
| * | | Merge branch 'master' into xmlJeroen van Rijn2022-04-27251-9456/+21253
| |\| |
| | * | Add new builtin `container_of`gingerBill2022-04-271-0/+10
| | * | Add `intrinsics.type_field_type`gingerBill2022-04-271-0/+1
| | * | Merge pull request #1745 from eisbehr/patch-1gingerBill2022-04-261-5/+4
| | |\ \ | | | |/ | | |/|
| | | * reorder procedure parameters to make sure the optional argument in pool_add_t...Florian Behr2022-04-251-2/+2
| | | * fix doc comment for pool_initFlorian Behr2022-04-251-1/+1
| | | * Make allocator in pool_add_task() explicitFlorian Behr2022-04-251-3/+2
| | * | Fix #1644gingerBill2022-04-261-3/+3