aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-09-142-0/+66
|\ \ \ \ | | |/ / | |/| |
| * | | sys/windows: add definitionshikari2022-09-142-0/+66
| |/ /
* / / Allow for ignored fields in struct for `json.unmarshal`gingerBill2022-09-141-1/+8
|/ /
* | Improve mem/virtual handling of out of memory on WindowsgingerBill2022-09-122-5/+7
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-09-121-6/+6
|\ \
| * | doc fix for strings.last_index_anyAdam Rasburn2022-09-121-6/+6
* | | Replace `#optional_second` with `#optional_allocator_error`gingerBill2022-09-124-12/+12
|/ /
* | Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-114-122/+53
* | Add windows.timeGetTime()Ryan Chan2022-09-101-0/+1
* | Keep -vet happygingerBill2022-09-081-0/+1
* | Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_...gingerBill2022-09-082-0/+12
* | Add the builtin procedures `abs`, `clamp` `min`, `max` to `core:math` as aliasesgingerBill2022-09-081-0/+6
* | Merge pull request #2033 from thePHTest/poly-procJeroen van Rijn2022-09-071-1/+1
|\ \
| * | fix sort_by_indices_allocatePhil2022-09-071-1/+1
* | | Merge pull request #2032 from rasa-silva/fix_strings_justifygingerBill2022-09-071-5/+5
|\ \ \ | |/ / |/| |
| * | Fix strings.*_justifyRicardo Silva2022-09-071-5/+5
* | | Begin work in helgrind callsgingerBill2022-09-064-8/+186
|/ /
* | [sys/info] Indentation nitpick.Jeroen van Rijn2022-09-051-1/+1
* | Silence vet some more.Jeroen van Rijn2022-09-051-2/+2
* | Silence -vet.Jeroen van Rijn2022-09-051-0/+2
* | [sys/info] Add doc.odin with explanation.Jeroen van Rijn2022-09-051-0/+78
* | Merge branch 'master' into sysinfoJeroen van Rijn2022-09-051-3/+3
|\ \
| * \ Merge pull request #1951 from IanLilleyT/wstring_allocationgingerBill2022-09-051-3/+3
| |\ \
| | * | smaller allocation for noIan Lilley2022-08-151-3/+3
* | | | [sys/info] Add OpenBSD detection support.Jeroen van Rijn2022-09-046-3/+127
* | | | Merge branch 'master' into sysinfoJeroen van Rijn2022-09-041-3/+4
|\| | |
| * | | Merge pull request #2015 from Kelimion/futex_macosJeroen van Rijn2022-09-041-3/+4
| |\ \ \
| | * | | Use __ulock_wait macOS; fix #1959Jeroen van Rijn2022-09-041-3/+4
* | | | | [sys/info] Add detection for Tiger, Leopard, Snow Leopard, Lion, Mountain Lio...Jeroen van Rijn2022-09-031-179/+319
* | | | | Merge branch 'master' into sysinfoJeroen van Rijn2022-09-031-1/+1
|\| | | |
| * | | | Merge pull request #2009 from rasa-silva/fix_path_clone_macosJeroen van Rijn2022-09-021-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix allocation on darwin `absolute_path_from_handle`Ricardo Silva2022-09-021-1/+1
* | | | | [sys/info] Move FreeBSD sysctl to sys/unix.Jeroen van Rijn2022-09-032-51/+53
* | | | | Merge branch 'sysinfo' of github.com:Kelimion/Odin into sysinfoJeroen van Rijn2022-09-031-53/+26
|\ \ \ \ \
| * | | | | [sys/info] Grab FreeBSD kernel info using sysctl.Jeroen van Rijn2022-09-031-53/+26
* | | | | | [sys/info] Move macOS sysctl to sys/unix.Jeroen van Rijn2022-09-032-48/+50
|/ / / / /
* | | | | [sys/info] Support FreeBSD 13Jeroen van Rijn2022-09-034-6/+166
* | | | | [sys/info] Add detection for El Capitan, Sierra, High Sierra, MojaveJeroen van Rijn2022-09-021-67/+187
* | | | | [sys/info] Add detection for Catalina, Big Sur, Monterey.Jeroen van Rijn2022-09-021-14/+221
* | | | | [sys/info] Parse xnu kernel versionJeroen van Rijn2022-09-021-11/+34
* | | | | [sys/info] Add sysctl MIBs for MacOS.Jeroen van Rijn2022-09-021-4/+27
* | | | | [sys/info] Better sysctl wrapperJeroen van Rijn2022-09-021-14/+14
* | | | | [sys/info] Add MacOS memory sizeJeroen van Rijn2022-09-021-9/+13
* | | | | Merge branch 'master' into sysinfoJeroen van Rijn2022-09-021-5/+39
|\| | | |
| * | | | fix sort_by_with_indices for zero and one length slices:Phil2022-09-011-2/+2
| * | | | add sort_by_indices overload and testPhil2022-09-011-1/+11
| * | | | add tests for sort_by_indicesPhil2022-09-011-1/+2
| * | | | cleanup slice sorting with indices changesPhil2022-09-011-3/+3
| * | | | have sort_with_indices allocate. Add a couple convenience procs for using the...Phil2022-09-011-5/+28
* | | | | Merge branch 'master' into sysinfoJeroen van Rijn2022-09-017-21/+293
|\| | | |