summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-02corrected namespace in testHoward Hinnant
2012-02-01added const nullptr testsMarshall Clow
2012-02-01removed duplicated tests - Howard was quicker than me.Marshall Clow
2012-02-01Added tests for catching const/non-const nullptrMarshall Clow
2012-02-01Add test for pointer qualification conversion.Howard Hinnant
2012-02-01Add some tests to test catching nullptr with pointers and member pointers. T...Howard Hinnant
2012-02-01Quash a TODO related to catching pointer-to-member. These tests fail on my c...Howard Hinnant
2012-02-01Quash TODO regarding catch by function type. Add tests to back it up.Howard Hinnant
2012-02-01Quash TODO regarding catch by array type. Add tests to back it up.Howard Hinnant
2012-02-01Here's a test for catching pointers.Howard Hinnant
2012-01-31More test cases concentrating on catching class types.Howard Hinnant
2012-01-31Some unwinding test casesHoward Hinnant
2012-01-31Drop the stress a notch on dynamic_cast_stress.cpp. Otherwise it occasionall...Howard Hinnant
2012-01-31Correct test bug.Howard Hinnant
2012-01-28Minor header fixups for test.Howard Hinnant
2012-01-28Silence a warning.Howard Hinnant
2012-01-24Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant
2012-01-22Change header to generic, instead of implementation specificHoward Hinnant
2012-01-16One more small optimization: Where possible, for loops that do a search and ...Howard Hinnant
2012-01-16Comment smithing. Changed some casts from C-style to C++. And added timings...Howard Hinnant
2012-01-16I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant
2012-01-13Enclosed is a stress test for dynamic_cast. It stresses both libc++abi, and ...Howard Hinnant
2012-01-12Oops, forgot to svn add the new test.Howard Hinnant
2012-01-12Put debug print statments under a flag so that I can get a first glimpse at p...Howard Hinnant
2012-01-12Fixed a couple of bugs, updated many comments, and am including a comprehensi...Howard Hinnant
2011-12-15Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant
2011-12-13Fix size calculation for pointer to member functionHoward Hinnant
2011-12-09Added support for <special-name> ::= TC <first type> <number> _ <second type>...Howard Hinnant
2011-12-06Add/update copyright noticesHoward Hinnant
2011-12-01Updated heuristic regulating small string bufferHoward Hinnant
2011-08-12demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant
2011-07-20Memory manangement routines for exception objectsMarshall Clow
2011-07-20Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow
2011-06-22In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant
2011-06-13Clean up the vector testsMarshall Clow
2011-06-10Implement vector new and delete functionalityMarshall Clow
2011-06-07tabs to spacesHoward Hinnant
2011-06-04Add more tests for cxa_guard methods. This includes our first two tests usingNick Lewycky
2011-06-03Tests for bad_typeid and bad_castMarshall Clow
2011-05-24Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant
2011-05-05initial importHoward Hinnant