1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-13 23:46:40 +00:00
Atmosphere/libraries/libstratosphere/include/stratosphere/os
SciresM 3a1ccdd919
Switch atmosphere's build target to C++20. (#952)
* ams: update to build with gcc10/c++20

* remove mno-outline-atomics

* ams: take care of most TODO C++20s

* fusee/sept: update for gcc10

* whoosh, your code now uses pre-compiled headers

* make: dependency fixes
2020-05-11 15:02:10 -07:00
..
impl
os_common_types.hpp
os_condition_variable.hpp
os_condition_variable_api.hpp
os_condition_variable_common.hpp
os_condition_variable_types.hpp
os_event.hpp
os_event_api.hpp
os_event_common.hpp
os_event_types.hpp
os_interrupt_event.hpp
os_interrupt_event_api.hpp
os_interrupt_event_common.hpp
os_interrupt_event_types.hpp
os_managed_handle.hpp
os_memory_common.hpp
os_memory_heap_api.hpp
os_memory_permission.hpp
os_memory_virtual_address_api.hpp
os_message_queue.hpp
os_message_queue_api.hpp
os_message_queue_common.hpp
os_message_queue_types.hpp
os_mutex.hpp
os_mutex_api.hpp
os_mutex_common.hpp
os_mutex_types.hpp
os_process_handle.hpp
os_random.hpp
os_rw_lock.hpp
os_rw_lock_api.hpp
os_rw_lock_common.hpp
os_rw_lock_types.hpp Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
os_sdk_mutex.hpp
os_semaphore.hpp
os_semaphore_api.hpp
os_semaphore_types.hpp
os_system_event.hpp
os_system_event_api.hpp
os_system_event_types.hpp
os_thread.hpp
os_thread_api.hpp
os_thread_common.hpp
os_thread_local_storage_api.hpp
os_thread_local_storage_common.hpp
os_thread_types.hpp
os_tick.hpp
os_timer_event.hpp
os_timer_event_api.hpp
os_timer_event_types.hpp
os_waitable.hpp
os_waitable_api.hpp
os_waitable_types.hpp
os_waitable_utils.hpp