HomeWildfire Games

Upgrades cxxtest.

Description

Upgrades cxxtest.

Replaces cxxtest-4.3 with cxxtest-4.4 (without .gitignore or .cvsignore files) (see r14817).
Applies the same changes as done in r14818 to the new version.

Details

Committed
leperAug 24 2014, 10:19 AM
Parents
rP15666: Fix some greek unit names. Patch by pstumpf2. Fixes #2746.
Branches
Unknown
Tags
Unknown

Event Timeline

Silier added a subscriber: Silier.Jun 8 2020, 6:55 PM
Silier added inline comments.
/ps/trunk/libraries/source/cxxtest-4.4/cxxtest/XmlFormatter.h
609

--without-pch --jenkins-tests

Severity Code Description Project File Line Suppression State
Error C3861 'ctime_r': identifier not found (compiling source file ..\..\..\source\test_root.cpp) test D:\A.0.Development\libraries\source\cxxtest-4.4\cxxtest\XmlFormatter.h 609

Stan added a subscriber: Stan.Jan 1 2021, 7:04 PM
Stan added inline comments.
/ps/trunk/libraries/source/cxxtest-4.4/cxxtest/XmlFormatter.h
602

This macro is incorrect. It should be _WIN32 else it will rely on it being defined by ScriptTypes.h:24 (Which doesn't happen in no pch.

#ifdef _WIN32
# define XP_WIN
# ifndef WIN32
#  define WIN32 // SpiderMonkey expects this
# endif
#endif

It should use _WIN_32 instead.