You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps
elsid de7f9f6439
Replace raw for loop by algorithm
To fix compilation error with -D_GLIBCXX_DEBUG:
/home/elsid/dev/openmw/apps/openmw/mwdialogue/dialoguemanagerimp.cpp: In member function ‘virtual void MWDialogue::DialogueManager::write(ESM::ESMWriter&, Loading::Listener&) const’:
/home/elsid/dev/openmw/apps/openmw/mwdialogue/dialoguemanagerimp.cpp:679:78: error: no matching function for call to ‘__gnu_debug::_Safe_iterator<std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char> >, std::__debug::set<std::__cxx11::basic_string<char> >, std::bidirectional_iterator_tag>::_Safe_iterator(std::__debug::set<std::__cxx11::basic_string<char>, Misc::StringUtils::CiComp>::const_iterator)’
  679 |         for (std::set<std::string>::const_iterator iter (mKnownTopics.begin());
      |                                                                              ^
3 years ago
..
benchmarks Move FetchContent for benchmark to extern 3 years ago
bsatool cleans up BSAFile (#3177) 3 years ago
esmtool Use ESM::NAME instead of const char* and std::string as argument type 3 years ago
essimporter New option "config" for specifying additional config directories. 3 years ago
launcher Reuse the same code to load settings in apps/openmw, apps/launcher, apps/opencs 3 years ago
mwiniimporter Avoid extra copy for Utf8Encoder::getUtf8 result 3 years ago
navmeshtool Fix btAABB initialization 3 years ago
niftest remove unused includes: part1 3 years ago
opencs Add StatelessUtf8Encoder to support caller provided buffer for output 3 years ago
openmw Replace raw for loop by algorithm 3 years ago
openmw_test_suite Fix buffer resizing by StatelessUtf8Encoder 3 years ago
wizard remove unused includes: part1 3 years ago
doc.hpp