sirit/src
Lioncash 47d85b81a7 CMakeLists: Apply compilation flags to the sirit target
Previously this wasn't utilizing any of the compiler flags, meaning it
wasn't applying any of the specified warnings.

Since applying the warnings to the target, this uncovered a few warning
cases, such as shadowing class variables on MSVC, etc, which have been fixed.
2019-03-14 19:30:54 -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 Change clang-format settings 2019-03-11 03:26:21 -03:00
stream.h Change clang-format settings 2019-03-11 03:26:21 -03:00