]> git.lyx.org Git - features.git/commit
Make trivstring class ready for use
authorGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 12:12:26 +0000 (13:12 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 12:14:17 +0000 (13:14 +0100)
commit83bee109db2f535b1a92b02eef811c1476d9f9cf
treef7b71d8751ac46af16010fb8c5ec4bafee24580e
parent46f7b578b2bb1313afaacf3f75ffb15ccaae7bd2
Make trivstring class ready for use

The interface is now 100% unit tested, and the typedefs depend on the new
STD_STRING_USES_COW configuration variable. The only missing bit is to detect
clang and disable STD_STRING_USES_COW for clang.
CMakeLists.txt
config/lyxinclude.m4
src/support/Makefile.am
src/support/strfwd.h
src/support/tests/CMakeLists.txt
src/support/tests/check_trivstring.cpp
src/support/tests/regfiles/trivstring
src/support/trivstring.cpp
src/support/trivstring.h