summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* buildsys: add and use qstripBernhard Reutner-Fischer2012-04-13
* buildsys: fix portability issue with cp(1)Bernhard Reutner-Fischer2012-04-13
* buildsys: update wrapper if it's source changedBernhard Reutner-Fischer2012-04-13
* buildsys: quote env-var values passed to scriptsBernhard Reutner-Fischer2012-04-13
* eh: Add alloc/free for dependent exceptionBernhard Reutner-Fischer2010-11-20
* string: Fix copy'n paste errorBernhard Reutner-Fischer2010-11-20
* Map class is now based on associative base (based on list for now)Garrett Kajmowicz2007-03-21
* Added base for new associative array design. map, set, etc. will subclass.Garrett Kajmowicz2007-03-20
* Added changes to .cpp files to make previous commits work correct.Garrett Kajmowicz2006-10-14
* Exception now imports basic_definitions.Garrett Kajmowicz2006-10-11
* Conversion of libsupc finding code from being in the make file to being in a ...Garrett Kajmowicz2006-10-10
* Start conversion from hard-coding gcc calls for library locations to using sc...Garrett Kajmowicz2006-10-10
* Elliminate unused architecture configuration code.Garrett Kajmowicz2006-06-25
* Son't blow up if we don't actually include additional libraries.Garrett Kajmowicz2006-06-22
* Replace libstdc++ eh_globals code with my own. Now requires configurationGarrett Kajmowicz2006-06-11
* Added eh_alloc.cpp, replacing GNU versionGarrett Kajmowicz2006-05-20
* Added limits.cpp - mostly empty file to include all of the interesting Garrett Kajmowicz2006-03-26
* Cleanup patches courtisy of PSM to clean up GCC 4.1 supportGarrett Kajmowicz2006-03-26
* - Clean up double-semicolonsGarrett Kajmowicz2006-03-25
* Convert some symbols from being exported to local-onlyGarrett Kajmowicz2006-03-04
* Added std::nothrow and other handler supportGarrett Kajmowicz2005-09-27
* - Added helper class for auto_ptr to implement destructive copyGarrett Kajmowicz2005-09-27
* Fixed new to handle C++ spec if allocating a block of 0 bytes in sizeGarrett Kajmowicz2005-08-19
* Fix implementation of biner2ndGarrett Kajmowicz2005-07-20
* IStream now sets flags correctly in certain functionsGarrett Kajmowicz2005-07-13
* Fix certain implementations of exception classes.Garrett Kajmowicz2005-07-12
* Update to exception codeGarrett Kajmowicz2005-07-09
* Change in string::compare codeGarrett Kajmowicz2005-07-04
* fix parallel buildMike Frysinger2005-07-02
* Working on wchar input. Does not work properly yet.Garrett Kajmowicz2005-06-22
* Changes to support symbol visibility attributes.Garrett Kajmowicz2005-06-15
* wchar output now works properly. Input still does not work as expected.Garrett Kajmowicz2005-06-14
* More library import fancyness from Peter S. Mazinger.Garrett Kajmowicz2005-06-14
* Fix to problem of importing libsup into the shared library in gcc-4. Work do...Garrett Kajmowicz2005-06-09
* Now able to import libgcc_eh on demand. Thanks to Peter S. Mazinger.Garrett Kajmowicz2005-06-05
* Remove old CVS control files.Garrett Kajmowicz2005-06-04
* More cleanups from Peter. Note that the test suite does not currently build ...Garrett Kajmowicz2005-06-03
* More cleanups from Peter S. MazingerGarrett Kajmowicz2005-06-03
* Assorted cleanups from Peter S. MazingerGarrett Kajmowicz2005-06-02
* Put ostream sentry construcotr into configuration categoryGarrett Kajmowicz2005-05-31
* More constructors/destructors made optionalGarrett Kajmowicz2005-05-31
* Option to not expand constructors/destructorsGarrett Kajmowicz2005-05-31
* Changes to iostream code now allow reading for both first and last character ...Garrett Kajmowicz2005-05-28
* Moving code into library and out of executables. Note that this throws LOTS ...Garrett Kajmowicz2005-05-20
* Enabling features whcih throw lots of eronious G++ warning messages but shrin...Garrett Kajmowicz2005-05-19
* Elliminate warning messages from some heavy space optimizationsGarrett Kajmowicz2005-05-12
* Add extra files required for abi support.Garrett Kajmowicz2005-05-07
* Remove unneeded typedefsGarrett Kajmowicz2005-05-07
* Assorted Fixes.Garrett Kajmowicz2005-03-02
* Change Makefiles to support installing either/both static and shared librarie...Garrett Kajmowicz2005-01-25