William S Fulton
b0e0237347
Remove appveyor debugging code
2015-04-04 02:17:57 +01:00
William S Fulton
1445b364ff
Add CI testing for Windows using Appveyor
...
appveyor.yml file for testing at http://appveyor.com/
2015-04-04 02:17:57 +01:00
William S Fulton
62fdff1bf3
Python 2 and 3 testing on Windows
2015-04-04 02:17:57 +01:00
William S Fulton
0f1e8f75da
Detect Java on 64 bit windows
2015-04-04 02:17:57 +01:00
William S Fulton
f27faa9c69
Allow for spaces in path to java include directory and executables
...
For typical Windows installs of Java.
Also don't use cygpath on MinGW.
2015-04-04 02:17:57 +01:00
William S Fulton
a57302527a
gcc and mno-cygwin tweaks on cygwin/mingw
2015-04-04 02:17:57 +01:00
William S Fulton
af06a48430
preinst-swig script support for native windows paths
...
- SWIG_LIB support for testing on Windows
- Only in-source builds for now
2015-04-04 02:17:57 +01:00
William S Fulton
3d61e84be6
Add CSHARPOPTIONS for users to customise C# compiler flags
2015-04-04 02:17:57 +01:00
William S Fulton
ec7e7145aa
Portability fixes for python example
2015-04-04 02:17:57 +01:00
William S Fulton
f6e25f5786
PY3 fixes for import_package example
2015-04-04 02:17:57 +01:00
William S Fulton
e544ce8f82
Update AX_PATH_GENERIC for spaces support
...
Fix when the _CFLAGS and _LIBS are provided and they contain a space
For example:
./configure PCRE_LIBS='-L/home/me/pcre/lib -lpcre'
Serial number 13 in autoconf macro archive
2015-04-04 02:17:57 +01:00
William S Fulton
e60445b280
Add support for Windows in AX_BOOST_BASE
...
Serial 26 in autoconf macro archive
2015-04-04 02:17:57 +01:00
William S Fulton
2347e87451
CSharp test-suite support on windows
...
- Add pathconvert tool to convert to a windows path for input files for
C# compiler
- Simplify vcfilter
2015-04-04 02:17:56 +01:00
Olly Betts
084f72452f
Fix javadowncast to csdowncast in C# backend
...
See issue#367.
2015-03-30 08:38:24 +13:00
Olly Betts
dba8d4a7ea
Add regression test for 6b6b360
...
Reported in issue#368 by clintonstimpson.
2015-03-28 11:26:13 +13:00
Olly Betts
6b6b360093
Fix segfault in handling unknown directives
2015-03-27 18:14:03 +13:00
Olly Betts
38a75a22c9
"suppport" -> "support"
2015-03-27 12:54:47 +13:00
Olly Betts
01d0ee86e0
Fix C&P references to Python in comments
2015-03-27 12:40:42 +13:00
Olly Betts
2c08e33099
Correct java warning to save javabase not csbase
2015-03-27 12:30:19 +13:00
Olly Betts
45c0a15760
Merge pull request #367 from jamesathey/csharp-cleanup
...
When warning about multiple inheritance in C#, say C# in the message
2015-03-27 12:20:26 +13:00
James Athey
7a050461c6
When warning about multiple inheritance in C#, say C# in the message instead of Java
2015-03-26 11:11:11 -04:00
Olly Betts
226b4dec5b
Probe for camlp4 in configure
...
See issue #364 .
2015-03-25 12:44:05 +13:00
Simon Marchetto
4c6f29b778
scilab: fix possible crash by using consistent allocation/free methods (use SWIG macros)
2015-03-24 16:52:18 +01:00
Simon Marchetto
cfebdc36af
scilab: compile examples & test-suite with debug infos
2015-03-24 16:52:18 +01:00
Simon Marchetto
ec6d46f387
scilab: fix doc typos
2015-03-24 16:52:18 +01:00
Olly Betts
b7ea2115c4
Merge pull request #338 from thomascirca/node-doc
...
Corrected the link for documentation relating to NodeJS, and added one c...
2015-03-23 20:15:41 +13:00
Olly Betts
af113fa6f0
Add missing ; after C++ class definitions
2015-03-20 13:46:28 +13:00
Olly Betts
c8a7322a4d
Use %{ %} instead of { } after %pythoncode
...
Simpler and safer change to address PR#357.
2015-03-20 13:45:19 +13:00
Olly Betts
3bc5348bd2
Update comment about ocamldlgen
2015-03-19 15:05:31 +13:00
Olly Betts
13894f803b
Whitespace cleanup
2015-03-19 13:15:23 +13:00
Olly Betts
064f18131d
Fix "check_quant" target in ocaml testsuite
...
Previously it would be confused by testcases names which were a suffix
of another testcase name (e.g. name and keyword_rename).
2015-03-18 15:49:48 +13:00
Olly Betts
7af659ccaa
ocaml testsuite is not in good shape
2015-03-18 15:18:44 +13:00
Olly Betts
7eb890e64f
Fix typo in forward declaration
2015-03-18 13:42:53 +13:00
Olly Betts
f2c2baf2af
Remove bogus comment
2015-03-18 13:39:26 +13:00
Olly Betts
b7557aeb03
Add ocaml to travis
2015-03-18 13:31:10 +13:00
Olly Betts
2278c9b33d
Remove pointless export of variables
2015-03-18 13:12:57 +13:00
Olly Betts
eec4e7e2ee
Use the ocamlc configure found
2015-03-18 13:12:12 +13:00
Olly Betts
6d80e40699
Remove dead Ocaml configure probes
...
A number of the probed for values are no longer actually used anywhere.
2015-03-18 13:10:59 +13:00
Olly Betts
c7c6f2381e
Eliminate AC_COMPARE_VERSION
...
We also have AX_COMPARE_VERSION which does essentially the same job.
2015-03-18 12:39:57 +13:00
Olly Betts
e6ed961711
Fix configure message about ocaml version check
...
The test is actually > 3.08.2, not >= 3.08.2 as the message previously
implied. The change in question happened after 3.08.2, so ">" is the
correct test:
http://caml.inria.fr/pub/ml-archives/caml-list/2005/07/ad882d2c46496ad44e6ea6c31a989860.en.html
2015-03-18 12:33:20 +13:00
Ian Lance Taylor
baf1fe036a
[Go] Correct goargout typemap when matching multiple parameters.
2015-03-16 11:45:15 -07:00
Olly Betts
ab677205d8
Suppress warning from Intel compiler
...
Fixes issue #192 , reported by kesmit13
2015-03-16 18:12:38 +13:00
Olly Betts
0193c98608
Fix random case flipping of an HTML source line
...
Introduced in a586874
2015-03-16 18:02:03 +13:00
Olly Betts
c1d6ca0116
Merge branch 'master' of github.com:swig/swig
2015-03-16 15:16:44 +13:00
Olly Betts
87a1892719
Trim trailing blank lines
2015-03-16 14:41:15 +13:00
Olly Betts
eba41f4f56
Note vadz as contributing to Python
...
Taken from doxygen branch
2015-03-16 14:36:44 +13:00
William S Fulton
7fa1058a8a
Configure fix and warning fix for Go
2015-03-14 23:40:30 +00:00
Ian Lance Taylor
32bb4dcd6d
Merge branch 'master' of git://github.com/swig/swig
2015-03-12 08:14:17 -07:00
Ian Lance Taylor
eccfa288b8
[Go] Consistently use the same type when dispatching to an overloaded
...
function.
2015-03-12 08:13:16 -07:00
Olly Betts
7ba0652677
Create director_common.swg for language-indep code
...
Move -DSWIG_DIRECTOR_STATIC handling there, so this is now supported for
all languages with director support, not just Python and PHP.
2015-03-12 19:51:11 +13:00