| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | Remove usage of global_default_temp_allocator_data when there is no default a... | Fabian Sperber | 2023-03-13 | 3 | -11/+17 | |
| | * | | | | Fixed incorrect precision value in `fmt` doc. | WraithGlade | 2023-03-19 | 1 | -1/+1 | |
| * | | | | | Made most libraries panic on js targets instead of not compiling | Dragos Popescu | 2023-03-20 | 3 | -2/+231 | |
| |/ / / / | ||||||
| * | | | | Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows package | Christian Seibold | 2023-03-18 | 2 | -0/+8 | |
| * | | | | Merge pull request #2391 from ftphikari/master | Jeroen van Rijn | 2023-03-18 | 3 | -2/+171 | |
| |\ \ \ \ | ||||||
| | * | | | | sys/windows: added some functions and types for input hooks and tray icons | hikari | 2023-03-18 | 3 | -2/+171 | |
| | |/ / / | ||||||
| * | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-03-17 | 1 | -4/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix #2389 | Mostafa Saad | 2023-03-17 | 1 | -4/+4 | |
| * | | | | | Add `reflect.struct_field_value` | gingerBill | 2023-03-17 | 1 | -1/+8 | |
| |/ / / / | ||||||
| * | | | | Keep `-vet` happy | gingerBill | 2023-03-16 | 1 | -2/+0 | |
| * | | | | Fix to `split_multi_iterator` | gingerBill | 2023-03-16 | 1 | -0/+1 | |
| * | | | | Simplify the implementation of `strings.split_multi`; add `strings.index_multi` | gingerBill | 2023-03-16 | 1 | -108/+74 | |
| * | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-03-16 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Update build flag | Jeroen van Rijn | 2023-03-16 | 1 | -1/+1 | |
| * | | | | | Minor fixes | gingerBill | 2023-03-16 | 2 | -3/+7 | |
| |/ / / / | ||||||
| * | | | | Add `contextless` to internal `parse_hex` call | gingerBill | 2023-03-16 | 1 | -1/+1 | |
| * | | | | Fix #2386 | Jeroen van Rijn | 2023-03-16 | 1 | -0/+3 | |
| * | | | | Merge pull request #2387 from elusivePorpoise/main | Jeroen van Rijn | 2023-03-16 | 1 | -1/+2 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | add SetConsoleOuputCP | Elusive Porpoise | 2023-03-15 | 1 | -1/+2 | |
| * | | | | Remove `where ORD(E)` on procedures that don't need it | gingerBill | 2023-03-14 | 1 | -2/+2 | |
| | |/ / |/| | | ||||||
| * | | | resolve doc/spall package name conflict | Jon Lipstate | 2023-03-10 | 1 | -1/+1 | |
| * | | | Fix documentation example of strings.to_upper | William Roe | 2023-03-10 | 1 | -2/+2 | |
| * | | | Merge pull request #2373 from colrdavidson/spall_flushes | Jeroen van Rijn | 2023-03-10 | 2 | -2/+35 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | add main scope | Colin Davidson | 2023-03-09 | 1 | -0/+2 | |
| | * | | add basic usage example | Colin Davidson | 2023-03-09 | 1 | -0/+24 | |
| | * | | log buffer flushes to trace | Colin Davidson | 2023-03-09 | 1 | -2/+9 | |
| * | | | Add `set_blocking` for network sockets | Sokus | 2023-03-08 | 10 | -0/+89 | |
| |/ / | ||||||
| * | | Separate out the `read_reg` into three non-parapoly procedures | gingerBill | 2023-03-07 | 1 | -61/+81 | |
| * | | Remove `delete` with wrong allocator | gingerBill | 2023-03-07 | 1 | -1/+1 | |
| * | | Remove debug code | gingerBill | 2023-03-06 | 1 | -2/+0 | |
| * | | Fix bug with nil pointer | gingerBill | 2023-03-06 | 1 | -3/+4 | |
| * | | Fix typo in `parse_components` | gingerBill | 2023-03-06 | 1 | -2/+4 | |
| * | | Add booleans to `print_any_single` | gingerBill | 2023-03-06 | 1 | -2/+8 | |
| * | | Fix parsing C-like hex floats | gingerBill | 2023-03-06 | 1 | -11/+39 | |
| * | | add null-impl for tsc_frequency for alt-platforms | Colin Davidson | 2023-03-04 | 3 | -14/+6 | |
| * | | Merge pull request #2314 from SentientCoffee/pr/win32_console_text_attributes | gingerBill | 2023-03-04 | 1 | -0/+19 | |
| |\ \ | ||||||
| | * | | Add win32 SetConsoleTextAttributes for setting cmd prompt colors | Daniel | 2023-01-25 | 1 | -0/+19 | |
| * | | | Add .None to Linux & Darwin, too. | Jeroen van Rijn | 2023-03-04 | 2 | -3/+25 | |
| * | | | Apply #shared_nil to Network_Error | Jeroen van Rijn | 2023-03-04 | 3 | -26/+31 | |
| * | | | Update addr.odin | Jeroen van Rijn | 2023-03-04 | 1 | -1/+1 | |
| * | | | Don't try to check core:net on the BSDs. | Jeroen van Rijn | 2023-03-03 | 5 | -18/+28 | |
| * | | | Fix one last review comment. | Jeroen van Rijn | 2023-03-03 | 1 | -4/+5 | |
| * | | | Finish cleaning up core_net. | Jeroen van Rijn | 2023-03-03 | 2 | -42/+47 | |
| * | | | More coalescing. | Jeroen van Rijn | 2023-03-03 | 5 | -106/+97 | |
| * | | | Coalesce socket_windows | Jeroen van Rijn | 2023-03-03 | 4 | -116/+132 | |
| * | | | Coalesce more. | Jeroen van Rijn | 2023-03-03 | 8 | -54/+66 | |
| * | | | Make more private. | Jeroen van Rijn | 2023-03-03 | 16 | -916/+266 | |
| * | | | Alignment + unnecessary allocator param. | Jeroen van Rijn | 2023-03-03 | 6 | -24/+24 | |
| * | | | ripple bill-suggestions | Colin Davidson | 2023-03-02 | 3 | -24/+15 | |
| * | | | Merge branch 'master' into core_net_update | Colin Davidson | 2023-03-02 | 4 | -34/+141 | |
| |\ \ \ | ||||||