aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #458 from Tetralux/linux-threadsgingerBill2019-12-0125-349/+1252
|\
| * Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-0125-349/+1252
|/
* Disable find_visual_studio_and_windows_sdk_utf8 temporarilygingerBill2019-11-281-1/+1
* Make `sort.merge_sort` in place; Add `sort.heap_sort`gingerBill2019-11-271-62/+122
* Update package odin/parser for #soa and #vectorgingerBill2019-11-273-4/+22
* Update microsoft_craziness.h to work correctly with the rest of the codebase ...gingerBill2019-11-275-131/+159
* Merge pull request #478 from castano/auto-search-sdkgingerBill2019-11-263-6/+615
|\
| * Integrate microsoft_craziness better.castano2019-11-143-69/+62
| * Fix definition. GB_SYSTEM_WINDOWS is not defined yet. Ideally microsoft_crazi...castano2019-11-141-1/+1
| * Use Jon's single file lib to find the latest compiler and SDK paths instead o...castano2019-11-142-5/+621
* | Merge pull request #459 from zhibog/masterMikkel Hjortshøj2019-11-261-0/+145
|\ \
| * | Removed CSV stuff.zhibog2019-11-171-138/+0
| * | Missed onezhibog2019-11-091-1/+1
| * | Fixed indentingzhibog2019-11-091-44/+44
| * | Added procs to read and write just the data, without any file loading / writingzhibog2019-11-081-12/+44
| * | Added names to return valueszhibog2019-11-081-5/+5
| * | Should be row_count obviouslyzhibog2019-11-081-10/+10
| * | Removed comments regarding RFC test vectorszhibog2019-11-082-72/+2
| * | Added an implementation for reading and writing csv fileszhibog2019-11-011-0/+106
| * | Added Base32 + official test vectors from the RFCzhibog2019-11-011-0/+180
| * | Added official test vectors from the RFCzhibog2019-11-011-1/+36
* | | Fix issue with os.write on *nix with writing nothinggingerBill2019-11-242-1/+4
* | | Disable #soa compound literalsgingerBill2019-11-211-0/+22
* | | #soa[dynamic]Type (Experimental)gingerBill2019-11-215-102/+498
* | | Fix SOA entity usage error on `-vet`gingerBill2019-11-212-4/+8
* | | Update demo.odingingerBill2019-11-211-1/+1
* | | Update fmt.odingingerBill2019-11-211-2/+1
* | | Update demo.odingingerBill2019-11-211-9/+14
* | | `#soa[]Type` (Experimental)gingerBill2019-11-217-106/+481
* | | Fix String causes a crash when used in a polymorphic type #483gingerBill2019-11-202-3/+19
* | | Fix Implicit Selector Expressions do not work at the global/package scope #484gingerBill2019-11-201-1/+1
* | | Prepare SOA Struct code for slices and dynamic arrays *to be implemented*gingerBill2019-11-199-37/+112
* | | Fix Compiler panic with SIMD Vector debug information #481gingerBill2019-11-193-4/+23
* | | Add new #soa and #vector syntaxgingerBill2019-11-179-390/+893
* | | Add Handmade Seattle 2019 DemosgingerBill2019-11-163-0/+1828
* | | Minor fix to os.write on darwingingerBill2019-11-161-0/+3
* | | Merge pull request #479 from ThisDrunkDane/mastergingerBill2019-11-141-1/+1
|\ \ \
| * | | Add event query param to CI badgeMikkel Hjortshoej2019-11-141-1/+1
| * | | Add branch query to CI badgeMikkel Hjortshoej2019-11-141-1/+1
| | |/ | |/|
* | | Merge pull request #475 from hasenj/reversegingerBill2019-11-141-1/+2
|\ \ \
| * | | fix string reversalHasen Judy2019-11-131-1/+2
* | | | Merge pull request #476 from castano/symlink-fixgingerBill2019-11-141-2/+7
|\ \ \ \
| * | | | Fix linux build.castano2019-11-141-0/+2
| * | | | Add support for running odin through a symlink. Use realpath when obtaining r...castano2019-11-141-2/+5
| | |/ / | |/| |
* / | | Fix System V bitcast/transmute buggingerBill2019-11-141-3/+6
|/ / /
* / / v0.11.1v0.11.1gingerBill2019-11-121-1/+1
|/ /
* | big_int addition overflow rulesgingerBill2019-11-111-1/+1
* | Add `-show-more-timings`gingerBill2019-11-104-60/+68
* | Fix `big_int_or` and `big_int_xor`gingerBill2019-11-101-15/+17
* | Fix big subtraction for very large numbers on edges of overflow.gingerBill2019-11-101-1/+4