| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve the C++ to be more correct for clang on Windows, still requiring the ↵ | gingerBill | 2021-08-19 | 1 | -1/+1 |
| | | | | | same disabled warnings as on *nix | ||||
| * | Rename libtommath.c to libtommath.cpp | gingerBill | 2021-07-11 | 1 | -4/+4 |
| | | |||||
| * | Add -Wno-unused-value | gingerBill | 2021-07-11 | 1 | -1/+1 |
| | | |||||
| * | Fix tab and space issue in Makefile | gingerBill | 2021-07-11 | 1 | -24/+24 |
| | | | | | FUCK DO I HATE Makefile whitespace sensitivity between spaces and tabs | ||||
| * | Update build.bat and Makefile | gingerBill | 2021-07-11 | 1 | -1/+1 |
| | | |||||
| * | Change the compiler's big integer library to use libTomMath | gingerBill | 2021-07-11 | 1 | -3/+6 |
| | | | | | This now replaces Bill's crappy big int implementation | ||||
| * | Makefile fix | gingerBill | 2021-05-27 | 1 | -4/+11 |
| | | |||||
| * | Minor change to Makefile | gingerBill | 2021-05-27 | 1 | -11/+4 |
| | | |||||
| * | Convert tabs to spaces for `Makefile` (stupid make) | gingerBill | 2021-05-27 | 1 | -27/+27 |
| | | |||||
| * | Add llvm-config version 11 check for Darwin in Makefile | gingerBill | 2021-05-11 | 1 | -18/+23 |
| | | |||||
| * | Change non-target indentation in Makefile to spaces to fix make error | Mikkel Hjortshøj | 2021-04-30 | 1 | -17/+17 |
| | | |||||
| * | Update Makefile for Linux | gingerBill | 2021-04-28 | 1 | -6/+7 |
| | | |||||
| * | Update `llvm-config` checking on Linux | gingerBill | 2021-04-28 | 1 | -1/+9 |
| | | |||||
| * | Fix Makefile for OSX | Ricardo Silva | 2021-04-28 | 1 | -1/+1 |
| | | |||||
| * | Fix Makefile for macOs | gingerBill | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | Update Makefile | gingerBill | 2021-04-27 | 1 | -3/+7 |
| | | |||||
| * | Add `-DODIN_VERSION_RAW` to Makefile | gingerBill | 2021-04-25 | 1 | -0/+1 |
| | | |||||
| * | Remove the need for `LLVM_BACKEND_SUPPORT` | gingerBill | 2021-04-25 | 1 | -2/+2 |
| | | |||||
| * | Revert changes to macOS Makefile | gingerBill | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | Update Makefile for macOS to be more "correct" with Linux | gingerBill | 2021-04-25 | 1 | -1/+1 |
| | | |||||
| * | Try specifying the specific libs on Linux | gingerBill | 2021-04-25 | 1 | -2/+2 |
| | | |||||
| * | Try `llvm-config-11` in the Makefil | gingerBill | 2021-04-24 | 1 | -2/+2 |
| | | |||||
| * | Modify flags in Makefile | gingerBill | 2021-04-24 | 1 | -4/+4 |
| | | |||||
| * | Up ci.yml | gingerBill | 2021-04-24 | 1 | -2/+2 |
| | | |||||
| * | Update Makefile to compile with LLVM C API | gingerBill | 2021-04-24 | 1 | -0/+6 |
| | | |||||
| * | [CI] Remove -march for makefile nightly | Mikkel Hjortshøj | 2020-11-08 | 1 | -1/+1 |
| | | |||||
| * | Add git sha to `odin version` command | Mikkel Hjortshoej | 2020-08-23 | 1 | -1/+5 |
| | | |||||
| * | Remove -Wno-writable-strings | gingerBill | 2020-01-04 | 1 | -1/+1 |
| | | |||||
| * | Fix recursive variable in makefile on macOS | Mikkel Hjortshøj | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Fix makefile for macOS | Mikkel Hjortshøj | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Update Makefile to reflect build.sh | gingerBill | 2019-01-13 | 1 | -4/+4 |
| | | |||||
| * | Updated makefile to run demo package instead of demo.odin | Morten Vassvik | 2018-07-05 | 1 | -1/+1 |
| | | |||||
| * | Fixed foreign import for linux. Modified .gitignore to ignore temp files and ↵ | vassvik | 2017-11-10 | 1 | -0/+24 |
| files in shared/. Added a Makefile for linux | |||||