aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #2599 from RehkitzDev/mastergingerBill2023-06-221-3/+3
|\ \ \ \ \ \ \
| * | | | | | | fixed dynlib wasm stubRehkitzdev2023-06-221-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #2582 from ftphikari/mastergingerBill2023-06-215-125/+51
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | [core:thread] Seeing if this fixes network testshikari2023-06-074-34/+17
| * | | | | | [core:thread] Fix compilationhikari2023-06-072-0/+4
| * | | | | | [core:thread] Added `self_cleanup` flag to properly auto-clean threadshikari2023-06-074-101/+40
* | | | | | | Merge pull request #2591 from GoNZooo/g.add-poll-for-unixJeroen van Rijn2023-06-172-0/+58
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fix(poll): make interface more odinaryRickard Andersson2023-06-152-10/+8
| * | | | | | fix: remove redefinition of `timespec`Rickard Andersson2023-06-151-5/+0
| * | | | | | cleanup: more tabsRickard Andersson2023-06-141-10/+10
| * | | | | | cleanup(os_linux/poll): use tabs everywhereRickard Andersson2023-06-141-12/+11
| * | | | | | fix(os_linux): make `when` for `arm64` check correct orderRickard Andersson2023-06-141-5/+1
| * | | | | | fix(os_linux): call `ppoll` instead on `arm64`Rickard Andersson2023-06-142-4/+17
| * | | | | | cleanup(os_linux): remove `select`Rickard Andersson2023-06-141-8/+0
| * | | | | | feat(unix): add `poll`Rickard Andersson2023-06-142-0/+65
* | | | | | | Add basic optimization for comparisons against the empty string `""`gingerBill2023-06-141-1/+23
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2586 from thetarnav/patch-1gingerBill2023-06-141-1/+1
|\ \ \ \ \ \
| * | | | | | Replace `0` with `os.ERROR_NONE` in demo.odinDamian Tarnawski2023-06-111-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2590 from inbelic/inbelic/fix-no_nil-variants-errgingerBill2023-06-143-0/+42
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [check-type] fix faulty #no_nil variants errorfinn2023-06-133-0/+42
|/ / / / /
* | | | | Add `ODIN_IGNORE_MSVC_CHECK` check to build.batgingerBill2023-06-132-9/+13
* | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-06-132-8/+8
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2589 from jlreymendez/masterJeroen van Rijn2023-06-131-1/+1
| |\ \ \ \ \
| | * | | | | fix: read file from windows was not returning platform error correctlyJosé Rey Méndez2023-06-121-1/+1
| |/ / / / /
| * | | | | Merge pull request #2588 from laytan/fix-darwin-fcntlJeroen van Rijn2023-06-121-7/+7
| |\ \ \ \ \
| | * | | | | fix fcntl binding on darwinLaytan Laats2023-06-121-7/+7
* | | | | | | Fix a race condition when produced anonymous procedure literals with `-use-se...gingerBill2023-06-135-55/+99
|/ / / / / /
* | | | | | Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flagsgingerBill2023-06-1212-41/+27
* | | | | | Deprecate `-disallow-rtti` in favour of `-no-rtti`gingerBill2023-06-121-3/+8
|/ / / / /
* | | | | Make all id suffixes use atomics where possiblegingerBill2023-06-123-11/+11
* | | | | Improve lb_generate_anonymous_proc_lit (again)gingerBill2023-06-121-4/+2
* | | | | Replace procedure `strings.concatenate`gingerBill2023-06-121-1/+1
* | | | | Keep compilers happygingerBill2023-06-121-1/+1
* | | | | Change how "$anon" mangling works to use an atomic value insteadgingerBill2023-06-121-1/+2
* | | | | Merge pull request #2587 from GoNZooo/g.fix-early-exit-on-no-hostsJeroen van Rijn2023-06-121-4/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(dns): don't exit early on no hosts in hosts fileRickard Andersson2023-06-121-4/+1
|/ / / /
* | | | Merge pull request #2552 from jcmoyer/fix-2466gingerBill2023-06-084-0/+25
|\ \ \ \
| * | | | Use compound literal storage for ValueDecl lvalsJ.C. Moyer2023-05-211-0/+1
| * | | | Add test for #2466J.C. Moyer2023-05-213-0/+24
* | | | | Merge pull request #2583 from JamesDSource/masterJeroen van Rijn2023-06-084-11/+11
|\ \ \ \ \
| * | | | | Fix Timeval for darwin and linuxJames Duran2023-06-074-11/+11
|/ / / / /
* | | | | Add botan libraries to all/all_vendor.odingingerBill2023-06-081-2/+37
* | | | | Add bsd to mem/virtualgingerBill2023-06-071-0/+24
* | | | | Remove redundant commentsgingerBill2023-06-071-2104/+85
* | | | | Add missing packages to `examples/all`gingerBill2023-06-074-8/+21
* | | | | Add more text packages to `examples/all`gingerBill2023-06-072-3/+10
| |/ / / |/| | |
* | | | Add `ODIN_COMPILE_TIMESTAMP` (unix timestamp in nanoseconds)gingerBill2023-06-071-0/+8
* | | | Fix #2572gingerBill2023-06-072-4/+5
* | | | Fix #2578 (check for `fallthrough`)gingerBill2023-06-071-0/+4
* | | | "Fix" #2580gingerBill2023-06-071-0/+3