aboutsummaryrefslogtreecommitdiff
path: root/Lib/ocaml
AgeCommit message (Expand)Author
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-05-26std::string typemap modifications so they can be used with %apply for other s...William S Fulton
2012-05-15Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton
2011-12-21The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton
2011-02-14[Ocaml] Apply patch #3151788 from Joel Reymont. Brings Ocaml support a up to ...William S Fulton
2010-04-10Add SWIG_DIRECTOR_CAST recently added to languages needing itWilliam S Fulton
2010-04-04remove std::map specializations - not needed since the typemap matching rules...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-03-31Fix typo in rename messageWilliam S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2009-02-17Fix make partialcheck-ocaml-test-suiteWilliam S Fulton
2008-06-19Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton
2008-05-14Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton
2008-02-10Add newmemory parameter for SWIG_TypeCastWilliam S Fulton
2007-11-20fragment fixesWilliam S Fulton
2007-09-17When wrapping C++ code, generate code which usesOlly Betts
2006-11-03Sorry i haven't been here in a while.Art Yerkes
2006-09-27More %ignore director fixesWilliam S Fulton
2006-09-13- explicitcall feature removed.William S Fulton
2006-03-07Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-02-28fix wrong %include reported by Jab RehdersMarcelo Matus
2006-01-29std::wstring global and member variables are wrapped as strings by defaultWilliam S Fulton
2006-01-29std::string global and member variables are wrapped as strings by defaultWilliam S Fulton
2006-01-06add initial stl.i to ensure proper file inclussion and extensions for each la...Marcelo Matus
2005-11-26Use the system angle brackets for %includeWilliam S Fulton
2005-10-21activating the keyword warningsMarcelo Matus
2005-09-28warning/error fixes for Visual StudioWilliam S Fulton
2005-07-27use exception specification instead of %exception to handle STL error checkingWilliam S Fulton
2005-05-25added missing constructors for std::pairWilliam S Fulton
2005-02-01- Improve the runtime type sytesmJohn Lenz
2004-11-18allow to include the swig runtime code into external user librariesMarcelo Matus
2004-11-04Uniform SWIGSTATIC on all prototypes.Art Yerkes
2004-10-24Removed unneeded define.Art Yerkes
2004-10-21fixes for directors and default arguments in the constructorWilliam S Fulton
2004-10-17Updated documentation.Art Yerkes
2004-10-17Some delayed maintenance.Art Yerkes
2004-10-06fix #if __cplusplus problemMarcelo Matus
2004-09-02Commit for Art YerkesWilliam S Fulton
2003-12-12added ocaml keywordsMarcelo Matus
2003-12-04shapes example: slight correction to depth map.Art Yerkes
2003-12-02All test cases compile except director_abstract. I clued from whatArt Yerkes
2003-11-23Added `` for C enums.Art Yerkes
2003-11-23Added string.h include.Art Yerkes
2003-11-23Added sizeof operator for classes (and struct, unions), enabled withArt Yerkes
2003-11-23Added SWIG_contract_assert.Art Yerkes
2003-11-10Missing assert.hArt Yerkes
2003-11-01Final edits. Corrected single, zero arg cases.Art Yerkes
2003-11-01Slight type adjustment for invoke. This makes swigp4 a bit easier toArt Yerkes
2003-11-01Some nice last-minute goodies for the camlp4 module.Art Yerkes
2003-10-25preamble for swig modules now that a separate Swig module exists.Art Yerkes