Commit graph

1,716 commits

Author SHA1 Message Date
Dave Beazley
e7793fb51c Added setter for global arrays.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4831 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:57 +00:00
Dave Beazley
fc66bde4c1 Minor cleanup.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4830 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:46 +00:00
Dave Beazley
ae537a5b9a *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:32 +00:00
Dave Beazley
fac1366c66 Fixed to array typemaps (memberin, globalin).
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4828 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-29 18:27:28 +00:00
Dave Beazley
7c56de80f3 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4826 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 21:35:12 +00:00
Dave Beazley
c7480b9897 Fixed reference/pointer typedef problem.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4825 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 21:34:54 +00:00
Dave Beazley
f460723127 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4824 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 17:30:04 +00:00
William S Fulton
b3f4791010 Minor clarification for the "freearg" typemap
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4823 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-28 09:12:52 +00:00
Logan Johnson
21cbcec55d Moved initialization of static class members outside of the class
declaration for template_typedef.i, template_typedef_cplx.i and
template_typedef_cplx2.h. GCC used to be more lenient about this
rule breakage, but gcc-3.2.2 shows no mercy.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4822 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-23 02:35:14 +00:00
Luigi Ballabio
7764b8227a Added correct (I hope) typechecking for native scripting objects
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4821 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-22 13:01:44 +00:00
William S Fulton
c312a6fb14 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4820 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:58:05 +00:00
William S Fulton
92e2540e96 Missing quotes for environment variables
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4819 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:50:02 +00:00
William S Fulton
c4f76bb782 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4818 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:49:28 +00:00
William S Fulton
193e9a9337 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4817 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:43:28 +00:00
William S Fulton
fd88e57977 Missing quotes on environment variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4816 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:31:36 +00:00
Tiger Feng
e0b67e7b60 wrap by contract work
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4815 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:29:11 +00:00
William S Fulton
1258b3e91a This shouldn't be here!
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:29:10 +00:00
William S Fulton
9394ae6d1f Old version not originally updated.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4813 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:25:51 +00:00
William S Fulton
d66890561e example.dll fixed to _example.dll
Missing quotes for environment variables - fixes problem when it contains a space


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4812 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:24:28 +00:00
William S Fulton
35dce36ad5 Fix to use PERL5_LIB environment variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4811 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:23:04 +00:00
William S Fulton
b3f86358ed VC++ project file for this example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4810 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:21:44 +00:00
Tiger Feng
0ad9c70442 wrap by contract work
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4809 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:18:44 +00:00
Tiger Feng
6cdd4ee644 contract: SWIG_assertion(expr) for python
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4808 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 21:17:23 +00:00
Dave Beazley
91048279ba Experimental contract work.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4807 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 18:08:26 +00:00
Tiger Feng
de0ac1f10b Experimental contract work.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4806 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-21 17:43:05 +00:00
Art Yerkes
751f5b3095 Removed unused variables from constantWrapper.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4805 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-20 14:40:37 +00:00
William S Fulton
aeb43fbfd1 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4804 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-20 09:00:38 +00:00
William S Fulton
377fd94242 I forgot the -ldflags showing up in swig -ocaml -help
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4803 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 22:22:41 +00:00
William S Fulton
bc19947c08 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4802 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 22:07:55 +00:00
William S Fulton
f9bfd4b579 -ldflags runtime library switch removal
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4801 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 22:02:39 +00:00
William S Fulton
ce0191a83b Maximise warnings (gcc only) when building runtime libraries and executable only (not examples or test-suite).
Also more OCAML runtime library removal I just spotted.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4800 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 22:01:11 +00:00
William S Fulton
81f898e2b7 Autoconf archive macro to maximise warnings (gcc only)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4799 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 21:59:45 +00:00
Art Yerkes
79785d403c Removed runtime lib. It's not needed anymore.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4798 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 17:59:31 +00:00
William S Fulton
e54e6fe1a5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4797 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:24:34 +00:00
William S Fulton
21c6f3b37b Macro for configure.in from the autoconf macro archive. It allows one to define preprocessor definitions for swigconfig.h when the #define contains the installation directory. Autoconf won't normally expand installation directory variables.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4796 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:18:41 +00:00
William S Fulton
c3a17e73b9 'swig -version' prints target platform after compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4795 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:09:55 +00:00
William S Fulton
8c0de3b0c0 Removed preprocessor definitions from having to be specified on the command line when building the c++ files. They are now defined in swigconfig.h.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4794 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:07:41 +00:00
Luigi Ballabio
a33c36b0a7 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4793 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 09:13:12 +00:00
Luigi Ballabio
7b977084c2 Specialized typemaps---some problems though
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4792 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 08:47:31 +00:00
William S Fulton
9fc6ea8602 Updates for MinGW build and Runtime libraries
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4790 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-12 23:02:15 +00:00
William S Fulton
9316ed0038 Typos and update for Windows runtime libraries
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4789 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-12 23:00:14 +00:00
William S Fulton
52c7e41496 Fixed bug in test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4788 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-11 21:52:19 +00:00
William S Fulton
2a6a63ab57 Improved test to use namespaces
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4787 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-11 21:40:43 +00:00
William S Fulton
da8d51c30b Fix for proxy class typemaps so that they use the C++ type and not the proxy class name.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4786 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-11 21:37:52 +00:00
William S Fulton
50ae253324 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4785 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-11 21:34:54 +00:00
William S Fulton
7e3140a10c Fix for finding jni_md.h in soft linked directories.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4784 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-11 21:34:46 +00:00
William S Fulton
042a5a1cbd Fix for 'clean' and 'broken' targets.
Note that any whitespace after the last entry in each list will break make


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4783 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-11 19:02:51 +00:00
William S Fulton
01d9bd1c49 -shadow missing
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4782 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-08 16:18:32 +00:00
William S Fulton
a8e74f2074 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4781 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-08 15:32:36 +00:00
William S Fulton
f716ca9bfc *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4780 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-08 15:27:27 +00:00