aboutsummaryrefslogtreecommitdiff
path: root/tests/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-15tests: Add tests for loading special filesArseny Kapoulkine1-1/+1
2016-11-19tests: Fix unused variable warning in some compilersArseny Kapoulkine1-2/+3
2016-01-24Fix whitespace issuesStephan Beyer1-6/+6
2015-04-12Permit custom allocation function to throwArseny Kapoulkine1-8/+28
2015-04-11tests: Improve out-of-memory testsArseny Kapoulkine1-0/+9
2014-10-26tests: Add a way for tests to verify allocation failureArseny Kapoulkine1-0/+6
2014-10-21tests: Assert on out-of-memory in testsArseny Kapoulkine1-0/+1
2014-02-26tests: Fix WinCE compilationArseny Kapoulkine1-1/+1
2014-02-19tests: Write temporary files to executable folder.Arseny Kapoulkine1-5/+18
2014-02-10Replace memory-management functions before every test.Arseny Kapoulkine1-0/+2
2012-03-06tests: Miscellaneous fixesarseny.kapoulkine@gmail.com1-0/+5
2012-03-06tests: Android compilation fixesarseny.kapoulkine@gmail.com1-1/+4
2012-02-19tests: Minor fixes for WinCE compilationarseny.kapoulkine@gmail.com1-2/+10
2011-02-16tests: Fixed C++/CLI compilation warningarseny.kapoulkine1-0/+1
2010-12-19Enabled many additional GCC warnings (most notably -Wshadow and -Wold-style-c...arseny.kapoulkine1-1/+1
2010-08-29tests: Various compilation fixes for BCC and MSVC6arseny.kapoulkine1-0/+1
2010-08-29tests: Remove new/delete overrides (all pugi code now uses custom allocators)arseny.kapoulkine1-62/+0
2010-08-29tests: Deallocation of null pointer is illegal for custom allocatorsarseny.kapoulkine1-11/+11
2010-08-04tests: Fixed tests for wchar_t mode, added dummy std::cout/wcout usage for MS...arseny.kapoulkine1-1/+7
2010-08-03tests: New and delete operators now use test allocator and thus are subject t...arseny.kapoulkine1-0/+55
2010-07-19Set svn:eol-style to native for all text filesarseny.kapoulkine1-149/+149
2010-07-15tests: Added Xbox360 and PS3 toolset supportarseny.kapoulkine1-0/+9
2010-06-13Internal XML parsing error handling is done via setjmp/longjmp, all allocatio...arseny.kapoulkine1-1/+1
2010-05-09Improved memory leak detectionarseny.kapoulkine1-2/+6
2010-05-06Integrated changes from unicode branch to trunkarseny.kapoulkine1-19/+16
2010-04-20unicode: Fixed tests for Linuxarseny.kapoulkine1-0/+7
2009-10-29tests: CodeWarrior and BCC supportedarseny.kapoulkine1-1/+6
2009-10-29tests: Tests can work without exceptions nowarseny.kapoulkine1-7/+33
2009-10-29tests: Supported all pugixml compilation modesarseny.kapoulkine1-26/+34
2009-10-28tests: More fixes and toolsets supportarseny.kapoulkine1-5/+5
2009-10-20tests: Added memory leak detectionarseny.kapoulkine1-0/+50
2009-10-10tests: Added simple test framework, added a couple of testsarseny.kapoulkine1-5/+38
2009-10-10Initial test building support along with a stub test filearseny.kapoulkine1-0/+10