summaryrefslogtreecommitdiff
path: root/Lib/guile
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-2/+0
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-051-0/+2
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+9
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Correct error handling in Guile pointer conversionWilliam S Fulton2022-09-161-0/+2
* Guile - Add error checking to SWIGTYPE and SWIGTYPE & in typemapsWilliam S Fulton2022-09-161-2/+8
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+19
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-7/+23
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-6/+6
* Add Guile support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-123-5/+86
* [guile] Stop using deprecated aliasesOlly Betts2022-08-042-10/+10
* Suppress -Wvolatile gcc warnings in Guile wrappers for C++20William S Fulton2022-07-312-2/+6
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-3/+2
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-111-4/+6
* Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-294-16/+16
* Member function pointer typemap tweaksWilliam S Fulton2021-04-261-6/+6
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-8/+8
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-6/+8
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+16
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+4
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+36
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-132-6/+6
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+0
* Fix overloading for non-pointers and NULL - GuileWilliam S Fulton2018-12-303-3/+10
* Fix guile std::map bug in out typemapWilliam S Fulton2018-10-091-1/+1
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-88/+88
* Fix garbage collection for guile >= 2.0.12Chris Hogan2018-07-161-5/+19
* guile - drop GDB_INTERFACE related stuffGeert Janssens2018-04-201-5/+0
* guile - replace obsolete scm_listify with scm_list_nGeert Janssens2018-04-202-10/+10
* Fix off-by-one errorGeert Janssens2018-04-181-4/+2
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+2
* Redid the source and the text to check for SCM_MAJOR_VERSION >= 2Brian Caine2017-01-271-2/+2
* Disabled pointer conversion when the relevant macros are unavailable (for Gui...Brian Caine2017-01-271-0/+2
* Add some missing SWIGINTERN usageWilliam S Fulton2017-01-171-1/+2
* Added support for guile's native pointer typeBrian Caine2016-12-161-0/+3
* Fix missed filesDaniel Vollmer2016-09-171-0/+1
* Fix unused variable warnings in Guile wrappersWilliam S Fulton2016-05-281-22/+12
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-123-79/+71
* Add c++11 strongly typed enum support for GuileWilliam S Fulton2014-11-281-3/+3
* Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -ped...William S Fulton2014-05-241-2/+1
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-1/+0
* Guile: make scm to string conversion work with non-ascii stringsGeert Janssens2014-02-051-13/+9
* Remove a couple of unused variable warnings in generated codeWilliam S Fulton2013-10-182-16/+3
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-1015-1704/+1345
|\
| * Simplify and improve Guile FILE * in typemapWilliam S Fulton2013-05-161-22/+19
| * Use freearg instead of argout to free temp variableGeert Janssens2013-04-281-4/+4
| * Some C++ experience neededWilliam S Fulton2013-04-281-43/+38
| * guile: fix std_map.i "$1 not found" errorGeert Janssens2013-04-281-10/+10
| * Fix deprecation warnings for test suite under guile 2.0Geert Janssens2013-04-281-9/+9
| * Drop guilegh interfaceGeert Janssens2013-04-2813-1609/+1223