Jeroen van Rijn and GitHub
3a469dc13e
Merge pull request #1549 from semarie/clone_to_cstring-leak
...
delete allocated memory with clone_to_cstring
2022-02-24 12:42:15 +01:00
Jeroen van Rijn and GitHub
8cecb6b9f5
Merge pull request #1548 from colrdavidson/darwin_docs
...
Add make_directory so darwin can build html docs
2022-02-24 11:51:20 +01:00
Jeroen van Rijn and GitHub
4a66c3c420
Merge pull request #1546 from zacharycarter/patch-2
...
adding `is_16_bit_from_memory` to stbi
2022-02-24 11:49:08 +01:00
Jeroen van Rijn and GitHub
dd0d61e97c
Merge pull request #1528 from Tetralux/split-docs
...
Add doc comments to strings.split() and strings.split_n()
2022-02-23 12:13:29 +01:00
Jeroen van Rijn and GitHub
fd627dc13b
Merge pull request #1535 from zhibog/add-siphash
...
Added SipHash + tests and fixed remaining semicolons in vendor/botan
2022-02-22 20:34:50 +01:00
Jeroen van Rijn and GitHub
ea34f321ed
Merge pull request #1533 from odin-lang/bug_report
...
[report] Fix `odin report` crash if `/usr/lib/os-release` doesn't exist.
2022-02-22 17:14:24 +01:00
Jeroen van Rijn
2b5bc1d558
[report] Fix odin report crash if /usr/lib/os-release doesn't exist.
2022-02-22 17:08:57 +01:00
Jeroen van Rijn and GitHub
3b69c6b204
Merge pull request #1521 from SrMordred/patch-3
...
Memory Leak
2022-02-20 11:54:31 +01:00
Jeroen van Rijn and GitHub
27f206784c
Merge pull request #1514 from colrdavidson/fast_file_size
...
Use the _unix_fstat pointer to avoid 144B copies on fileIO
2022-02-19 12:17:03 +01:00
Jeroen van Rijn and GitHub
89b7a3f7ac
Merge pull request #1506 from zacharycarter/patch-1
...
Adding capture procedures to user32
2022-02-17 13:59:52 +01:00
Jeroen van Rijn and GitHub
40e4536887
Merge pull request #1502 from colrdavidson/mainline-fast
...
avoid memset on stats
2022-02-16 17:24:29 +01:00
Jeroen van Rijn and GitHub
855e7beab1
Merge pull request #1488 from colrdavidson/master
...
Add fork and personality
2022-02-15 21:04:09 +01:00
Jeroen van Rijn and GitHub
546faab0cb
Merge pull request #1481 from jasonKercher/vet_fix
...
fix `-vet` for `filepath/match.odin`
2022-02-08 15:27:51 +01:00
Jeroen van Rijn and GitHub
e896956275
Merge pull request #1475 from Platin21/feature/fix-odin-fmt
...
Feature/fix odin fmt
2022-02-05 23:22:07 +01:00
Jeroen van Rijn
a3d99765cc
mem: Add doc.odin with Tracking_Allocator example.
2022-02-05 22:18:22 +01:00
Jeroen van Rijn and GitHub
25769f139a
Merge pull request #1471 from Platin21/feature/fix-odin-fmt
...
Feature/fix odin fmt
2022-02-05 21:00:52 +01:00
Jeroen van Rijn and GitHub
ada58c66fa
Merge pull request #1469 from ap29600/bit_iterator
...
add `iterator` to `core:container/bit_array`
2022-02-05 18:50:33 +01:00
Jeroen van Rijn and GitHub
2fcba25e50
Merge pull request #1458 from Kelimion/zlib_fix
...
Fix DEFLATE stored block handling.
2022-01-27 15:10:33 +01:00
Jeroen van Rijn
28bc274449
Fix DEFLATE stored block handling.
2022-01-27 14:58:45 +01:00
Jeroen van Rijn and GitHub
6a7f39453b
Merge pull request #1450 from Kelimion/bit_array
...
bit_array: Fix initial size.
2022-01-25 17:14:42 +01:00
Jeroen van Rijn
515fd2a228
bit_array: Fix initial size.
2022-01-25 17:08:32 +01:00
Jeroen van Rijn and GitHub
d5f7e181a0
Merge pull request #1449 from Kelimion/zlib_change
...
zlib: update Huffman builder.
2022-01-25 12:23:34 +01:00
Jeroen van Rijn
65f8722afc
zlib: update Huffman builder.
2022-01-25 12:18:10 +01:00
Jeroen van Rijn and GitHub
1e46537959
Merge pull request #1443 from graphitemaster/patch-1
...
Fix fread definition
2022-01-23 09:39:43 +01:00
Jeroen van Rijn and GitHub
0741bc37cc
Merge pull request #1427 from oskarnp/macos-linker-fix
...
Fix invalid linker flags passed to clang on macOS
2022-01-14 17:05:28 +01:00
Jeroen van Rijn and GitHub
e277102947
Merge pull request #1426 from jasonKercher/fix_queue
...
fix push_back and pop_front
2022-01-14 16:45:54 +01:00
Jeroen van Rijn and GitHub
50668fa7a6
Merge pull request #1425 from graphitemaster/more_linux_shared_library_fixes
...
Fixes for shared library initialization and finalization
2022-01-13 06:36:19 +01:00
Jeroen van Rijn and GitHub
d76dd95c0b
Merge pull request #1418 from wbogocki/patch-1
...
Fix link to Odin blog
2022-01-09 16:10:50 +01:00
Jeroen van Rijn and GitHub
b02f2953ac
Merge pull request #1410 from Kelimion/sort_map
...
Fix unused imports.
2022-01-07 06:47:54 +01:00
Jeroen van Rijn
566a750899
Fix unused imports.
2022-01-07 06:12:00 +01:00
Jeroen van Rijn and GitHub
1d1d684cbc
Merge pull request #1407 from Platin21/feature/fix-supervisor-call
...
Fix Syscall Intrinsic on ARM64 MacOS
2022-01-05 17:02:24 +01:00
Jeroen van Rijn and GitHub
00ff1fbca2
Merge pull request #1403 from Platin21/feature/fix-open-syscall
...
Fixes open system call (Thanks TIM!)
2022-01-03 20:48:09 +01:00
Jeroen van Rijn and GitHub
9b5cfe2677
Merge pull request #1401 from zhibog/extend-crypto-api
...
Extended crypto Hash API by variants that write the result into a destinat…
2021-12-31 13:27:56 +01:00
Jeroen van Rijn and GitHub
b0817d136b
Merge pull request #1354 from Kelimion/bit_vector
...
[core:container/bit_array] Create new package.
2021-12-28 15:51:45 +01:00
Jeroen van Rijn
53e30e4621
[core:container/bit_vector] Create new package.
...
A dynamic bit array, optionally allowing negative indices.
2021-12-28 15:38:12 +01:00
Jeroen van Rijn and GitHub
6f370fdbf2
Merge pull request #1394 from Tetralux/parse-allman-for
...
core:odin/parser: Fix parsing of Allman style braces in for loops
2021-12-25 20:24:30 +01:00
Jeroen van Rijn and GitHub
6889cb6fe2
Merge pull request #1393 from Tetralux/odin-parse-no-nil
...
core:odin/parser: Parse #no_nil on unions
2021-12-25 20:12:01 +01:00
Jeroen van Rijn and GitHub
eec61c3f6f
Merge pull request #1388 from Yawning/feature/linux-aarch64
...
src: Add preliminary support for Linux AArch64
2021-12-23 04:17:42 +01:00
Jeroen van Rijn and GitHub
3257454209
Merge pull request #1363 from Kelimion/big_math
...
[math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.
2021-12-11 15:31:43 +01:00
Jeroen van Rijn
938744b276
[math/big] Rename internal_int_shl_digit to _private_int_shl_leg.
...
Same for the SHR variant. These are pure implementation details to shift by a leg/word at a time.
Prevent accidental usage.
2021-12-11 15:22:24 +01:00
Jeroen van Rijn and GitHub
c771ea9794
Merge pull request #1358 from Kelimion/big_math_fix
...
[math/big] Return 0, .Integer_Underflow if T = unsigned and bigint is negative.
2021-12-09 16:41:37 +01:00
Jeroen van Rijn
b2b79b86f0
[math/big] Return 0, .Integer_Underflow if trying to get a negative number to an unsigned int.
2021-12-09 16:31:54 +01:00
Jeroen van Rijn and GitHub
3d85013aba
Merge pull request #1357 from Kelimion/big_math_fix
...
[math/big] Fix int_set and int_get.
2021-12-09 16:22:09 +01:00
Jeroen van Rijn
c94098c2ab
[math/big] Fix int_set and int_get.
2021-12-09 16:14:04 +01:00
Jeroen van Rijn and GitHub
db42a2db47
Merge pull request #1347 from DanielGavin/parser-fix
...
Do not save comments when peeking tokens.
2021-12-02 23:05:24 +01:00
Jeroen van Rijn and GitHub
cc316a473e
Merge pull request #1299 from Kelimion/vendor-glfw-test
...
[vendor:glfw] Add test.
2021-11-10 19:24:55 +01:00
Jeroen van Rijn
c213274607
[vendor:glfw] Add test.
2021-11-10 19:15:10 +01:00
Jeroen van Rijn and GitHub
c4a2580dfd
Merge pull request #1290 from wjlroe/fix-glfw-on-windows
...
Fix path to static GLFW lib on Windows
2021-11-10 18:41:30 +01:00
Jeroen van Rijn and GitHub
8a547b5922
Merge pull request #1298 from CarwynNelson/ws32-add-socket
...
Add socket() function to windows ws32 bindings
2021-11-10 17:23:59 +01:00
Jeroen van Rijn and GitHub
cefe312ba1
Merge pull request #1297 from CarwynNelson/patch-1
...
Fix the windows binding for getaddrinfo
2021-11-10 16:22:56 +01:00
Jeroen van Rijn and GitHub
989ddbd688
Merge pull request #1295 from zhibog/master
...
Add tests to Linux and Mac and add vendor tests
2021-11-10 15:34:29 +01:00
Jeroen van Rijn and GitHub
615efc7c86
Merge pull request #1294 from Kelimion/fix_dir_walk
...
Fix os.walk for UNC paths.
2021-11-10 15:09:22 +01:00
Jeroen van Rijn
dd88104a81
Fix os.walk for UNC paths.
2021-11-10 14:59:54 +01:00
Jeroen van Rijn
8c5c45a04c
[timings-export] Style fixes.
2021-11-10 12:23:46 +01:00
Jeroen van Rijn and GitHub
ffeac8895d
Merge pull request #1291 from zhibog/master
...
Add Botan crypto lib as a vendor library
2021-11-09 23:59:14 +01:00
Jeroen van Rijn
9dc8753a14
[timings-export] Improve help messages
...
Also make `clang` happy as concerns the build settings switch/case.
2021-11-09 22:52:26 +01:00
Jeroen van Rijn
6c306f7633
Fix Linux warnings.
2021-11-09 20:31:22 +01:00
Jeroen van Rijn
05a86d5296
[timings-export] Implement JSON + CSV timngs export.
2021-11-09 19:57:55 +01:00
Jeroen van Rijn
9422fd311f
[timings-export] Add -export-timings:format + -export-timings-file:filename.
2021-11-09 19:51:27 +01:00
Jeroen van Rijn and GitHub
275d39b59b
Merge pull request #1287 from zhibog/master
...
Removed context switching system from the crypto library to simplify …
2021-11-09 16:57:59 +01:00
Jeroen van Rijn and GitHub
eb96f9677e
Merge pull request #1285 from Kelimion/vet
...
[core:os/os2] Keep -vet happy.
2021-11-09 14:12:04 +01:00
Jeroen van Rijn
0a3b75c5f5
[core:os/os2] Keep -vet happy.
2021-11-09 14:06:14 +01:00
Jeroen van Rijn and GitHub
f84bdee1ba
Merge pull request #1279 from DanielGavin/fix-json
...
Add json encoding test + fix enum not being set on success.
2021-11-07 14:47:35 +01:00
Jeroen van Rijn and GitHub
cee9561259
Merge pull request #1271 from hdooley/master
...
don't try to use __cpuid() on arm64
2021-11-05 10:45:28 +01:00
Jeroen van Rijn and GitHub
0d1bc05419
Update issue templates
2021-11-04 12:37:24 +01:00
Jeroen van Rijn and GitHub
db2d7a4fdb
Update issue templates
2021-11-04 12:36:48 +01:00
Jeroen van Rijn and GitHub
c2665462e5
Merge pull request #1270 from Kelimion/fix_1268
...
Fix #1268 .
2021-11-03 11:41:32 +01:00
Jeroen van Rijn
73648bb2d8
Fix #1268 .
...
Error message for enumerated arrays going out of bounds was not yet updated for the Enum change.
2021-11-03 11:36:24 +01:00
Jeroen van Rijn and GitHub
ba0daaa706
Merge pull request #1269 from Kelimion/enum_array_bug
...
Fix error message.
2021-11-03 11:06:04 +01:00
Jeroen van Rijn
dcc5697a48
Fix error message.
2021-11-03 11:01:18 +01:00
Jeroen van Rijn and GitHub
c09d3e7bf4
Merge pull request #1265 from Kelimion/bug_report
...
`odin report` add Windows 10 Education Edition.
2021-11-02 02:21:01 +01:00
Jeroen van Rijn
46a394815c
odin report add Windows 10 Education Edition.
2021-11-02 02:20:43 +01:00
Jeroen van Rijn and GitHub
4f0a3eec24
Merge pull request #1263 from Kelimion/ci_build_debug
...
Don't run demo's `soa_struct` when under -debug.
2021-11-01 17:59:24 +01:00
Jeroen van Rijn
2a0311797c
Don't run demo's soa_struct when under -debug.
2021-11-01 17:57:35 +01:00
Jeroen van Rijn and GitHub
46e2b4e936
Merge pull request #1262 from Kelimion/ci_build_debug
...
CI: Run demo with debug info.
2021-11-01 17:45:02 +01:00
Jeroen van Rijn
96ba8f35d4
CI: Run demo with debug info.
2021-11-01 17:44:05 +01:00
Jeroen van Rijn and GitHub
d0cd3a7415
Merge pull request #1261 from Kelimion/bug_report
...
Add Windows 10 Home Core detection.
2021-11-01 14:47:18 +01:00
Jeroen van Rijn
3a167e3a75
Add Windows 10 Home Core detection.
2021-11-01 14:46:59 +01:00
Jeroen van Rijn and GitHub
c9e21907ea
Merge pull request #1259 from Kelimion/load_or
...
Fix (#1258 ): #load and #load_or segfault when given no params.
2021-11-01 10:47:59 +01:00
Jeroen van Rijn
a422d0455e
Fix ( #1258 ): #load and #load_or segfault when given no params.
...
Fixes #1258 .
2021-11-01 10:42:57 +01:00
Jeroen van Rijn
2a7937e2ba
Add odin report command to help with bug reports.
...
Add new Odin command, `odin report`, which prints information helpful to resolving or reporting a bug.
```
W:\Odin> odin report
Where to find more information and get into contact when you encounter a bug:
Website: https://odin-lang.org
GitHub: https://github.com/odin-lang/Odin/issues
Useful information to add to a bug report:
Odin: dev-2021-10:256bebfe
OS: Windows 10 Professional (version: 20H2), build 19042.1266
CPU: AMD Ryzen 7 1800X Eight-Core Processor
RAM: 65469 MiB
W:\Odin>
TODO:
- CPU name on ARM/ARM64
```
2021-10-31 13:48:13 +01:00
Jeroen van Rijn and GitHub
729e721b40
Merge pull request #1203 from thePHTest/stopwatch
...
Add a stopwatch to time.odin
2021-10-28 23:28:22 +02:00
Jeroen van Rijn and GitHub
eebf49ba72
Merge pull request #1238 from awwdev/master
...
rename sdl2 KeyCode to Keycode
2021-10-23 03:58:32 -07:00
Jeroen van Rijn and GitHub
8113182d5c
Merge pull request #1237 from awwdev/master
...
memleak fix on destroy_multi_logger()
2021-10-23 03:38:54 -07:00
Jeroen van Rijn and GitHub
a509e112ea
Merge pull request #1224 from helloguysmaster/patch-1
...
add GetModuleHandleA
2021-10-16 07:53:00 -07:00
Jeroen van Rijn and GitHub
d3a18fbe9a
Merge pull request #1210 from Kelimion/png_improvements
...
Lots of PNG improvements
2021-10-06 14:03:47 -07:00
Jeroen van Rijn
b4b53aeb71
png: Channel helper metadata.
2021-10-06 22:47:40 +02:00
Jeroen van Rijn
c4b4a841d6
png: Move metadata.
2021-10-06 22:43:33 +02:00
Jeroen van Rijn
263d63aa56
png: Add more OOM checks.
2021-10-06 22:09:32 +02:00
Jeroen van Rijn
8fcd1794a6
png: Add sane compile-time maximums for dimensions + chunk sizes.
2021-10-06 21:48:22 +02:00
Jeroen van Rijn
9b5ae95677
png + compress: Rearrange error unions.
2021-10-06 20:45:29 +02:00
Jeroen van Rijn
21c6d691d8
Add additional error checking to helpers.
2021-10-06 20:10:37 +02:00
Jeroen van Rijn
2e9eec156c
Revert "Merge pull request #1209 from Kelimion/append_error"
...
This reverts commit c9468adcfd , reversing
changes made to 879a4d49ae .
2021-10-06 19:09:28 +02:00
Jeroen van Rijn and GitHub
c9468adcfd
Merge pull request #1209 from Kelimion/append_error
...
Make `append` builtins return an `Allocator_Error`.
2021-10-06 07:40:16 -07:00
Jeroen van Rijn
b345176bde
Make append builtins return an Allocator_Error.
2021-10-06 16:33:52 +02:00
Jeroen van Rijn and GitHub
879a4d49ae
Merge pull request #1208 from englerj/win32-bindings
...
Additional win32 bindings.
2021-10-06 04:27:09 -07:00
Jeroen van Rijn and GitHub
0ca8a4ad3b
Merge pull request #1207 from Kelimion/fix_1206
...
Remove assert from `mem.ptr_to_bytes`. Fixes #1206
2021-10-05 05:20:24 -07:00
Jeroen van Rijn
1931e3147d
Remove assert from mem.ptr_to_bytes. Fixes #1206
2021-10-05 14:18:48 +02:00
Jeroen van Rijn and GitHub
254c504465
Merge pull request #1199 from Skytrias/master
...
small package fixes
2021-10-01 12:15:33 -07:00
Jeroen van Rijn and GitHub
6884841ece
Merge pull request #1197 from Kelimion/help
...
Fix -collection help typo.
2021-09-28 11:04:44 -07:00