summaryrefslogtreecommitdiff
path: root/Lib/csharp/std_vector.i
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-1/+1
* Fix CS0034 in Capacity method of std::vectorgteubl2022-03-181-1/+1
* Java/C# std::vector<bool> workarounds for clangWilliam S Fulton2019-04-201-1/+1
* Improve backwards compatibility in C# std::vector wrappersWilliam S Fulton2019-04-191-6/+6
* C# std::list changes to support types that are not assignableWilliam S Fulton2019-03-251-6/+1
* Add STL container copy constructors where missingWilliam S Fulton2019-02-141-0/+2
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+5
* Add ToArray test for C# std::vector wrapperWilliam S Fulton2018-01-121-1/+1
* [C#] Add ToArray to std_vector.iQuentin2017-10-191-0/+6
* Whitespace fixes in STL wrappersWilliam S Fulton2017-06-031-5/+5
* Better variable naming consistency in STL containersWilliam S Fulton2017-05-261-2/+2
* Don't hardcode C# type corresponding to size_t in vector typemapsVadim Zeitlin2017-03-151-1/+1
* Replace ICollection with IEnumerable<T>Jean-Claude Manoli2017-02-051-1/+9
* %extend changes and remove default use of javatype, dtype, cstype %typemapsWilliam S Fulton2017-01-151-1/+1
* SWIG_STD_VECTOR_ENHANCED for std::wstringmyd73492016-07-041-0/+1
* Work around differences in clang libc++ std::vector<bool>::const_referenceMarvin Greenberg2014-02-041-1/+1
* Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser2013-10-171-13/+13
* Since SWIG 3.0 removes support for .NET 1.1, cleanup the C# library by removi...Brant K. Kyser2013-10-171-21/+1
* Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser2013-10-171-10/+10
* Add spaces to avoid unintended <: digraph in SWIG_STD_VECTOR_ENHANCEDWilliam S Fulton2010-06-011-15/+15
* Fix SWIG_STD_VECTOR_ENHANCED macro used in C# std::vector to work with commasWilliam S Fulton2010-06-011-6/+2
* Remove unnecessary vector of constant pointer specialization since the improv...William S Fulton2010-04-011-22/+18
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* small tidy upWilliam S Fulton2009-08-041-3/+1
* Deprecate SWIG_STD_VECTOR_SPECIALIZE_MINIMUM. Deprecate SWIG_STD_VECTOR_SPECI...William S Fulton2009-08-031-55/+55
* Add std::vector copy constructor to proxyWilliam S Fulton2009-05-261-0/+1
* use instead of selfWilliam S Fulton2009-05-221-32/+32
* Improved std::vector wrappers on the C# proxy side from Yuval Baror to implem...William S Fulton2009-05-111-7/+7
* std::vector<T> wrapper improvements for .NET 2 implementing IEnumerable<T>William S Fulton2009-03-181-12/+54
* minor rewriteWilliam S Fulton2009-03-161-9/+4
* add in correct specialization for std::vector<bool> to follow C++ standard - ...William S Fulton2009-03-161-5/+17
* remove svn:executable property where applied incorrectlyWilliam S Fulton2008-11-261-0/+0
* revert entry 2008-09-01 - C# Insert and InsertRange bounds checkingWilliam S Fulton2008-09-181-2/+2
* Fix array bounds checking in C# std::vector wrappersWilliam S Fulton2008-09-011-2/+2
* corrections for last commitWilliam S Fulton2007-07-181-2/+2
* std::vector parameter name changes so that these parameters can be individual...William S Fulton2007-06-251-3/+3
* 64 bit portability warnings fixWilliam S Fulton2006-11-241-2/+2
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-4/+10
* Add in specialization for pointersWilliam S Fulton2006-02-081-0/+7
* Fix for vector of boolWilliam S Fulton2005-12-271-1/+2
* Use value_type to to more closely match the STL declarations and work around ...William S Fulton2005-12-261-10/+17
* Use the system angle brackets for %includeWilliam S Fulton2005-11-261-1/+1
* Fully qualify System.Array usageWilliam S Fulton2005-09-051-2/+2
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-134/+17
* Fix undefined behaviour when throwing exceptionsWilliam S Fulton2005-03-071-5/+19
* debug removedWilliam S Fulton2005-03-061-15/+0
* Fixes for new Exception mechanism, but still failing.William S Fulton2005-02-231-71/+78
* C# exception handling improvements - they are robust and don't leak anymore. ...William S Fulton2005-02-021-12/+12
* forgotten checkin to remove some warnings on VC++William S Fulton2004-11-111-16/+13
* C# std::vector support. Not really ready for the masses, but enjoy anyway.William S Fulton2004-11-041-0/+477