sirit/src
Lioncash 59f795bd6d stream: Change std::string overload for Write to use a std::string_view
Allows various string types to be used with the overload without
constructing a std::string (such as const char* etc).
2019-03-16 02:51:35 -03:00
..
instructions Pass std::string by value where applicable. 2019-03-14 04:30:39 -03:00
.gitignore Ignore sirit.h symlink 2018-10-23 04:51:34 -03:00
CMakeLists.txt CMakeLists: Apply compilation flags to the sirit target 2019-03-14 19:30:54 -03:00
common_types.h Upgrade from LGPLv2.1 to LGPLv3 2018-11-16 04:10:10 -03:00
literal_number.cpp Change clang-format settings 2019-03-11 03:26:21 -03:00
literal_number.h src: Amend missing override specifiers 2019-03-14 02:25:57 -04:00
literal_string.cpp Pass std::string by value where applicable. 2019-03-14 04:30:39 -03:00
literal_string.h Pass std::string by value where applicable. 2019-03-14 04:30:39 -03:00
op.cpp CMakeLists: Apply compilation flags to the sirit target 2019-03-14 19:30:54 -03:00
op.h CMakeLists: Apply compilation flags to the sirit target 2019-03-14 19:30:54 -03:00
operand.cpp CMakeLists: Apply compilation flags to the sirit target 2019-03-14 19:30:54 -03:00
operand.h Change clang-format settings 2019-03-11 03:26:21 -03:00
sirit.cpp CMakeLists: Apply compilation flags to the sirit target 2019-03-14 19:30:54 -03:00
stream.cpp stream: Change std::string overload for Write to use a std::string_view 2019-03-16 02:51:35 -03:00
stream.h stream: Change std::string overload for Write to use a std::string_view 2019-03-16 02:51:35 -03:00