boo/include/boo
Lioncash 0eb9f2caeb MIDIEncoder: Make _sendMessage overload for the ContiguousContainer concept
We can utilize the std::data and std::size utility functions to support
passthrough-ing data for any container that satisfies the
ContiguousContainer concept, which would be either std::array,
std::string, or std::vector.

This way we can utilize std::array internally without exposing the
inclusion within the header.
2019-08-24 21:50:08 -04:00
..
audiodev MIDIEncoder: Make _sendMessage overload for the ContiguousContainer concept 2019-08-24 21:50:08 -04:00
graphicsdev IGraphicsDataFactory: std::move vertex and fragment tokens in newShaderPipeline 2019-08-24 20:21:28 -04:00
inputdev General: Tidy up includes 2019-08-19 21:02:56 -04:00
BooObject.hpp Don't use template parameter in equality op 2019-08-18 12:45:58 -07:00
DeferredWindowEvents.hpp General: Tidy up includes 2019-08-19 21:02:56 -04:00
IApplication.hpp General: Tidy up includes 2019-08-19 21:02:56 -04:00
IGraphicsContext.hpp Avoid using None in enums, fix compilation 2019-08-20 01:06:52 -07:00
IWindow.hpp General: Tidy up includes 2019-08-19 21:02:56 -04:00
System.hpp System: Take input parameter for operator|= and &= by value 2019-08-17 20:40:47 -04:00
ThreadLocalPtr.hpp New code style refactor 2018-12-07 19:17:51 -10:00
UWPViewProvider.hpp General: Tidy up includes 2019-08-19 21:02:56 -04:00
boo.hpp General: Tidy up includes 2019-08-19 21:02:56 -04:00