| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Basic functionality, except for `map` and correct nested typename mangling | gingerBill | 2020-03-07 | 1 | -1/+2 |
| | | |||||
| * | Global variable initialization support | gingerBill | 2020-02-23 | 1 | -2/+2 |
| | | |||||
| * | Basic work on obj generation | gingerBill | 2020-02-23 | 1 | -1/+6 |
| | | |||||
| * | Begin LLVM C API integration | gingerBill | 2020-02-01 | 1 | -2/+5 |
| | | |||||
| * | Remove -Wno-writable-strings | gingerBill | 2020-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add the ability to toggle release mode externally when calling build.bat | vassvik | 2019-12-22 | 1 | -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 type | gingerBill | 2019-12-01 | 1 | -1/+1 |
| | | |||||
| * | Add `strings.ptr_from_string` | gingerBill | 2019-12-01 | 1 | -1/+1 |
| | | |||||
| * | Add range_cache.cpp | gingerBill | 2019-10-26 | 1 | -1/+0 |
| | | |||||
| * | Fix debug mode for build.bat | gingerBill | 2019-09-02 | 1 | -3/+3 |
| | | |||||
| * | Fix build.bat | gingerBill | 2019-09-02 | 1 | -4/+3 |
| | | |||||
| * | Thread pool fixes | gingerBill | 2019-09-01 | 1 | -6/+7 |
| | | |||||
| * | Remove -keep-temp-files from the build.bat | gingerBill | 2019-03-31 | 1 | -1/+1 |
| | | |||||
| * | Reimplement -collection; remove `static` from Odin tokenizer/parser in core ↵ | gingerBill | 2019-02-23 | 1 | -2/+2 |
| | | | | | library | ||||
| * | last fixes to bats and README | Mikkel Hjortshoej | 2019-02-06 | 1 | -2/+2 |
| | | |||||
| * | Create CI files | Mikkel Hjortshoej | 2019-02-06 | 1 | -1/+0 |
| | | |||||
| * | Remove debug printing text | gingerBill | 2019-01-05 | 1 | -1/+1 |
| | | |||||
| * | Support #! comments | gingerBill | 2018-12-26 | 1 | -1/+1 |
| | | |||||