summaryrefslogtreecommitdiff
path: root/Doc/Manual/Go.html
Commit message (Expand)AuthorAgeFilesLines
* Use https for links in docs where supportedOlly Betts2022-10-061-1/+1
* Typo fix in Go.htmlWilliam S Fulton2022-08-111-1/+1
* [Go] Make -intgosize optionalOlly Betts2022-03-161-3/+3
* [Go] Add documentation note about Go and C++ exceptions.Ian Lance Taylor2022-03-151-13/+25
* Go docs: add note on thread local storageIan Lance Taylor2022-03-081-17/+32
* remove Go -no-cgo optionIan Lance Taylor2021-09-141-59/+6
* Add C++20 documentation chapterWilliam S Fulton2020-06-081-28/+28
* Revert "Add C++20 documentation chapter"William S Fulton2020-06-081-28/+28
* Add C++20 documentation chapterWilliam S Fulton2020-01-281-28/+28
* Misc. documentation and source comment typo fixesluz.paz2019-05-281-1/+1
* Fix Go tests to run in module modeIan Lance Taylor2019-04-241-0/+7
* When generating Go code, make -cgo the default.Ian Lance Taylor2019-04-191-24/+29
* Correct out of date html linksWilliam S Fulton2019-04-151-1/+1
* Documentation for directors and virtual final methodsWilliam S Fulton2019-03-031-1/+3
* Documentation section numbering updateWilliam S Fulton2019-02-111-28/+28
* Update section numberingWilliam S Fulton2019-02-101-28/+28
* Merge branch 'vadz-doxygen'William S Fulton2018-06-071-28/+28
|\
| * Update html chapter numbering for added Doxygen chapterWilliam S Fulton2018-05-251-28/+28
* | follow-up typosluz.paz2018-05-171-1/+1
* | Misc. typosluz.paz2018-05-171-6/+6
|/
* Add C++17 documentation chapterWilliam S Fulton2018-05-141-28/+28
* More consistent formatting of examples in documentationWilliam S Fulton2017-08-161-2/+2
* Merge pull request #542 from Sajmani/masterOlly Betts2016-03-311-1/+1
|\
| * Fix Go example in Go.htmlSameer Ajmani2015-10-091-1/+1
* | Replace tabs with spaces in html docsWilliam S Fulton2015-12-301-111/+111
* | HTML fixes for documentation - add meta tag and loose.dtdWilliam S Fulton2015-12-301-1/+2
* | Correct links in html documentation using new version of makechap.pyWilliam S Fulton2015-12-301-28/+28
* | html fixesWilliam S Fulton2015-12-171-1/+1
|/
* Update docs for shared_ptrWilliam S Fulton2015-10-011-0/+1
* First batch of changes after code review by @ianlancetaylor for pull request ...Michael Schaller2015-08-271-6/+5
* [Go] Reworked beginning of the documentation.Michael Schaller2015-08-271-99/+113
* [Go] Renamed 'FooBarAbs' to 'FooBarAbstract' in the documentation and examples.Michael Schaller2015-08-091-97/+99
* Some minor changes after first code review by ianlancetaylor.Michael Schaller2015-08-041-31/+31
* Removed empty line in table of contents of the Go documentation.Michael Schaller2015-08-041-1/+0
* Fleshed out Go's documentation about the director feature and added a directo...Michael Schaller2015-08-041-22/+531
* Html doc fixesWilliam S Fulton2015-07-051-2/+3
* [Go] Improved Go Class Memory Management section of the Go documentation.Michael Schaller2015-05-081-18/+103
* [Go] Add -cgo option, required for Go version 1.5 and later.Ian Lance Taylor2015-03-021-15/+55
* [Go] Remove all generated calls to _swig_makegostring, as it will noIan Lance Taylor2015-02-051-5/+9
* More on Go examplesWilliam S Fulton2015-01-071-0/+4
* [Go] Changed link 'https://github.com/golang/go/tree/master/misc/swig' to 'ht...Michael Schaller2014-12-251-1/+1
* [Go] Updated Go documentation (examples, runtime.SetFinalizer, object ownersh...Michael Schaller2014-12-241-22/+37
* Go: Document memory management of C++ classes allocated in Go. Fixes #266.Ian Lance Taylor2014-11-171-1/+35
* [Go] Add goargout typemap.Ian Lance Taylor2014-09-091-0/+21
* [Go] Add imtype, goin, goout, godirectorin, and godirectoroutIan Lance Taylor2014-09-051-0/+119
* Another go html fixWilliam S Fulton2014-04-221-1/+1
* Fix intgosize arg documentationxantares2014-04-221-2/+2
* html fixes and section updatesWilliam S Fulton2014-03-151-17/+17
* fix typoOlly Betts2014-02-171-1/+1
* [Go] Add %go_import directive.Ian Lance Taylor2014-01-211-4/+26