aboutsummaryrefslogtreecommitdiff
path: root/build.bat
Commit message (Collapse)AuthorAgeFilesLines
* Add os.args to demo.Jeroen van Rijn2023-11-271-1/+1
|
* Add -microarch:?Jeroen van Rijn2023-11-101-0/+1
|
* Revert build.batgingerBill2023-09-211-21/+5
|
* Add asan lib for WindowsgingerBill2023-09-211-4/+20
|
* Add comments for tilde buildinggingerBill2023-08-031-0/+3
|
* Toggle tilde backend in the build scriptgingerBill2023-08-031-2/+8
|
* Merge branch 'master' into tildegingerBill2023-08-031-3/+6
|\
| * Fix dropped "dev-" prefix from version tagHasan Yasin Ozturk2023-07-311-1/+1
| | | | | | | | | | In commit c3a31666, "dev-" prefix was dropped unintentionally. This commit fixes that.
| * Set version date to commit date instead of build dateHasan Yasin Ozturk2023-07-311-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.batgingerBill2023-07-241-0/+1
|/
* Add `ODIN_IGNORE_MSVC_CHECK` check to build.batgingerBill2023-06-131-9/+11
|
* Only try to parse git hash if .git is presentJeroen van Rijn2023-04-111-0/+3
| | | | Closes 2451
* fix buildColin Davidson2022-12-281-1/+2
|
* Remove dead code in the compilergingerBill2022-12-181-0/+1
|
* Automatically initialize x64 environment if CL.exe is missing + make sure ↵Oskar Nordquist2022-11-261-0/+15
| | | | found CL.exe is for x64 (credit to mmozeiko)
* Revert build.batgingerBill2022-09-081-5/+3
|
* Simplify win32 resource file linkinggingerBill2022-09-071-3/+5
|
* Embed natvis in windows debug build for easier viewing of strings and ArraysFabian Sperber2022-07-191-1/+1
|
* Revert build.batgingerBill2021-11-091-43/+6
|
* Merge branch 'master' into target-js_wasm32gingerBill2021-11-091-5/+42
|
* Merge branch 'master' into llvm-12.0.1-windowsgingerBill2021-09-181-3/+6
|\
| * Revert build.batgingerBill2021-09-141-7/+5
| |
| * Add stb_image_resize to `vendor:stb/image`gingerBill2021-09-141-5/+7
| |
| * Add stb libraries (image+image_write, rect_pack, truetype)gingerBill2021-09-141-3/+6
| |
* | Update Windows to LLVM 12.0.1gingerBill2021-09-111-1/+2
|/
* Correct build.batgingerBill2021-08-221-1/+1
|
* Fix build.batgingerBill2021-08-221-5/+3
|
* Embed the SDL2 libraries into `vendor:sdl2`gingerBill2021-08-221-3/+5
|
* Remove unneeded disabled warnings from build.batgingerBill2021-08-191-4/+2
|
* Rename libtommath.c to libtommath.cppgingerBill2021-07-111-1/+1
|
* Update build.bat and MakefilegingerBill2021-07-111-10/+1
|
* Change the compiler's big integer library to use libTomMathgingerBill2021-07-111-3/+12
| | | | This now replaces Bill's crappy big int implementation
* Update build.bat to use `wmic os get LocalDateTime /value` instead of %DATE% ↵gingerBill2021-04-281-2/+6
| | | | which is not consistent across computers
* Make correctionsgingerBill2021-04-261-4/+1
|
* Add `ODIN_VERSION_RAW` define to build.batgingerBill2021-04-251-2/+1
|
* Change versioning system from `v0.13.1` to `dev-2021-04`gingerBill2021-04-251-0/+8
|
* Revert build.batgingerBill2021-04-251-1/+1
|
* Remove the need for `LLVM_BACKEND_SUPPORT`gingerBill2021-04-251-3/+6
|
* Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-apigingerBill2021-02-241-1/+1
|
* Add git sha to `odin version` commandMikkel Hjortshoej2020-08-231-7/+15
|
* Revert build.batgingerBill2020-06-231-10/+4
|
* `-vet` `sync/channel.odin`gingerBill2020-06-221-4/+10
|
* Revert build.batgingerBill2020-06-221-10/+4
|
* Add `time.read_cycle_counter`gingerBill2020-06-221-4/+10
|
* Remove dead stuff from build.batgingerBill2020-03-191-6/+2
|
* Change demo.odin to defaultgingerBill2020-03-191-1/+1
|
* Add `LLVM_BACKEND_SUPPORT` macro to make the backend optionalgingerBill2020-03-191-1/+3
|
* Have different categories for optimization passesgingerBill2020-03-191-1/+1
|
* Integrate linker code with the new LLVM API backendgingerBill2020-03-081-4/+4
|
* Fix `context` system; add more to -show-more-timings for LLVM API; Add ↵gingerBill2020-03-081-4/+3
| | | | `ODIN_USE_LLVM_API` global constant