This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-12 08:14:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
99aa427ffaa8d3732d637ca7d4def4ffc2f5a09e
0ad
/
source
/
lib
/
posix
T
History
janwas
64a02932e3
refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary
...
This was SVN commit r9108.
2011-03-23 14:43:35 +00:00
..
tests
OS X Atlas build fix. Fix wcsdup emulation. Remove seemingly unneeded compile flag (
closes
#424
).
2010-05-07 23:09:36 +00:00
posix_aio.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix_dlfcn.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix_errno.h
license change to the more permissible Expat/MIT license for lib/ (see forum thread)
2010-02-08 16:23:39 +00:00
posix_filesystem.h
refactor headers: path_util -> path, native_path -> os_path, remove where unnecessary
2011-03-23 14:43:35 +00:00
posix_mman.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix_pthread.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix_sock.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix_terminal.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix_time.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix_types.h
# towards locale-independent pathnames on Linux
2011-03-21 17:53:13 +00:00
posix_utsname.h
needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups)
2010-03-01 14:52:58 +00:00
posix.cpp
Delete rint/rintf emulation for Windows, since it got broken (the tests fail) and we don't use it any more
2011-03-04 23:16:04 +00:00
posix.h
# towards locale-independent pathnames on Linux
2011-03-21 17:53:13 +00:00