aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use `contextless` where possibledev-2022-03gingerBill2022-03-014-20/+20
* Correct `alloc_from_memory_block`gingerBill2022-03-012-15/+47
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-03-011-13/+13
|\
| * [mem] Add missing `\n` to tracking allocator example.Jeroen van Rijn2022-03-011-13/+13
* | Improve error message when there is "no field" found for a large anonymous st...gingerBill2022-03-013-22/+31
|/
* Check if directory exists with the same target executable name when building ...gingerBill2022-02-282-0/+17
* Merge pull request #1565 from semarie/openbsd-piegingerBill2022-02-282-1/+7
|\
| * openbsd: defaults to PIE executableSébastien Marie2022-02-282-1/+7
|/
* Merge pull request #1557 from semarie/openbsd-supportgingerBill2022-02-2833-36/+1250
|\
| * ci: add check for OpenBSD amd64Sébastien Marie2022-02-261-0/+3
| * vendor: botan: add OpenBSD supportSébastien Marie2022-02-261-1/+3
| * tests/vendor: pass extra linker flagsSébastien Marie2022-02-261-1/+8
| * openbsd: poor man implementation for getting executable pathSébastien Marie2022-02-261-3/+30
| * internal_odin_root_dir: readlink could failSébastien Marie2022-02-251-1/+1
| * pass -ldl only on Darwin and LinuxSébastien Marie2022-02-251-4/+6
| * provide a simple gb_file_copy() implementationSébastien Marie2022-02-251-4/+44
| * add RAM information inside reportSébastien Marie2022-02-251-0/+9
| * initial OpenBSD supportSébastien Marie2022-02-2530-27/+1151
* | Remove `context.user_data`gingerBill2022-02-281-1/+0
* | Show error message when something like this is done `test: proc() : {}`gingerBill2022-02-281-0/+4
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-281-7/+3
|\ \
| * \ Merge pull request #1320 from mohd-akram/custom-llvm-configgingerBill2022-02-251-7/+3
| |\ \
| | * | Allow custom LLVM_CONFIGMohamed Akram2022-02-251-7/+3
* | | | Correct debug information for local variablesgingerBill2022-02-281-1/+1
|/ / /
* | | Keep `-vet` happygingerBill2022-02-251-1/+0
* | | Correct `read_console` readinggingerBill2022-02-251-2/+13
|/ /
* | Revert changegingerBill2022-02-251-1/+1
* | Change `<` to `<=`gingerBill2022-02-251-1/+1
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-257-337/+342
|\|
| * Merge pull request #1549 from semarie/clone_to_cstring-leakJeroen van Rijn2022-02-244-327/+300
| |\
| | * remove the optional `;` in os_freebsd.odinSébastien Marie2022-02-241-280/+280
| | * use `context.temp_allocator` instead of general allocation + delete()Sébastien Marie2022-02-244-53/+26
| * | Merge pull request #1548 from colrdavidson/darwin_docsJeroen van Rijn2022-02-241-0/+10
| |\ \
| | * | Add make_directory so darwin can build html docsColin Davidson2022-02-241-0/+10
| * | | Merge pull request #1546 from zacharycarter/patch-2Jeroen van Rijn2022-02-241-2/+3
| |\ \ \
| | * | | adding `is_16_bit_from_memory` to stbiTail Wag Games2022-02-241-2/+3
| | |/ /
| * | | Merge pull request #1545 from AquaGeneral/mastergingerBill2022-02-241-8/+10
| |\ \ \ | | |/ / | |/| |
| | * | Added options to help, and improved wordingJesse Stiller2022-02-241-8/+10
| * | | Merge pull request #1528 from Tetralux/split-docsJeroen van Rijn2022-02-231-0/+19
| |\ \ \
| | * | | Don't use leading asterisksTetralux2022-02-211-17/+17
| | * | | Add doc comments to strings.split() and strings.split_n()Tetralux2022-02-211-0/+19
* | | | | Correct `os.read` on windows for `os.stdin`gingerBill2022-02-251-5/+6
|/ / / /
* | | | Add "Did you mean" to Objective-C fieldsgingerBill2022-02-221-1/+63
* | | | Move commentgingerBill2022-02-221-2/+2
* | | | Improve `union_tag_size`gingerBill2022-02-221-0/+11
* | | | Correct `ExactValue_Pointer`gingerBill2022-02-222-66/+14
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-02-2222-29/+709
|\ \ \ \
| * \ \ \ Merge pull request #1535 from zhibog/add-siphashJeroen van Rijn2022-02-2220-27/+706
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix procedurezhibog2022-02-221-1/+1
| | * | | Fix Odin_OS_Typezhibog2022-02-221-4/+4