1
0
forked from 0ad/0ad
0ad/source/ps/XML
wraitii ba736916fc Clean up ThreadUtil, use standard C++11 constructs instead of custom ones.
ThreadUtil shipped a scope lock and a mutex implementation, which can be
removed since we now have these in the standard library.
This lets us clean up this header which get included everywhere (through
profiler includes).

Tested By: Angen and Stan
Differential Revision: https://code.wildfiregames.com/D1915
This was SVN commit r22344.
2019-06-06 19:30:48 +00:00
..
tests Fix warnings in vs2015 when building tests. 2019-01-12 16:23:47 +00:00
RelaxNG.cpp Clean up ThreadUtil, use standard C++11 constructs instead of custom ones. 2019-06-06 19:30:48 +00:00
RelaxNG.h XML validation. Based on patch by historic_bruno. Refs #245. 2015-06-07 21:56:52 +00:00
Xeromyces.cpp Clean up ThreadUtil, use standard C++11 constructs instead of custom ones. 2019-06-06 19:30:48 +00:00
Xeromyces.h XML validation. Based on patch by historic_bruno. Refs #245. 2015-06-07 21:56:52 +00:00
XeroXMB.cpp Use iterators for XMBAttributeList and XMBElementList. Fixes #3269. 2015-06-01 00:29:35 +00:00
XeroXMB.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
XMLWriter.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
XMLWriter.h Fix warnings in vs2015 when building tests. 2019-01-12 16:23:47 +00:00