Morten Vassvik
|
e04ba7530d
|
Updated makefile to run demo package instead of demo.odin
|
2018-07-05 15:48:55 +02:00 |
|
Morten Vassvik
|
ea055f1465
|
Surrounded explicit link paths (.a and .so) and the exe path for 'odin run' in quotes, so that it works in paths containing characters that must be escaped (like spaces)
|
2018-07-05 15:46:11 +02:00 |
|
Morten Vassvik
|
3b2c867817
|
Replaced CLOCK_PROCESS_CPUTIME_ID with CLOCK_MONOTONIC in calls to clock_gettime and clock_getres to make timings on calling external executables accurate instead of showing them taking negligible time on linux.
|
2018-07-04 21:04:48 +02:00 |
|
Morten Vassvik
|
cb7a343caf
|
Fixed '_alloc_command_line_arguments()' in os_linux.odin to use the new cstrings, and made 'odin run' use the full executable path.
|
2018-03-01 12:58:57 +01:00 |
|
vassvik
|
9e0b69312b
|
Fixed foreign import for linux. Modified .gitignore to ignore temp files and files in shared/. Added a Makefile for linux
|
2017-11-10 21:31:13 +01:00 |
|