Commit graph

30 commits

Author SHA1 Message Date
Dave Beazley
056fb6c8c5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@480 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-06-16 15:38:35 +00:00
Thien-Thi Nguyen
b355c92f63 New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@430 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-05-10 23:30:38 +00:00
Thien-Thi Nguyen
9a926752f1 New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@426 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-17 16:14:00 +00:00
Thien-Thi Nguyen
c45ce46c51 New entry. Here are Matthias Koeppe's words on the changes:
Why did you remove the INPUT/OUTPUT/BOTH typemaps in revision 1.3 of
  Lib/guile/typemaps.i? They seem to be standard in SWIG, as they are
  present in the other language modules, and everyone needs them. I
  suggest you put them back in.

  Lib/exception.i, Source/Modules1.1/guile.cxx: I have written the
  Guile-specific code for Lib/exception.i, which implements
  SWIG_exception as a macro calling _SWIG_exception, which is defined in
  the same file. The SWIG_*Error constants are mapped to Guile error
  symbols, which are passed to scm_error. The macro uses the
  preprocessor macro SCHEME_NAME, which is set at the beginning of the
  function wrapper code by a modified Source/Modules1.1/guile.cxx. Here
  is a test (with array.i):

  	(int-get '() 0)  ==> signals swig-value-error

  Moreover, I fixed a type-lookup bug in Lib/guile/guile.swg when
  compiled -with-smobs, which had crept in from swigptr.swg. Here is a
  test (again with array.i):

          (define c (int-array 5))
          (int-get c 0)    ==> must not signal a wrong-type error

  Lib/guile/guiledec.swg, Source/Modules1.1/guile.cxx: Use the
  SWIG_NOINCLUDE preprocessor symbol to indicate that SWIG runtime
  functions are imported from a different module, as it is done in other
  language modules.
  (SWIG_init) Make this function globally visible only in simple linkage
  (the user should rename the function by a #define in this case). In
  other linkages, having SWIG_init globally visible (in multiple
  modules) just makes trouble.

  Source/Modules1.1/guile.cxx (GUILE::link_variable) Printf the C
  string, not the String class.

  Source/SWIG1.1/swig11.h, Source/SWIG1.1/sstring.cxx: Constified two
  operator arguments, to get rid of warnings issued by the SUNWSpro
  C++ compiler.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@417 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-12 11:57:50 +00:00
Thien-Thi Nguyen
6ec154cd2d New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@397 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-06 08:46:48 +00:00
Thien-Thi Nguyen
e8d3b20250 New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@372 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 15:36:56 +00:00
Thien-Thi Nguyen
1835caf6a0 (4/02/00): Expand entry; mention "-with-smobs".
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@359 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 08:18:01 +00:00
Thien-Thi Nguyen
992ea555c3 New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@358 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-04-03 07:46:33 +00:00
Dave Beazley
0ba81b924e *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@338 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-03-13 17:41:14 +00:00
Thien-Thi Nguyen
928ad5432b New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@324 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-03-04 02:29:55 +00:00
Dave Beazley
936e3225a9 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@311 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-03-02 01:57:49 +00:00
Dave Beazley
8ace006b9f *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@303 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-29 21:31:50 +00:00
Dave Beazley
c2e499bcd7 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@294 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-29 17:38:15 +00:00
Thien-Thi Nguyen
39a6cb8871 New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@285 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-28 14:40:47 +00:00
Thien-Thi Nguyen
b750826a4e New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@269 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-26 15:20:40 +00:00
Thien-Thi Nguyen
8a7effef52 New entry.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@258 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-24 18:47:11 +00:00
Dave Beazley
2d673cb8c6 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@225 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-11 19:47:45 +00:00
Dave Beazley
340b631894 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-10 20:38:42 +00:00
Dave Beazley
2a01173e46 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@180 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-02 07:02:28 +00:00
Dave Beazley
e3fcdffa6c *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@179 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-02 04:54:02 +00:00
Loic Dachary
dec379b314 Conditionaly compile experimental code with --enable-experiment
configure flag.
  Fix .cvsignore to ignore configrue & yacc generated files


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-30 15:39:55 +00:00
Loic Dachary
5be3d9e104 1/28/00 : loic
Apply automake everywhere
  Keep configure scripts so that people are not *forced* to autoconf
          Keep sources generated by yacc so that compilation without yacc
  is possible.
  Source/LParse/cscanner.c: change lyacc.h into parser.h to please
  default yacc generation rules.
  Use AC_CONFIG_SUBDIRS in configure.in instead of hand made script.
  Update all relevant .cvsignore to include .deps
  Fixed missing ; line 136 Source/Swig/swig.h


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@164 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-29 01:06:10 +00:00
Dave Beazley
83f123e94d *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@86 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 17:23:30 +00:00
Dave Beazley
7e9865c827 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@83 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 16:44:41 +00:00
Dave Beazley
2c894b2d14 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@81 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 16:36:29 +00:00
Loic Dachary
ab8fcc0990 Added .cvsignore, Examples/.cvsignore, Source/DOH/Doh/.cvsignore
Source/SWIG1.1/main.cxx: Fixed -I handling bug


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@79 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 16:23:52 +00:00
Loic Dachary
f96f0170f2 Source/Modules1.1/java.cxx: fixed char* -> const char* warnings that are
errors when compiling with gcc-2.95.2
  Source/SWIG1.1/main.cxx: cast const char* to char* for String_replace
  token and rep should really be const.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@76 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 15:13:59 +00:00
Dave Beazley
50dfa90b79 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@68 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 18:24:22 +00:00
Dave Beazley
ad745e7f87 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@61 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 05:07:10 +00:00
Dave Beazley
733a19d2c8 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@48 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 03:01:06 +00:00