aboutsummaryrefslogtreecommitdiff
path: root/core/os_linux.odin
Commit message (Expand)AuthorAgeFilesLines
* v0.2.0v0.2.0Ginger Bill2017-04-301-4/+4
* Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...Ginger Bill2017-04-301-7/+7
* Basic Linux Build!Ginger Bill2017-04-091-92/+82
* Merged from upstream, fixed 'args' name colissionZachary Pierson2017-04-061-0/+100
* Bridged a bugfix from os_windows to other os's.Zachary Pierson2017-04-041-4/+4
* It's terrible, but I added _some_ form of launch args support for Linux/macOSZachary Pierson2017-04-021-0/+2
* Literally just a commit to revert a previous one.Zachary Pierson2017-03-311-1/+0
* Fixed os_linux and os_x read_entire_file function not null-terminating data.Zac Pierson2017-03-211-1/+2
* Remember kids, always test your code. There was a variable name colission in ...Zac Pierson2017-03-211-2/+3
* Fixed some memory leaks and made os_* use strings.odinZac Pierson2017-03-211-20/+16
* Added `getenv` to the *nix stdlib.Zac Pierson2017-02-231-0/+9
* Fixed an error in function naming in os_linuxZac Pierson2017-02-151-1/+1
* Changed standard libraries for MacOS and Linux to be closer to os_windows.Zachary Pierson2017-02-121-9/+0
* Updated Linux standard library to convert c strsZachary Pierson2017-02-121-11/+3
* Temporary fix for an Odin bug.Zachary Pierson2017-02-111-3/+3
* Added support for reading files on MacOS and LinuxZachary Pierson2017-02-111-142/+103
* Added dynamic library loading to Linux and MacOS's standard libraries.Zachary Pierson2017-02-111-2/+32
* Added a very basic Linux standard library shamelessly stolen from the MacOS one.Zachary Pierson2017-02-071-0/+231