aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Fix entity nullptr checkHarold Brenes2025-09-291-0/+1
|
* Ignore patterns for local development in CMakeHarold Brenes2025-09-291-0/+5
|
* Add clangd stuff to gitignoreFourteenBrush2025-07-111-0/+5
|
* Add `*.a` to `.gitignore`Feoramund2025-06-191-0/+1
|
* Fix os2.clean_path on WindowsJeroen van Rijn2025-05-111-0/+1
|
* Add .rdi RadDbg files to .gitignoreJeroen van Rijn2025-05-091-1/+1
|
* odin manifest fileThomas la Cour2024-08-211-0/+3
|
* Add `.gitignore` for `tests` directoryFeoramund2024-08-121-2/+0
|
* Fix `.gitignore`Feoramund2024-08-101-1/+1
| | | | | - Remove all-encompassing `benchmark` - Add exception for `core:simd/x86`
* repo: Cleanup the .gitignore to match the new test runnerYawning Angel2024-07-151-32/+1
|
* Add `vendor:wgpu`Laytan Laats2024-06-121-1/+1
|
* compiler: improve target features supportLaytan Laats2024-05-021-1/+3
|
* repo: Add more test binaries to .gitignoreYawning Angel2024-04-211-0/+4
|
* tests/core: Bring the Makefile more in-sync with build.batYawning Angel2024-02-241-0/+1
|
* tests/core/crypto: ReorganizeYawning Angel2024-02-071-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 .gitignoreYawning Angel2024-02-071-0/+1
|
* Add RAD Debugger file to .gitignore.Jeroen van Rijn2024-01-131-0/+3
|
* repo: Add more test binaries to .gitignoreYawning Angel2024-01-071-0/+2
|
* repo: Add more test binaries to .gitignoreYawning Angel2023-11-171-0/+22
|
* Add test for RTTIJeroen van Rijn2023-10-301-0/+2
|
* Don't gitignore folders named odin.hchac2023-07-111-1/+2
|
* resolve doc-test issuesJon Lipstate2023-04-061-0/+2
|
* Change llvm-copy-to-zip path to use real one, instead of linkFelipe Lavratti2022-09-281-1/+1
|
* Changed nightly build for linux to include the llvm library fileFelipe Lavratti2022-09-211-0/+1
|
* Update .gitignoregingerBill2022-09-171-0/+1
|
* Allow CSV/TSV reader to read multi-line fields.Jeroen van Rijn2022-05-131-0/+2
|
* Revert "Merge pull request #1702 from Kelimion/filename_generation"Jeroen van Rijn2022-04-241-1/+0
| | | | | This reverts commit a40a53b10447c9223c24cccf565a95f1773d3922, reversing changes made to 5422a3b17eae821df4adf869960995e922eb0e76.
* Compiler: Add early error for output path being a directory.Jeroen van Rijn2022-04-241-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 .gitignoregingerBill2022-03-091-0/+2
|
* Ignores DS_Store files which MacOS uses for Indexing or some crapPlatin212022-02-051-0/+3
|
* Added vs code to git ignoreJose Luis Rey Mendez2021-03-061-0/+2
|
* added the demo to the gitignoreKTRosenberg2020-01-021-1/+2
|
* Integrate microsoft_craziness better.castano2019-11-141-0/+2
|
* Add a file-, console- and multi-loggerMikkel Hjortshoej2018-12-081-2/+1
|
* Add package encoding/celgingerBill2018-12-031-0/+1
|
* Fixed foreign import for linux. Modified .gitignore to ignore temp files and ↵vassvik2017-11-101-0/+10
| | | | files in shared/. Added a Makefile for linux
* Change code to match original MSVCGinger Bill2017-04-101-1/+2
|
* Merge https://github.com/gingerBill/OdinZac Pierson2017-03-211-4/+3
|\ | | | | | | "Fixed" a proc overload bug. Still needs a *real* fix.
| * Cleanup root directoryGinger Bill2017-03-031-4/+2
| |
| * Remove all binariesllvm-4.0-windowsGinger Bill2017-03-031-0/+1
| |
* | MacOS is able to run Hello World!Zachary Pierson2017-02-061-0/+1
| |
* | Added Linux functions throughout the code, but it segfaults.Zac Pierson2017-02-061-0/+5
|/
* Untyped `nil`Ginger Bill2016-10-061-0/+1
|
* Remove the need for clangGinger Bill2016-09-211-1/+0
| | | | Replaced by: opt -> llc -> link
* LLVM BinariesgingerBill2016-08-051-1/+2
|
* Initial release versiongingerBill2016-07-091-1/+253
| | | | | | * Code cleanup * Fix some TODOs * Reduce heap allocation use and replace with arena allocation
* Initial CommitgingerBill2016-07-071-0/+4
Original Git Repo "went bad" so I had to restart.