aboutsummaryrefslogtreecommitdiff
path: root/Lib/std
AgeCommit message (Expand)Author
2013-01-08Fix assorted typos.Olly Betts
2012-08-15Add some missing STL container typedefs for PerlWilliam S Fulton
2012-03-20Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton
2012-03-13Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton
2011-04-29Fixed bug 2811549: const vs. non-const iterators for STL types.Stefan Zager
2011-03-18Add missing headers in generated STL wrappers to fix compilation with gcc-4.6William S Fulton
2010-04-04formatting change of const _TP * -> _TP const* merely to aid difference debug...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2009-12-15Add back in all the deque methodsWilliam S Fulton
2009-12-04[PHP] "empty" is a reserved word in PHP, so rename empty() methodOlly Betts
2009-10-20Fix std::vector of const pointersWilliam S Fulton
2008-05-07STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton
2008-03-26Apply patch #1925702 from Casey Raymondson which removeswarning 512 for std::...William S Fulton
2008-03-01Initial commit of Octave module.Xavier Delacour
2007-10-28Correct methods that were not as per the standardWilliam S Fulton
2007-10-26add missing class declarationsWilliam S Fulton
2007-10-25Mods to match the C++ standardWilliam S Fulton
2007-05-18Fixed SWIG_EXPORT_ITERATOR_METHODS in std_set.Gonzalo Garramuno
2007-05-18Added missing size(), clear(), empty() functions.Gonzalo Garramuno
2007-05-07Added new iterator changes to std.Gonzalo Garramuno
2007-05-06Fixed type_name of some std classes.Gonzalo Garramuno
2007-05-06Removed python crap from std/std_common.iGonzalo Garramuno
2007-05-06Removed allocator from constructors.Gonzalo Garramuno
2007-05-06Added an implementation of std_queue with tests.Gonzalo Garramuno
2007-05-06Added an implementation of std_stack.i withGonzalo Garramuno
2007-05-06Added constructor that can take functors to allGonzalo Garramuno
2007-05-01Fixes to std_map and multimap. There's still a problemGonzalo Garramuno
2006-03-07Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-02-27fix std_map such that is not necessary to use %template() std::pair<xx,yy> ev...Marcelo Matus
2006-02-18more fixes for old Solaris compilerMarcelo Matus
2006-02-01fix for solaris + no stlport4Marcelo Matus
2006-01-30add fragment warning and fixesMarcelo Matus
2006-01-29fix/apply naturalvarMarcelo Matus
2006-01-14correct some function declarations to match the standard - VC++ fails otherwiseWilliam S Fulton
2006-01-08moved from Lib directoryWilliam S Fulton
2006-01-05With so many std_except.i files lying around, I've put in a check that this o...William S Fulton
2005-12-30add the copyctor feature/directive to enable automatic copy constructors. In ...Marcelo Matus
2005-12-19move iterator classes to pyiterator and add/test std_carray.i classMarcelo Matus
2005-12-18add SWIG_STD_PAIR_ASVALMarcelo Matus
2005-11-30add more std::exception typemapsMarcelo Matus
2005-11-30fix li_std_except.i testMarcelo Matus
2005-11-26Use the system angle brackets for %includeWilliam S Fulton
2005-10-31add missing iterator declsMarcelo Matus
2005-10-31include the language specific codes first since they can contain typemapsMarcelo Matus
2005-10-24Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus
2005-10-19more typemaps unification and fixes for valgrindMarcelo Matus
2005-10-18massive typemap unificationMarcelo Matus
2005-09-29python defines it owns mechanism in python/std_except.iMarcelo Matus
2005-09-28macro logic fix from Robert De VriesWilliam S Fulton
2005-09-27Visual Studio warning fixesWilliam S Fulton