| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add os.args to demo. | Jeroen van Rijn | 2023-11-27 | 1 | -1/+1 |
| | | |||||
| * | Add -microarch:? | Jeroen van Rijn | 2023-11-10 | 1 | -0/+1 |
| | | |||||
| * | Revert build.bat | gingerBill | 2023-09-21 | 1 | -21/+5 |
| | | |||||
| * | Add asan lib for Windows | gingerBill | 2023-09-21 | 1 | -4/+20 |
| | | |||||
| * | Add comments for tilde building | gingerBill | 2023-08-03 | 1 | -0/+3 |
| | | |||||
| * | Toggle tilde backend in the build script | gingerBill | 2023-08-03 | 1 | -2/+8 |
| | | |||||
| * | Merge branch 'master' into tilde | gingerBill | 2023-08-03 | 1 | -3/+6 |
| |\ | |||||
| | * | Fix dropped "dev-" prefix from version tag | Hasan Yasin Ozturk | 2023-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | In commit c3a31666, "dev-" prefix was dropped unintentionally. This commit fixes that. | ||||
| | * | Set version date to commit date instead of build date | Hasan Yasin Ozturk | 2023-07-31 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | Fixes #2688 This commit updates `build_odin.sh` and `build.bat` so that date of the commit is used for the version tag, instead of the build time. | ||||
| * | | Add tb.lib to build.bat | gingerBill | 2023-07-24 | 1 | -0/+1 |
| |/ | |||||
| * | Add `ODIN_IGNORE_MSVC_CHECK` check to build.bat | gingerBill | 2023-06-13 | 1 | -9/+11 |
| | | |||||
| * | Only try to parse git hash if .git is present | Jeroen van Rijn | 2023-04-11 | 1 | -0/+3 |
| | | | | | Closes 2451 | ||||
| * | fix build | Colin Davidson | 2022-12-28 | 1 | -1/+2 |
| | | |||||
| * | Remove dead code in the compiler | gingerBill | 2022-12-18 | 1 | -0/+1 |
| | | |||||
| * | Automatically initialize x64 environment if CL.exe is missing + make sure ↵ | Oskar Nordquist | 2022-11-26 | 1 | -0/+15 |
| | | | | | found CL.exe is for x64 (credit to mmozeiko) | ||||
| * | Revert build.bat | gingerBill | 2022-09-08 | 1 | -5/+3 |
| | | |||||
| * | Simplify win32 resource file linking | gingerBill | 2022-09-07 | 1 | -3/+5 |
| | | |||||
| * | Embed natvis in windows debug build for easier viewing of strings and Arrays | Fabian Sperber | 2022-07-19 | 1 | -1/+1 |
| | | |||||
| * | Revert build.bat | gingerBill | 2021-11-09 | 1 | -43/+6 |
| | | |||||
| * | Merge branch 'master' into target-js_wasm32 | gingerBill | 2021-11-09 | 1 | -5/+42 |
| | | |||||
| * | Merge branch 'master' into llvm-12.0.1-windows | gingerBill | 2021-09-18 | 1 | -3/+6 |
| |\ | |||||
| | * | Revert build.bat | gingerBill | 2021-09-14 | 1 | -7/+5 |
| | | | |||||
| | * | Add stb_image_resize to `vendor:stb/image` | gingerBill | 2021-09-14 | 1 | -5/+7 |
| | | | |||||
| | * | Add stb libraries (image+image_write, rect_pack, truetype) | gingerBill | 2021-09-14 | 1 | -3/+6 |
| | | | |||||
| * | | Update Windows to LLVM 12.0.1 | gingerBill | 2021-09-11 | 1 | -1/+2 |
| |/ | |||||
| * | Correct build.bat | gingerBill | 2021-08-22 | 1 | -1/+1 |
| | | |||||
| * | Fix build.bat | gingerBill | 2021-08-22 | 1 | -5/+3 |
| | | |||||
| * | Embed the SDL2 libraries into `vendor:sdl2` | gingerBill | 2021-08-22 | 1 | -3/+5 |
| | | |||||
| * | Remove unneeded disabled warnings from build.bat | gingerBill | 2021-08-19 | 1 | -4/+2 |
| | | |||||
| * | Rename libtommath.c to libtommath.cpp | gingerBill | 2021-07-11 | 1 | -1/+1 |
| | | |||||
| * | Update build.bat and Makefile | gingerBill | 2021-07-11 | 1 | -10/+1 |
| | | |||||
| * | Change the compiler's big integer library to use libTomMath | gingerBill | 2021-07-11 | 1 | -3/+12 |
| | | | | | This now replaces Bill's crappy big int implementation | ||||
| * | Update build.bat to use `wmic os get LocalDateTime /value` instead of %DATE% ↵ | gingerBill | 2021-04-28 | 1 | -2/+6 |
| | | | | | which is not consistent across computers | ||||
| * | Make corrections | gingerBill | 2021-04-26 | 1 | -4/+1 |
| | | |||||
| * | Add `ODIN_VERSION_RAW` define to build.bat | gingerBill | 2021-04-25 | 1 | -2/+1 |
| | | |||||
| * | Change versioning system from `v0.13.1` to `dev-2021-04` | gingerBill | 2021-04-25 | 1 | -0/+8 |
| | | |||||
| * | Revert build.bat | gingerBill | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | Remove the need for `LLVM_BACKEND_SUPPORT` | gingerBill | 2021-04-25 | 1 | -3/+6 |
| | | |||||
| * | Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-api | gingerBill | 2021-02-24 | 1 | -1/+1 |
| | | |||||
| * | Add git sha to `odin version` command | Mikkel Hjortshoej | 2020-08-23 | 1 | -7/+15 |
| | | |||||
| * | Revert build.bat | gingerBill | 2020-06-23 | 1 | -10/+4 |
| | | |||||
| * | `-vet` `sync/channel.odin` | gingerBill | 2020-06-22 | 1 | -4/+10 |
| | | |||||
| * | Revert build.bat | gingerBill | 2020-06-22 | 1 | -10/+4 |
| | | |||||
| * | Add `time.read_cycle_counter` | gingerBill | 2020-06-22 | 1 | -4/+10 |
| | | |||||
| * | Remove dead stuff from build.bat | gingerBill | 2020-03-19 | 1 | -6/+2 |
| | | |||||
| * | Change demo.odin to default | gingerBill | 2020-03-19 | 1 | -1/+1 |
| | | |||||
| * | Add `LLVM_BACKEND_SUPPORT` macro to make the backend optional | gingerBill | 2020-03-19 | 1 | -1/+3 |
| | | |||||
| * | Have different categories for optimization passes | gingerBill | 2020-03-19 | 1 | -1/+1 |
| | | |||||
| * | Integrate linker code with the new LLVM API backend | gingerBill | 2020-03-08 | 1 | -4/+4 |
| | | |||||
| * | Fix `context` system; add more to -show-more-timings for LLVM API; Add ↵ | gingerBill | 2020-03-08 | 1 | -4/+3 |
| | | | | | `ODIN_USE_LLVM_API` global constant | ||||