| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix `-target:js_wasm32` for `core:runtime` | gingerBill | 2021-06-08 | 1 | -244/+0 |
| | | |||||
| * | Make `js` default to nil allocator for the time being | gingerBill | 2021-05-23 | 1 | -1/+1 |
| | | |||||
| * | Clean up organization of `package runtime` | gingerBill | 2021-05-23 | 1 | -1/+40 |
| | | |||||
| * | Fix #906 | gingerBill | 2021-04-20 | 1 | -4/+2 |
| | | |||||
| * | Improve the `Allocator` interface to support returning `Allocator_Error` to ↵ | gingerBill | 2021-04-19 | 1 | -27/+41 |
| | | | | | | | allow for safer calls Virtually all code (except for user-written custom allocators) should work as normal. Extra features will need to be added to make the current procedures support the `Allocator_Error` return value (akin to #optional_ok) | ||||
| * | Minimize unneeded casts | gingerBill | 2021-03-03 | 1 | -1/+1 |
| | | |||||
| * | Change `default_temp_allocator_proc` behaviour to use the ↵ | gingerBill | 2021-02-09 | 1 | -6/+1 |
| | | | | | `default_allocator` when the backing data has not been set. | ||||
| * | Improve default temp allocator; Fix filepath.abs behaviour on Windows | gingerBill | 2020-10-13 | 1 | -3/+9 |
| | | |||||
| * | Improve default temp_allocator; make nil loggers do nothing; improve ↵ | gingerBill | 2020-10-02 | 1 | -68/+88 |
| | | | | | mem.Scratch_Allocator behaviour | ||||
| * | Reimplement the Windows OS dependencies in `package runtime` | gingerBill | 2020-10-01 | 1 | -1/+2 |
| | | |||||
| * | Update packages os, path, and filepath | gingerBill | 2020-09-26 | 1 | -2/+0 |
| | | |||||
| * | Add -default-to-nil-allocator flag (sets `ODIN_DEFAULT_TO_NIL_ALLOCATOR`) | gingerBill | 2020-09-15 | 1 | -1/+1 |
| | | |||||
| * | Reorganize package runtime | gingerBill | 2020-09-15 | 1 | -4/+22 |
| | | | | | Separates out the OS specific stuff into different files | ||||
| * | Add `mem.Allocator_Query_Info` and `mem.query_info` | gingerBill | 2020-08-16 | 1 | -0/+3 |
| | | |||||
| * | Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, ↵ | gingerBill | 2020-08-16 | 1 | -0/+7 |
| | | | | | `mem.query_features` | ||||
| * | Fix temporary allocator resizing | Tetralux | 2020-06-04 | 1 | -1/+3 |
| | | |||||
| * | Fix LLVM API backend for procedure "constant" values | gingerBill | 2020-04-17 | 1 | -1/+1 |
| | | |||||
| * | Fix #590 | gingerBill | 2020-03-15 | 1 | -1/+1 |
| | | |||||
| * | Improve runtime/default_allocators.odin | gingerBill | 2020-01-11 | 1 | -2/+21 |
| | | |||||
| * | Add new runtime files. | gingerBill | 2019-12-31 | 1 | -0/+124 |