Age | Commit message (Collapse) | Author |
|
|
|
file preload path fixes
|
|
|
|
Wno warn absolute paths
|
|
|
|
|
|
- converted sdl_image_jpeg to using sdl_image.c
|
|
|
|
Cvt functions
|
|
|
|
|
|
|
|
|
|
Previously, an exported function contained in a library would not be found by
the linker if the library did not contain symbols transitively reachable from
main.
|
|
|
|
-I/-L path warning for codebases that understand they are crosscompiling and aren't referring to native system headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
avoid problems where depending on the order of tests results can be different
|
|
handle IPv6 addresses in inet_ntop and inet_pton
|
|
initial vfs work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
same built libraries
|
|
|
|
consistent across machines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dest paths, and fix test_preload_file
|
|
split up FS.init
|
|
|
|
|
|
incoming
|
|
testing for no system c++ headers showing up in our path
|