| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1605 from colrdavidson/linux_build | gingerBill | 2022-03-14 | 1 | -3/+3 |
| |\ | | | | | Make llvm-config build more general for linux | ||||
| | * | refix make, adjust build for CI weirdness | Colin Davidson | 2022-03-09 | 1 | -13/+9 |
| | | | |||||
| | * | Make llvm-config build more general for linux | Colin Davidson | 2022-03-09 | 1 | -12/+16 |
| | | | |||||
| * | | update to build for FreeBSD | Al Hoang | 2022-03-08 | 1 | -0/+6 |
| |/ | |||||
| * | Merge pull request #1557 from semarie/openbsd-support | gingerBill | 2022-02-28 | 1 | -3/+11 |
| |\ | | | | | initial OpenBSD support | ||||
| | * | pass -ldl only on Darwin and Linux | Sébastien Marie | 2022-02-25 | 1 | -4/+6 |
| | | | |||||
| | * | initial OpenBSD support | Sébastien Marie | 2022-02-25 | 1 | -0/+6 |
| | | | |||||
| * | | Allow custom LLVM_CONFIG | Mohamed Akram | 2022-02-25 | 1 | -7/+3 |
| |/ | |||||
| * | Changed match to be arbitrary width | Platin21 | 2022-01-22 | 1 | -1/+1 |
| | | | | | (cant do exact match as we never know how much subversion's llvm does) | ||||
| * | Removes maybe unsupported versions | Platin21 | 2022-01-22 | 1 | -1/+1 |
| | | |||||
| * | Added pattern function so we can match whatever llvm versions we want | Platin21 | 2022-01-22 | 1 | -15/+23 |
| | | | | | | Right now we match every version that is 13 something for arm64 on macOS And for x86 we allow any above 11 and including 11 | ||||
| * | Changed make file so that it allows for multiple LLVM versions instead of a ↵ | Platin21 | 2022-01-22 | 1 | -11/+15 |
| | | | | | single one on Darwin | ||||
| * | Changes to required llvm version 13 as both 12 and 11 don't work correctly ↵ | Platin21 | 2021-12-19 | 1 | -2/+12 |
| | | | | | on macOS Apple Silicon | ||||
| * | build: Support the Fedora LLVM 11 package | Yawning Angel | 2021-10-31 | 1 | -0/+2 |
| | | | | | | Fedora is on LLVM 12, and the backward compatibility package has a non-standard name for llvm-config. | ||||
| * | Add `odin report` command to help with bug reports. | Jeroen van Rijn | 2021-10-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add new Odin command, `odin report`, which prints information helpful to resolving or reporting a bug. ``` W:\Odin> odin report Where to find more information and get into contact when you encounter a bug: Website: https://odin-lang.org GitHub: https://github.com/odin-lang/Odin/issues Useful information to add to a bug report: Odin: dev-2021-10:256bebfe OS: Windows 10 Professional (version: 20H2), build 19042.1266 CPU: AMD Ryzen 7 1800X Eight-Core Processor RAM: 65469 MiB W:\Odin> TODO: - CPU name on ARM/ARM64 ``` | ||||
| * | Fix Makefile. | Jeroen van Rijn | 2021-08-28 | 1 | -26/+23 |
| | | |||||
| * | 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 | |||||