aboutsummaryrefslogtreecommitdiff
path: root/src/gb
Commit message (Expand)AuthorAgeFilesLines
* Fix `gb.h`'s `gb_fprintf_va` to allocate if the string is larger than the def...gingerBill2025-01-311-1/+12
* Fix passing nullptr to args marked as non-nullbobsayshilol2024-10-271-1/+5
* Fix CPU count detection in FreeBSD & NetBSDFeoramund2024-09-111-2/+10
* riscv compiler supportLaytan2024-09-011-2/+15
* Use `gb_zero_*` callsgingerBill2024-07-151-1/+1
* Added arm64 support for NetBSDAndreas T Jonsson2024-06-051-0/+3
* Merge pull request #3570 from jasonKercher/linux-arm32gingerBill2024-05-201-3/+4
|\
| * arm32 now compiles and runs demojasonkercher2024-05-101-3/+4
* | Merge branch 'master' into netbsdAndreas T Jonsson2024-05-101-0/+2
|\|
| * Minimally support compiling Odin on FreeBSD arm64Feoramund2024-05-051-0/+2
* | Initial commit of NetBSD portAndreas T Jonsson2024-04-161-1/+42
|/
* fix gb.h to be able to use -fsanitize=addressLaytan Laats2024-03-291-4/+9
* Get Odin to compile on HaikuSlendi2024-02-151-2/+47
* Fix gcc buildavanspector2024-01-131-1/+1
* Remove unused code in gb.h; Minimize use of `heap_allocator()` in parsergingerBill2023-08-161-885/+4
* Fix line error printing for error messagesgingerBill2023-06-191-6/+33
* Update threading.cpp to have helgrind annotationsgingerBill2023-01-161-2/+0
* fix: Expand OpenBSD include for wait.h to all UnixJeroen Ruigrok van der Werven2022-08-221-1/+1
* Undo changes to common.cpp and move the include of sys/wait.h to gb.hRonald19852022-07-221-0/+4
* Additional cleanup of microsoft_craziness.h.Jeroen van Rijn2022-05-271-1/+1
* Compiler: Add early error for output path being a directory.Jeroen van Rijn2022-04-241-11/+35
* provide a simple gb_file_copy() implementationSébastien Marie2022-02-251-4/+44
* initial OpenBSD supportSébastien Marie2022-02-251-1/+45
* [report] Fix `odin report` crash if `/usr/lib/os-release` doesn't exist.Jeroen van Rijn2022-02-221-0/+1
* src: Add preliminary support for Linux AArch64Yawning Angel2021-12-231-0/+2
* fix strip-semicolon using original file handle sizeskytrias2021-10-231-1/+4
* Add some minor sanity checks to the compiler's `heap_allocator_proc` on DarwingingerBill2021-09-081-4/+8
* Change the implementation of `Arena` to use virtual memory, and remove the ol...gingerBill2021-08-261-626/+0
* thread_pool.cpp: fix with 1 thread; gb.h: remove buggy /proc/cpuinfo codenakst2021-08-231-63/+3
* Migrate and remove more from gb.hgingerBill2021-08-191-1052/+4
* Remove unused code from gb.h (which means it is heavily modified now)gingerBill2021-08-191-2269/+2
* Improve the C++ to be more correct for clang on Windows, still requiring the ...gingerBill2021-08-191-10/+31
* Fix typogingerBill2021-08-071-6/+6
* Inline heap_allocator resize logic on *nix platformsgingerBill2021-08-071-15/+41
* Prepare tokenizer for optimizationsgingerBill2021-08-021-1/+1
* Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...gingerBill2021-08-011-1/+3
* Fix `gb_shuffle`gingerBill2021-07-131-1/+1
* Fix typo in gb_get_envgingerBill2021-04-251-2/+2
* Add `gb_get_env`gingerBill2021-04-251-0/+42
* Fix potential Typo : S32 ==> I32Jason Dsouza2021-04-191-2/+2
* Make size of allocation multiple of the alignmentNakst2021-03-141-1/+1
* Remove `bit_field` type from Odin (keyword and dead runtime code still exists)gingerBill2021-02-191-3/+3
* Patch up gb.hgingerBill2020-11-241-1/+22
* Prepare for M1 MacgingerBill2020-11-241-2/+78
* Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a blockgingerBill2020-11-151-1/+1
* Add FreeBSD targets, get gb.h working with FreeBSD, fix odin_root_directory f...Christian Seibold2020-09-141-1/+84
* Fix `gb_alloc_str_len`gingerBill2020-08-051-1/+2
* Update microsoft_craziness.h to work correctly with the rest of the codebase ...gingerBill2019-11-271-0/+4
* Clean up thread pool codegingerBill2019-09-031-12/+3
* Improve thread pool (volatile hints, etc)gingerBill2019-09-021-4/+4