Commit graph

13,924 commits

Author SHA1 Message Date
William S Fulton
8cd10cfe2a warning fix for when zlib not available
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10950 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26 21:44:53 +00:00
William S Fulton
db83e51441 modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10949 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26 21:35:15 +00:00
William S Fulton
53f786e5a6 gcc-4.3 warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10948 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26 18:37:48 +00:00
William S Fulton
6994737f19 Add -outcurrentdir option
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10947 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-25 23:36:23 +00:00
William S Fulton
4633b7a41b remove docs on old php4 switch
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10946 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 23:29:33 +00:00
William S Fulton
509ee37f55 add sanity check on preprocessed output
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10945 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 23:28:37 +00:00
William S Fulton
cd43bd063d Apply patch #2263850 to fix ruby/file.i ... rubyio.h filename change in ruby 1.9.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10944 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 22:29:07 +00:00
William S Fulton
f78bdddb9d give operator bool() a name
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10943 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 22:07:15 +00:00
William S Fulton
f5fbd95871 Apply patch #2319790 from Johan Hake to fix shared_ptr usage in std::tr1 namespace.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10942 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 21:59:00 +00:00
William S Fulton
a0949cd1fe error: ‘pthread_once’ was not declared in this scope
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10941 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 21:47:39 +00:00
William S Fulton
43d1ca8c7e php4 rename to php fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 19:45:31 +00:00
William S Fulton
5d65e1ca92 gcc-4.3 warning fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10939 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 19:44:29 +00:00
William S Fulton
4c03864ce9 rename php4 to php
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10938 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-22 12:35:27 +00:00
William S Fulton
905b1cf4e9 add ccache install and rename php4 to php
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10937 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-22 12:32:51 +00:00
William S Fulton
533ccb5097 deprecate use of include path to find the input file for behaviour that is compatible with other compilers and interopability for ccache
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10936 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-22 12:29:41 +00:00
William S Fulton
a41c66d9a4 fix env variable settings and add swig tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10935 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-22 12:17:48 +00:00
William S Fulton
25c972d919 added swig regression tests for ccache
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10934 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-19 23:47:53 +00:00
William S Fulton
1cdc534a65 dont replicate the -nopreprocess command if it is given when using swig as compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-19 00:57:09 +00:00
William S Fulton
9cf5256b93 rename java run tests from main to runme for consistency across the languages
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10932 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-17 22:47:55 +00:00
William S Fulton
a5d91ce4f1 add input and output files to hash for correct operation when swig is the compiler. Automatically detect when swig is the compiler.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10931 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-17 22:43:15 +00:00
William S Fulton
8ac9453f62 Fix -nopreprocess option to correctly generate output filenames and display filenames in warnings and errors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10930 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-16 21:40:28 +00:00
William S Fulton
ef14c8a6f6 Add documentation on typemaps for 'self' based on patch from Art Clarke
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10929 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-16 21:13:04 +00:00
William S Fulton
bfd9e5f3e3 Add patch #2152691 from MATSUURA Takanori which fixes compiles using the Intel compiler
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10928 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-11 22:56:36 +00:00
William S Fulton
1fe9876d47 fix Swig_search_path declaration
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10927 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-11 22:28:18 +00:00
William S Fulton
61001d958f add parameter list (or void) to all C functions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10926 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-11 22:17:40 +00:00
William S Fulton
e4ef0a23d3 Add Antti Karanta's documentation about the new c# array marshalling library plus some docs on the carrays library
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10925 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-10 21:53:15 +00:00
William S Fulton
087ae33b7c add in docs about new CCACHE_VERBOSE and CCACHE_SWIG env variables
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10924 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-10 14:37:45 +00:00
William S Fulton
53ffa27c5d rename documentation from ccache to ccache-swig
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10923 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-10 12:07:52 +00:00
William S Fulton
c5aae96bfb ccache clean
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10922 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-10 10:34:25 +00:00
William S Fulton
4e4a2d8205 update some comments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10921 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-07 21:25:31 +00:00
William S Fulton
a65e883912 integrate ccache build
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10920 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-07 17:03:57 +00:00
William S Fulton
c8b41eebf8 remove autotool generated files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10919 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-05 16:59:27 +00:00
William S Fulton
e497a9653a create executable name as ccache-swig instead of ccache to avoid conflict with the official ccache
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10918 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-05 16:57:21 +00:00
William S Fulton
8ce8820c4e fix configure.in when running autoreconf
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10917 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-05 16:55:07 +00:00
William S Fulton
54283434f1 fix Makefile for autoconf>2.60
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10916 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-05 16:53:55 +00:00
William S Fulton
59988d9474 initial modifications for ccache to support SWIG
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10915 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-05 12:34:15 +00:00
William S Fulton
27e03f3f86 apply debian/patches/12_cachesize_permissions.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10913 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:08:28 +00:00
William S Fulton
ac1b517350 apply debian/patches/11_utimes.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10912 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:07:51 +00:00
William S Fulton
7ba7198c28 apply debian/patches/10_lru_cleanup.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10911 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:06:06 +00:00
William S Fulton
82faf3c7d7 apply debian/patches/09_respect_ldflags.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10910 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:05:12 +00:00
William S Fulton
d4d8ca71b4 apply debian/patches/08_manpage_hyphens.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10909 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:04:47 +00:00
William S Fulton
0c20caeddc apply debian/patches/07_cachedirtag.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10908 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:04:15 +00:00
William S Fulton
6f3603a05a apply debian/patches/06_md.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10907 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:03:52 +00:00
William S Fulton
55246d6c1c apply debian/patches/05_nfs_fix.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10906 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:03:21 +00:00
William S Fulton
05ec950cc2 apply debian/patches/04_ignore_profile.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10905 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:02:57 +00:00
William S Fulton
72caf5920f apply debian/patches/02_ccache-compressed.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10904 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 14:02:32 +00:00
William S Fulton
5236ddf57c apply debian/patches/01_no_home.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10903 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 13:59:23 +00:00
William S Fulton
5e2812ed09 Import patches to ccache-2.4 from debian (ccache-2.4-15)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10902 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 13:49:49 +00:00
William S Fulton
db41b96503 cvs -> svn ignores
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10901 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 13:40:57 +00:00
William S Fulton
482d91951a Import ccache-2.4 source
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10900 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-03 13:37:28 +00:00