aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-08Add ccache uninstall target. Fix ccache install/uninstall to take account of ↵William S Fulton
--program-prefix --program-suffix git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10973 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-07Apply autoreconf_fixes.patch sent to debian -- restores documentation ↵William S Fulton
changes that the debian patches had if autoreconf is run git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10972 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-07Clean up gcc-4.3 warningsWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10971 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-07[PHP] Fix warnings when compiling generated wrapper with GCC 4.3.Olly Betts
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10970 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-06remove last vestiges of php4 and encourage use of -php rather than -php5William S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10969 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-06modify build system to use php instead of php4William S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10968 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-06modify build system to use php instead of php4William S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-06remove SWIG_TypeCheck_Template so that the code within it is debuggableWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10966 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-06minor formatting fixWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-06add test for inheritance of 3 classes deep which exposes a problem in the ↵William S Fulton
python shared_ptr wrappers. Manually added the %types for now. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10964 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-03add shebang for pyname_patch.pyHaoyu Bai
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10963 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-032to3 has its way to exclude fixer now, so we nolonger need our hackHaoyu Bai
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10962 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-03Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10961 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-12-02Apply patch #2143727 for Python from Serge Monkewitz to fix importing base ↵William S Fulton
classes when the package option is specified in %module and that module is %import'ed git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10960 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-28revert mistaken checkinWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10959 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-28UTL - Fix some incorrect acceptance of types in the STL, eg a double * ↵William S Fulton
element passed into a vector<int *> constructor would be accepted, but the ensuing behaviour was undefined. Now the type conversion correctly raises an exception git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10958 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-28move iadd.h contents into iadd.iWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10957 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-28minor fix to formatting in generated types tableWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10956 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26fix test names since they were renamed recentlyWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10955 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26modifying build system not to rely on the -I path to find the input files ↵William S Fulton
avoiding warning 125: merge .i files that are common between python and the main version git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10954 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26modifying build system not to rely on the -I path to find the input files ↵William S Fulton
avoiding warning 125: move python .i files up one directory, some files have been renamed - prepended with python git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10953 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26remove svn:executable property where applied incorrectlyWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10952 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26remove svn:executable property where applied incorrectlyWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10951 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26warning fix for when zlib not availableWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10950 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-26modify test-suite (barring python atm) to not rely on the -I path to find ↵William S Fulton
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-26gcc-4.3 warning fixesWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10948 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-25Add -outcurrentdir optionWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10947 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23remove docs on old php4 switchWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10946 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23add sanity check on preprocessed outputWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10945 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23Apply patch #2263850 to fix ruby/file.i ... rubyio.h filename change in ruby ↵William S Fulton
1.9. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10944 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23give operator bool() a nameWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10943 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23Apply patch #2319790 from Johan Hake to fix shared_ptr usage in std::tr1 ↵William S Fulton
namespace. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10942 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23 error: ‘pthread_once’ was not declared in this scopeWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10941 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23php4 rename to php fixWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10940 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-23gcc-4.3 warning fixesWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10939 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-22rename php4 to phpWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10938 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-22add ccache install and rename php4 to phpWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10937 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-22deprecate use of include path to find the input file for behaviour that is ↵William S Fulton
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-22fix env variable settings and add swig testsWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10935 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-19added swig regression tests for ccacheWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10934 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-19dont replicate the -nopreprocess command if it is given when using swig as ↵William S Fulton
compiler git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-17rename java run tests from main to runme for consistency across the languagesWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10932 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-17add input and output files to hash for correct operation when swig is the ↵William S Fulton
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-16Fix -nopreprocess option to correctly generate output filenames and display ↵William S Fulton
filenames in warnings and errors git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10930 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-16Add documentation on typemaps for 'self' based on patch from Art ClarkeWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10929 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-11Add patch #2152691 from MATSUURA Takanori which fixes compiles using the ↵William S Fulton
Intel compiler git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10928 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-11fix Swig_search_path declarationWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10927 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-11add parameter list (or void) to all C functionsWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10926 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-11-10Add Antti Karanta's documentation about the new c# array marshalling library ↵William S Fulton
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-10add in docs about new CCACHE_VERBOSE and CCACHE_SWIG env variablesWilliam S Fulton
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10924 626c5289-ae23-0410-ae9c-e8d60b6d4f22