aboutsummaryrefslogtreecommitdiff
path: root/Doc
AgeCommit message (Expand)Author
2019-02-10Merge branch 'ZackerySpytz-cpp11_u_U_char_encoding_prefixes'William S Fulton
2019-02-10Document C++11 UCS-2 UCS-4 and C++17 UTF8 character literals supportWilliam S Fulton
2019-02-10Update section numberingWilliam S Fulton
2019-02-10Move MzScheme documentation to experimental sectionWilliam S Fulton
2019-02-10Merge branch 'mzscheme-experimental'William S Fulton
2019-02-09Merge branch 'ZackerySpytz-OCaml-module-docstring'William S Fulton
2019-02-09Terminology correction in html docsWilliam S Fulton
2019-02-09Mark MzScheme as an experimental languageWilliam S Fulton
2019-02-05Consistent use of target language version of optionsWilliam S Fulton
2019-02-05Disable CFFI Common Lisp target languageWilliam S Fulton
2019-02-05Disable Allegrcol target languageWilliam S Fulton
2019-02-05Disable Chicken target languageWilliam S Fulton
2019-02-05Disable Common Lisp / CLISP target languageWilliam S Fulton
2019-02-05Disable Common Lisp / S-Exp target languageWilliam S Fulton
2019-02-05Disable Common Lisp / UFFI target languageWilliam S Fulton
2019-02-05Disable Pike target languageWilliam S Fulton
2019-02-05Disable Modula3 target languageWilliam S Fulton
2019-02-04Add missing command line options to documentationWilliam S Fulton
2019-02-04Add support for differentiating target language statusesWilliam S Fulton
2019-01-31[OCaml] Add support for the docstring option in the module directiveZackery Spytz
2019-01-31Merge branch 'ZackerySpytz-OCaml-eliminate-wno-write-strings'William S Fulton
2019-01-31Merge branch 'ZackerySpytz-OCaml-doc-fixes'William S Fulton
2019-01-29Add placeholder for Experimental documentation sectionWilliam S Fulton
2019-01-29Add info about the Supported and Experimental language module statusWilliam S Fulton
2019-01-28[OCaml] Remove support for OCaml versions < 3.12.0Zackery Spytz
2019-01-27[OCaml] Some OCaml documentation fixesZackery Spytz
2019-01-09Improve Python docs on memory management and member variablesWilliam S Fulton
2019-01-08Merge branch 'jakecobb-python-memory-docs'William S Fulton
2019-01-01Python - remove duplicate proxy method definitions for global function wrappers.William S Fulton
2018-12-22Python documentation improvements for -olddefs and -builtin performanceWilliam S Fulton
2018-12-18Document all the Python command line optionsWilliam S Fulton
2018-12-18More Python module loading simplificationWilliam S Fulton
2018-12-18Simpler Python module loadingWilliam S Fulton
2018-12-16The Python module import logic has changed to stop obfuscating real ImportErr...William S Fulton
2018-12-08Update packages section in Python html docsWilliam S Fulton
2018-11-28Update comments and docs regarding recent addition to use __package__ for Pyt...William S Fulton
2018-11-06Add Python struct member limitation documentationWilliam S Fulton
2018-10-24Merge branch 'hakonhagland-doc_fix'William S Fulton
2018-10-24Typemap %apply docs clarificationWilliam S Fulton
2018-10-22Documentation correction about -fastproxyWilliam S Fulton
2018-10-17Documentation refers to wrong chapter.Håkon Hægland
2018-10-12Drop support for Python classic classesOlly Betts
2018-10-05Improve typemaps documentation for %apply and delete.William S Fulton
2018-09-06Fix class having method `Connect()` creating a name collision with `SwigDirec...Rokas Kupstys
2018-08-21python -> Python in html docsWilliam S Fulton
2018-08-18Re-implement Python -fastproxy option.William S Fulton
2018-08-12Update pybuffer.i library to use new-style Python buffer C API.William S Fulton
2018-08-11Merge branch 'sethtroisi-master'William S Fulton
2018-08-10Overloaded C++ function Python wrappers now raise a TypeError instead of NotI...William S Fulton
2018-08-09[Minor Doc Fix] Fix Python struct exampleSeth Troisi