Commit graph

39 commits

Author SHA1 Message Date
William S Fulton
75e33bb750 Re-organise .gitignore a bit 2015-01-27 19:30:24 +00:00
Simon Marchetto
adc4b788df Merge remote-tracking branch 'origin/master' into gsoc2012-scilab
Conflicts:
	.gitignore
	.travis.yml
	configure.ac
2015-01-26 10:50:20 +01:00
Michael Schaller
631c3b18d7 Added auto-generated 'Examples/d/example.mk' to '.gitignore'. 2014-12-24 08:52:27 +01:00
Simon Marchetto
1a2136a053 scilab: update .gitignore 2014-10-21 14:55:58 +02:00
Karl Wette
5c07625d05 Octave: ignore test suite generated files 2014-10-04 13:28:46 +02:00
Ian Lance Taylor
e6882287af Add generated Go files to .gitignore. 2014-08-25 15:58:10 -07:00
Simon Marchetto
53a8406403 scilab: fix gitignore 2014-06-10 17:28:18 +02:00
Simon Marchetto
07b06a4089 Merge branch 'master' into gsoc2012-scilab
Conflicts:
	.gitignore
	.travis.yml
	COPYRIGHT
	Examples/Makefile.in
	Examples/test-suite/constructor_copy.i
	Makefile.in
	configure.ac
2014-06-06 16:33:16 +02:00
Karl Wette
603a73142a Octave: ignore generated files 2014-05-29 23:42:55 +02:00
Karl Wette
cdd894d2af .gitignore: add Source/TAGS 2014-05-29 23:42:55 +02:00
Karl Wette
74e17fdbf6 Fix Javascript examples so that "make clean" works properly with node
- 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
2014-05-29 02:29:27 +02:00
Karl Wette
cc1ff55be4 CCache: always generate docs in source directory 2014-05-29 02:24:33 +02:00
Simon Marchetto
ade4068aa4 scilab: update .gitignore for scilab 6 2014-05-22 10:59:58 +02:00
William S Fulton
ac89f7f785 Javascript examples tidy up
- Remove empty files
- Improve clean
2014-05-18 00:59:47 +01:00
William S Fulton
4e47bbee06 gitignore to ignore build directory names 2014-05-15 23:11:07 +01:00
Karl Wette
f574a34155 Allow examples and test-suite to be built out of source tree
- 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
2014-05-11 23:21:10 +02:00
William S Fulton
f51be1ca5c Merge branch 'master' into javascript
* 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 7a96fba836
  Add C++11 constexpr runtime test
2014-05-01 19:01:20 +01:00
Simon Marchetto
7bfffbb0dc scilab: update gitignore 2014-04-22 17:21:54 +02:00
Karl Wette
5934b08220 .gitignore: ignore Lib/swigwarn.swg 2014-04-16 12:05:58 +02:00
Oliver Buchtala
a234542543 Merge branch 'master' into tmp
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
2014-03-05 01:09:26 +01:00
Oliver Buchtala
94869c9228 More gitignores filtering Javascript related files. 2014-02-26 22:47:29 +01:00
Olly Betts
66b22e6178 Improve ignore pattern for vim swap files to not match SWIG *.swg files 2014-02-19 23:05:15 +13:00
Olly Betts
dcf121f534 Make Lib/ocaml/swigp4.ml a non-generated file.
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.
2014-02-19 22:35:45 +13:00
William S Fulton
f49ec3c2d6 Improve .gitignore for examples 2013-08-30 23:51:28 +01:00
William S Fulton
3dd4b50da8 Tidy up .gitignore 2013-08-30 19:52:11 +01:00
Simon Marchetto
173f83ede8 Scilab: git ignore generated files 2013-08-06 10:58:07 +02:00
Geert Janssens
2560210bfd Guile delete Example makefile 2013-05-15 09:38:50 +02:00
Geert Janssens
4e4b73e7c0 Put guile Example Makefile back under revision control 2013-05-13 22:39:13 +02:00
Karl Wette
f09231d282 Add CCache/ccache-swig.1 to .gitignore 2013-05-13 12:27:21 +02:00
Geert Janssens
c30a79217d guilescm directory no longer exists. No need to have it in .gitignore 2013-04-29 12:51:47 +02:00
William S Fulton
9f9eb66fa4 Add an examples scratch directory into .gitignore 2013-04-19 22:28:02 +01:00
William S Fulton
4bbc881a9f .gitignore tweaks 2013-04-19 22:28:02 +01:00
William S Fulton
1fe1bb2543 Update .gitignore for generated documentation 2013-01-11 22:18:35 +00:00
William S Fulton
62d2ec5a12 Update .gitignore for C# test-suite 2013-01-11 22:18:35 +00:00
Paweł Tomulik
2928bde777 some patterns added to .gitignore 2013-01-06 17:33:17 +01:00
Brant K. Kyser
a0685d2dc4 Merge remote branch 'upstream/master' 2013-01-05 06:00:21 -06:00
Brant K. Kyser
0fa284019a Add generated files to .gitignore. 2013-01-05 05:58:46 -06:00
William S Fulton
fade4f1b94 .gitignore additions/fixes 2013-01-04 20:48:58 +00:00
Brant K. Kyser
7ff0dfe426 Fix for SourceForge Bug #1278
* Modify test-suite to test Java directors with multi-level namespaces.
* Path java module to correctly generate method descriptors when multilevel namespaces are used.
2013-01-02 15:07:56 -06:00