aboutsummaryrefslogtreecommitdiff
path: root/build.bat
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Basic functionality, except for `map` and correct nested typename manglinggingerBill2020-03-071-1/+2
|
* Global variable initialization supportgingerBill2020-02-231-2/+2
|
* Basic work on obj generationgingerBill2020-02-231-1/+6
|
* Begin LLVM C API integrationgingerBill2020-02-011-2/+5
|
* Remove -Wno-writable-stringsgingerBill2020-01-041-1/+1
|
* Add the ability to toggle release mode externally when calling build.batvassvik2019-12-221-1/+8
| | | | | | | | | The following cases builds Odin with optimizations: build.bat 1 build.bat release Any other options, or the lack thereof, will build without optimizations.
* Fix IR string interning typegingerBill2019-12-011-1/+1
|
* Add `strings.ptr_from_string`gingerBill2019-12-011-1/+1
|
* Add range_cache.cppgingerBill2019-10-261-1/+0
|
* Fix debug mode for build.batgingerBill2019-09-021-3/+3
|
* Fix build.batgingerBill2019-09-021-4/+3
|
* Thread pool fixesgingerBill2019-09-011-6/+7
|
* Remove -keep-temp-files from the build.batgingerBill2019-03-311-1/+1
|
* Reimplement -collection; remove `static` from Odin tokenizer/parser in core ↵gingerBill2019-02-231-2/+2
| | | | library
* last fixes to bats and READMEMikkel Hjortshoej2019-02-061-2/+2
|
* Create CI filesMikkel Hjortshoej2019-02-061-1/+0
|
* Remove debug printing textgingerBill2019-01-051-1/+1
|
* Support #! commentsgingerBill2018-12-261-1/+1
|