summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [D] Stop generating Examples/d/example.mkOlly Betts2023-05-041-1/+0
| | | | We no longer need to now we've dropped D1 support.
* Remove swig.spec fileWilliam S Fulton2022-09-201-1/+0
| | | | Discussion #2316
* .gitignore for Lua examplesWilliam S Fulton2022-09-161-0/+8
|
* Don't generate a .php wrapper file by defaultOlly Betts2021-05-041-4/+1
| | | | | | | | | | It's now only generated if something to put in it is specified via: %pragma(php) include=... or %pragma(php) code=...
* Update .gitignore for java doxygen outputWilliam S Fulton2021-03-061-0/+2
|
* Octave: use pre-compiled headers to speed up test suite, if supportedKarl Wette2020-05-311-0/+2
|
* update .gitignore for Python and OCamlWilliam S Fulton2019-01-191-3/+5
|
* [OCaml] Rename example_prog.ml to runme.ml in the OCaml examplesZackery Spytz2019-01-071-2/+2
| | | | | | | | Name the output executable "runme" in the examples. Replace use of "foolib" in the string_from_ptr example. Fix a warning in the std_vector example. Add strings_test to Examples/ocaml/check.list. Disable two tests that were causing the OCaml test suite to fail.
* [OCaml] Add an OCaml entry to .gitignoreZackery Spytz2019-01-011-0/+12
| | | | [skip ci]
* .gitinit updateWilliam S Fulton2018-12-291-1/+2
| | | | For Examples/python/import_packages
* Updates to .gitignore for python and java examplesWilliam S Fulton2018-12-061-0/+3
|
* Fix CCache documentation build and uninstallWilliam S Fulton2017-07-151-0/+3
|
* Revert incorrect .gitignore changeWilliam S Fulton2016-03-061-0/+1
|
* Move subdirectory .gitignore to top levelWilliam S Fulton2016-02-211-1/+4
|
* Update .gitignore for GoWilliam S Fulton2016-02-211-0/+8
|
* Remove dependency on yodl tools and remove ccache-swig man pageWilliam S Fulton2015-12-171-3/+0
| | | | | | | | | | Use the CCache.html docs instead of the ccache-swig man page. The yodl2man and yodl2html tools are no longer used and so SWIG no longer has a dependency on these packages which were required when building from git. Closes #286 Closes #128
* Guile gitignore and consistent naming in examplesWilliam S Fulton2015-04-261-0/+3
| | | | | Use my-guile for the executable for all the augmented examples Fix gitignore for Guile
* Add language specific files to gitignoreWilliam S Fulton2015-04-251-36/+47
|
* gitignore for pythonWilliam S Fulton2015-04-251-24/+6
|
* Add generated director header files to .ignoreWilliam S Fulton2015-04-251-4/+4
|
* fix typo of Perl in .gitignoreJon Schlueter2015-04-241-1/+1
|
* Add some generated example files to the .gitignore listJon Schlueter2015-04-231-0/+29
|
* Re-organise .gitignore a bitWilliam S Fulton2015-01-271-9/+12
|
* Merge remote-tracking branch 'origin/master' into gsoc2012-scilabSimon Marchetto2015-01-261-3/+6
|\ | | | | | | | | | | | | Conflicts: .gitignore .travis.yml configure.ac
| * Added auto-generated 'Examples/d/example.mk' to '.gitignore'.Michael Schaller2014-12-241-0/+1
| |
| * Octave: ignore test suite generated filesKarl Wette2014-10-041-0/+1
| |
| * Add generated Go files to .gitignore.Ian Lance Taylor2014-08-251-0/+4
| |
* | scilab: update .gitignoreSimon Marchetto2014-10-211-4/+1
| |
* | scilab: fix gitignoreSimon Marchetto2014-06-101-0/+1
| |
* | Merge branch 'master' into gsoc2012-scilabSimon Marchetto2014-06-061-10/+24
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: .gitignore .travis.yml COPYRIGHT Examples/Makefile.in Examples/test-suite/constructor_copy.i Makefile.in configure.ac
| * Octave: ignore generated filesKarl Wette2014-05-291-0/+3
| |
| * .gitignore: add Source/TAGSKarl Wette2014-05-291-0/+1
| |
| * Fix Javascript examples so that "make clean" works properly with nodeKarl Wette2014-05-291-0/+1
| | | | | | | | | | - Need to copy example.cxx to build directory so that build products end up in the right place; use a gyp command expansion to do so
| * CCache: always generate docs in source directoryKarl Wette2014-05-291-0/+1
| |
| * Javascript examples tidy upWilliam S Fulton2014-05-181-4/+7
| | | | | | | | | | - Remove empty files - Improve clean
| * gitignore to ignore build directory namesWilliam S Fulton2014-05-151-1/+1
| |
| * Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Examples/Makefile.in rules use SRCDIR as the relative source directory - ./config.status replicates Examples/ source directory tree in build directory, and copies each Makefile to build directory, prefixed with a header which sets SRCDIR to source directory - Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir - Examples/test-suite/errors/Makefile.in needs to filter out source directory from SWIG error messages - Lua: embedded interpreters are passed location of run-time test - Python: copy run-time scripts to build directory because of 2to3 conversion; import_packages example copies __init__.py from source directory; test-suite sets SCRIPTDIR to location of run-time tests - Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir can be substituted with SRCDIR; removed './' from require() statements so that NODE_PATH can be used to point Node.js to build directory
| * Merge branch 'master' into javascriptWilliam S Fulton2014-05-011-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix some typos [PHP] The generated __isset() method now returns true for read-only properties. Eliminate needless casting away const from string constants Fix typos Fix missing ")" in code example Fix comment typos Fix m4 quoting of checks for yodl2man and yodl2html versions Fixed errors from previous commit. Removed all unnecessary asserts Remove unused variable Another go html fix Fix intgosize arg documentation Optimize metamethods inheritance resolving Updating documentation Whitespace cleanup of Example Makefiles .gitignore: ignore Lib/swigwarn.swg Fixing unused variable warnings Finish implementation with proxy functions Remove duplicate declarations of strtoimax and strtoumax in inttypes.i Ignored enum fixes. Further shift operator regression fixes Fix use of shift operators in expressions regression since 3.0.0 Fix seg fault with extra ) brackets and >> More efficient end of template bracket (>>) handling beautify scanner.c Tidy up scanner.c DOH readme correction Fix typo in -lua -help output Remove extra </div> Update documentation for deprecation and removal of Close() Fix segfault when there are too many closing round brackets in parsed code Refix operator<< definition giving a syntax error Fix regression in 3.0.0 where legal code following an operator<< definition might give a syntax error. Remove unnecessary block from PHP version of SWIG_exception macro [PHP] Fix wrapping director constructors with default parameters with a ZTS-enabled build of PHP. Fix potential bugs found by Coverity analysis Eliminate unused parameter from SWIG_Php_GetModule() Fix comment typo Fix compiler warnings in generated Lua code [PHP] Pass the ZTS context we already have to avoid needing to call TSRMLS_FETCH, which is relatively expensive. [PHP] Pass ZTS context through to t_output_helper() so it works with a ZTS-enabled build of PHP. Reported by Pierre Labastie in github PR#155. Lua test-suite can now be run out of source Fix out of source test-suite runs for Octave Add runtime test for commit 7a96fba836558f592dc5b37b32d1845f606e2efe Add C++11 constexpr runtime test
| | * .gitignore: ignore Lib/swigwarn.swgKarl Wette2014-04-161-0/+1
| | |
| * | Merge branch 'master' into tmpOliver Buchtala2014-03-051-2/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml Examples/Makefile.in Examples/test-suite/director_nspace.i Examples/test-suite/nspace.i Examples/test-suite/nspace_extend.i Source/Modules/lang.cxx configure.ac
| | * Improve ignore pattern for vim swap files to not match SWIG *.swg filesOlly Betts2014-02-191-1/+1
| | |
| | * Make Lib/ocaml/swigp4.ml a non-generated file.Olly Betts2014-02-191-1/+0
| | | | | | | | | | | | | | | We used to have configure substitute values into it, but that's not been the case for just over 3 years, since patch #3151788 was applied.
| * | More gitignores filtering Javascript related files.Oliver Buchtala2014-02-261-0/+8
| |/
* | scilab: update .gitignore for scilab 6Simon Marchetto2014-05-221-0/+3
| |
* | scilab: update gitignoreSimon Marchetto2014-04-221-1/+1
| |
* | Improve .gitignore for examplesWilliam S Fulton2013-08-301-0/+5
| |
* | Tidy up .gitignoreWilliam S Fulton2013-08-301-5/+4
| |
* | Scilab: git ignore generated filesSimon Marchetto2013-08-061-0/+8
|/
* Guile delete Example makefileGeert Janssens2013-05-151-0/+1
|
* Put guile Example Makefile back under revision controlGeert Janssens2013-05-131-1/+0
|