| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests/core: Bring the Makefile more in-sync with build.bat | Yawning Angel | 2024-02-24 | 1 | -0/+1 |
| | | |||||
| * | tests/core/crypto: Reorganize | Yawning Angel | 2024-02-07 | 1 | -1/+1 |
| | | | | | | | | All of our crypto is modern now unless exiled to the legacy sub-package, so move the test cases for the currently un-unified algorithms into the main test driver file, and rename the benchmark driver to reflect reality. | ||||
| * | repo: Add yet another test binary to .gitignore | Yawning Angel | 2024-02-07 | 1 | -0/+1 |
| | | |||||
| * | Add RAD Debugger file to .gitignore. | Jeroen van Rijn | 2024-01-13 | 1 | -0/+3 |
| | | |||||
| * | repo: Add more test binaries to .gitignore | Yawning Angel | 2024-01-07 | 1 | -0/+2 |
| | | |||||
| * | repo: Add more test binaries to .gitignore | Yawning Angel | 2023-11-17 | 1 | -0/+22 |
| | | |||||
| * | Add test for RTTI | Jeroen van Rijn | 2023-10-30 | 1 | -0/+2 |
| | | |||||
| * | Don't gitignore folders named odin. | hchac | 2023-07-11 | 1 | -1/+2 |
| | | |||||
| * | resolve doc-test issues | Jon Lipstate | 2023-04-06 | 1 | -0/+2 |
| | | |||||
| * | Change llvm-copy-to-zip path to use real one, instead of link | Felipe Lavratti | 2022-09-28 | 1 | -1/+1 |
| | | |||||
| * | Changed nightly build for linux to include the llvm library file | Felipe Lavratti | 2022-09-21 | 1 | -0/+1 |
| | | |||||
| * | Update .gitignore | gingerBill | 2022-09-17 | 1 | -0/+1 |
| | | |||||
| * | Allow CSV/TSV reader to read multi-line fields. | Jeroen van Rijn | 2022-05-13 | 1 | -0/+2 |
| | | |||||
| * | Revert "Merge pull request #1702 from Kelimion/filename_generation" | Jeroen van Rijn | 2022-04-24 | 1 | -1/+0 |
| | | | | | | This reverts commit a40a53b10447c9223c24cccf565a95f1773d3922, reversing changes made to 5422a3b17eae821df4adf869960995e922eb0e76. | ||||
| * | Compiler: Add early error for output path being a directory. | Jeroen van Rijn | 2022-04-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | - Introduce new `Path` type and an array of build paths on the build context. - Resolve input and output paths/files early (before parsing). - Error early if inputs are missing or outputs are directories. - Plumb new file path generation into linker stage instead of its adhoc method. TODO: - Remove more adhoc file path generation in parser and linker stage. - Make intermediate object file generation use new path system. - Round out and robustify Path helper functions. | ||||
| * | Update .gitignore | gingerBill | 2022-03-09 | 1 | -0/+2 |
| | | |||||
| * | Ignores DS_Store files which MacOS uses for Indexing or some crap | Platin21 | 2022-02-05 | 1 | -0/+3 |
| | | |||||
| * | Added vs code to git ignore | Jose Luis Rey Mendez | 2021-03-06 | 1 | -0/+2 |
| | | |||||
| * | added the demo to the gitignore | KTRosenberg | 2020-01-02 | 1 | -1/+2 |
| | | |||||
| * | Integrate microsoft_craziness better. | castano | 2019-11-14 | 1 | -0/+2 |
| | | |||||
| * | Add a file-, console- and multi-logger | Mikkel Hjortshoej | 2018-12-08 | 1 | -2/+1 |
| | | |||||
| * | Add package encoding/cel | gingerBill | 2018-12-03 | 1 | -0/+1 |
| | | |||||
| * | Fixed foreign import for linux. Modified .gitignore to ignore temp files and ↵ | vassvik | 2017-11-10 | 1 | -0/+10 |
| | | | | | files in shared/. Added a Makefile for linux | ||||
| * | Change code to match original MSVC | Ginger Bill | 2017-04-10 | 1 | -1/+2 |
| | | |||||
| * | Merge https://github.com/gingerBill/Odin | Zac Pierson | 2017-03-21 | 1 | -4/+3 |
| |\ | | | | | | | "Fixed" a proc overload bug. Still needs a *real* fix. | ||||
| | * | Cleanup root directory | Ginger Bill | 2017-03-03 | 1 | -4/+2 |
| | | | |||||
| | * | Remove all binariesllvm-4.0-windows | Ginger Bill | 2017-03-03 | 1 | -0/+1 |
| | | | |||||
| * | | MacOS is able to run Hello World! | Zachary Pierson | 2017-02-06 | 1 | -0/+1 |
| | | | |||||
| * | | Added Linux functions throughout the code, but it segfaults. | Zac Pierson | 2017-02-06 | 1 | -0/+5 |
| |/ | |||||
| * | Untyped `nil` | Ginger Bill | 2016-10-06 | 1 | -0/+1 |
| | | |||||
| * | Remove the need for clang | Ginger Bill | 2016-09-21 | 1 | -1/+0 |
| | | | | | Replaced by: opt -> llc -> link | ||||
| * | LLVM Binaries | gingerBill | 2016-08-05 | 1 | -1/+2 |
| | | |||||
| * | Initial release version | gingerBill | 2016-07-09 | 1 | -1/+253 |
| | | | | | | | * Code cleanup * Fix some TODOs * Reduce heap allocation use and replace with arena allocation | ||||
| * | Initial Commit | gingerBill | 2016-07-07 | 1 | -0/+4 |
| Original Git Repo "went bad" so I had to restart. | |||||