summaryrefslogtreecommitdiff
path: root/src/unittests/utils
AgeCommit message (Collapse)AuthorFilesLines
2025-06-05fix missing __xmlParserVersion() compat in newer libxml2, spotted by bakaiFedja Beader1-1/+6
libxml2 deprecated __xmlParserVersion() and added a pointer to constant string version in commit 2023-09-20 "globals: Don't store xmlParserVersion in global state" and added a compat function with it. This commit was made before v2.12.0 was released. Thus, any version *past* unreleased v2.12.0 is guaranteed to have the new API. The compat function was removed at some point later, causing a compile failure. **** mana/plus!190
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader12-36/+36
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2025-02-24added manaverse' copyright line to src/jak11-0/+1
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak11-1/+1
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130
2024-02-21Const correct variable to hold __xmlParserVersion() valueewewukek1-1/+1
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva11-11/+22
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas5-16/+16
2019-03-07Add function for find first right separatorAndrei Karas1-0/+21
2019-01-01Update copyright year.Andrei Karas12-12/+12
2018-11-27Remove extra ; from different code.Andrei Karas6-23/+23
2018-10-29Fix code style.s20181102Andrei Karas1-1/+1
2018-09-20Remove extra include.Andrei Karas1-2/+1
2018-09-20Add test with loading xml file from disk.Andrei Karas1-0/+17
2018-09-20Add check for compiled/linked libxml2 version.Andrei Karas1-0/+16
2018-05-23Fix warnings in new clang5 builds.Andrei Karas1-0/+3
2018-03-04Fix style issue in itemxmlutils.ccAndrei Karas1-2/+2
2018-03-03Fix memory leak in unit tests.Andrei Karas1-0/+9
2018-03-03Add support for item stat ranges.Andrei Karas1-0/+75
Example: ... hp="10-15" mp="1-2" ...
2018-03-02Add unit tests for itemxmlutils.Andrei Karas2-0/+343
2018-01-04Update copyrights year.Andrei Karas11-11/+11
2017-09-14Fix unit tests error with undefined config variable.Andrei Karas4-38/+43
2017-09-12Create logger in unit tests before other code.Andrei Karas7-40/+0
This need because now sdl may raise error or assert almost at start.
2017-09-01Fix code style.Andrei Karas1-4/+0
2017-09-01Fix unit tests after last changes in configuration.cppAndrei Karas3-12/+26
2017-08-31Remove extra includes.Andrei Karas2-4/+0
2017-08-31Remove now useless leak tests in unit tests.Andrei Karas3-54/+0
2017-08-31Remove extra includes.Andrei Karas1-1/+0
2017-08-31Improve setting default values for configuration objects.Andrei Karas4-7/+7
2017-08-30Add missing init code into some unit tests.Andrei Karas1-0/+34
2017-08-29Remove _unittest from unit tests file names.Andrei Karas11-0/+0
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas2-4/+4
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-07Move unit tests into unittests directory.Andrei Karas11-0/+3728