summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Test for shared libuwind was addedanonymous2010-09-15
|
* Fix for 32bit modeanonymous2010-09-13
|
* Fix for gcc-3.xanonymous2010-08-31
|
* Path to libunwind is changed to absoluteanonymous2010-08-31
|
* Testing with libunwind is addedanonymous2010-08-31
|
* -nodefaultlibs flag is added for testsanonymous2010-08-31
|
* Fixes in testsanonymous2010-08-31
|
* Fix in __cxa_guard_releaseanonymous2010-08-28
|
* set_new_handler was implementedanonymous2010-08-28
|
* Array new/delete operators were implemented.anonymous2010-08-25
| | | | Weak attribute was added for new/delete operators.
* __cxa_pure_virtual was implementedanonymous2010-08-25
|
* Unused include was removedanonymous2010-08-23
|
* Merge branch 'master' of github.com:pathscale/libcxxrtanonymous2010-08-13
|\
| * Fix for gcc-4.2anonymous2010-07-08
| |
| * Missing throw() specifier is addedanonymous2010-07-05
| |
| * aux.cc is added to cmake projectanonymous2010-07-06
| |
| * Missing sources are added to cmake projectanonymous2010-07-06
| |
| * cmake scripts for testing are addedanonymous2010-07-02
| |
| * Fixes in testanonymous2010-07-02
| |
| * Cmake project is addedanonymous2010-07-02
| |
| * 1) Static library is added;anonymous2010-07-02
| | | | | | | | | | 2) Aux std functions are added 3) Memory operators are added
| * uncaught_exception function is addedanonymous2010-07-02
| |
| * Missing <stdint.h> header is addedanonymous2010-07-02
| |
* | Use __sync_bool_compare_and_swap_4 instead ofanonymous2010-08-13
|/ | | | __sync_bool_compare_and_swap to make life easier for pathcc people.
* Add a proper cleanup handler, to allow foreign exception handlers toanonymous2010-06-30
| | | | destroy this exception.
* Added test for correctly setting unexpected handler and calling it whenanonymous2010-06-28
| | | | an eception spec is violated.
* Added std:: functions for setting unexpected / terminate handlers.anonymous2010-06-28
|
* Added READMEanonymous2010-06-27
|
* Initial import.anonymous2010-06-27