summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* brew install workarounds on TravisWilliam S Fulton2014-02-161-0/+25
| | | | | 'brew install guile' does not complete within 10 minutes and the build is then killed by Travis Suggestion and original script from travis-ci/travis-ci#1961
* Add openSUSE Build Service scriptWilliam S Fulton2014-02-141-0/+26
| | | | | For updating SWIG tarball on OBS to latest from master. Slightly modified from script received from Karl Kaempf.
* Release scripts to release from any branchWilliam Fulton2014-02-091-3/+4
|
* mkdist script tweaks to support releasing from any named branchWilliam S Fulton2014-02-081-5/+11
|
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-103-8/+38
|\ | | | | | | | | | | | | | | | | | | Conflicts: Examples/Makefile.in Examples/guile/Makefile.in Lib/php/php.swg Makefile.in Source/CParse/parser.y configure.ac
| * Fix typosOlly Betts2013-09-251-1/+1
| |
| * Add hint about pushing tags post releaseWilliam S Fulton2013-09-151-1/+1
| | | | | | | | [ci skip]
| * Fix release scriptWilliam S Fulton2013-05-121-1/+1
| |
| * Fix release scriptWilliam S Fulton2013-05-121-1/+1
| |
| * Update release scripts to use git instead of svnWilliam S Fulton2013-05-122-7/+37
| |
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-289-15/+721
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parser.y still to be fixed up Conflicts: Doc/Devel/engineering.html Examples/Makefile.in Lib/allegrocl/allegrocl.swg Lib/csharp/csharp.swg Lib/csharp/enums.swg Lib/csharp/enumsimple.swg Lib/csharp/enumtypesafe.swg Lib/java/java.swg Lib/python/pydocs.swg Lib/r/rtype.swg Source/Include/swigwarn.h Source/Modules/octave.cxx Source/Modules/python.cxx Source/Modules/ruby.cxx Source/Swig/scanner.c Source/Swig/stype.c Source/Swig/swig.h configure.ac
| * Fix MAKE variable expansion in pcre-build.sh.Vadim Zeitlin2013-01-251-2/+2
| | | | | | | | Correct the syntax used in 0e32be2, it's ${var:-fallback}.
| * Prefer $MAKE if specified in environmentTristan Carel2013-01-171-2/+2
| | | | | | Sometimes gmake is the only one available.
| * Fix assorted typos.Olly Betts2013-01-081-1/+1
| | | | | | | | From https://sourceforge.net/p/swig/patches/332/ and some others too.
| * Fix gdb debugger functions to display to the gdb output window rather than ↵William S Fulton2012-07-211-2/+2
| | | | | | | | | | | | stdout. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13339 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * cosmetic wording in release scriptWilliam S Fulton2012-05-261-1/+1
| | | | | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13127 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Don't use non-portable "==" in shell tests.Vadim Zeitlin2012-04-092-9/+9
| | | | | | | | | | | | | | | | | | Use POSIX "=" instead of "==" which is not supported at least by FreeBSD /bin/sh. Closes #3515925. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12971 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Add PCRE build instructions to Windows build instructionsWilliam S Fulton2012-01-071-1/+2
| | | | | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12894 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Fix pcre-build.sh to work with non-compressed tarballsWilliam S Fulton2011-11-121-2/+3
| | | | | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12836 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Allow setting PCRE_{CFLAGS,LIBS} when building SWIG with PCRE.Vadim Zeitlin2011-03-201-49/+71
| | | | | | | | | | | | | | | | | | | | | | | | These options can be used to override the values returned by pcre-config, e.g. to build using a static PCRE library even if pcre-config prefers to use the shared one by default. Use the updated AX_PATH_GENERIC macro from autoconf archive which was fixed to allow the options set by the user to override the ones returned by pcre-config (in fact, pcre-config isn't even called at all if these options are set). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12548 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Release script tweaks to take account of yet more SF upload changesWilliam S Fulton2011-02-201-5/+6
| | | | | | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12508 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * SF #3173367 Better information during configure about Boost prerequisite for ↵William S Fulton2011-02-051-0/+258
| | | | | | | | | | | | running the test-suite. BOOST_CPPFLAGS can only be used though once common.mk is created at configure time. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12434 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Add pcre-build.sh script for easier building of pcre and configuring with ↵William S Fulton2010-10-012-2/+65
| | | | | | | | | | | | SWIG if PCRE not installed git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12238 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Expand the family of debug print functions for displaying DOH types. Provide ↵William S Fulton2010-09-151-0/+41
| | | | | | | | | | | | gdb support for calling these. Document improved debugging experience. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12221 626c5289-ae23-0410-ae9c-e8d60b6d4f22
| * Add a check for PCRE library to configure.Vadim Zeitlin2010-07-222-0/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use standard AX_PATH_GENERIC() macro from Autoconf archive to do the check to keep our own code as simple as possible. Notice that this script must be used, just adding the include and library directories to {C,LD}FLAGS is not enough, notably -DPCRE_STATIC which is output by pcre-config for static builds only is crucial. Also use LIBS instead of LDFLAGS to fix linking when using static libraries. Also note that this allows to pass PCRE_CONFIG variable value to configure to force the use of the specified script (and not the one first found in PATH), which is especially important when cross-compiling. Finally, PCRE is required by default now, --without-pcre must be explicitly used to build without it. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* | Modify autoconf macro to be more flexible about how it is used - sets ↵William S Fulton2012-10-071-5/+19
| | | | | | | | | | | | CXX11FLAGS, HAVE_CXX11_COMPILER and option to not error out git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13866 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* | Autoconf archive macro to detect c++11 - as downloaded from archiveWilliam S Fulton2012-10-051-0/+107
|/ | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@13865 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* update example version numbers and clarification of inputsWilliam S Fulton2010-06-211-3/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12142 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* mention tagging is being done in mkrelease.pyWilliam S Fulton2010-06-021-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12090 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* minor tweaks for release notes uploaded to SFWilliam S Fulton2010-06-021-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12088 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* remove WAD from distributionWilliam S Fulton2010-06-011-1/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12076 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Remove WAD and swig.spec.1 - not used or maintainedWilliam S Fulton2010-05-2951-7404/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12070 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Show success at end of distribution buildWilliam S Fulton2010-04-031-0/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11973 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Minor robustness tweaks to building distributionWilliam S Fulton2010-04-031-5/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11971 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* update package builds with more generic version numbersWilliam S Fulton2010-03-102-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11932 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* changes required for new SourceForge file release processWilliam S Fulton2009-08-181-4/+14
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11645 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* put tagging back inWilliam S Fulton2008-12-311-2/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11027 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* better #! for finding pythonWilliam S Fulton2008-12-312-3/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11026 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* fix ccache-swig man page generationWilliam S Fulton2008-12-301-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11024 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add ccache documentation to main docsWilliam S Fulton2008-12-201-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10990 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add ccache to windows build, better fail if executables don't run. Fix ↵William S Fulton2008-12-172-7/+6
| | | | | | documentation build. Remove .cvsignore files removal as we are no longer using cvs. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10986 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* refine Makefile targets for documentation generation and remove generated ↵William S Fulton2008-12-091-1/+1
| | | | | | ccache documentation from svn git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10976 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add shebang for pyname_patch.pyHaoyu Bai2008-12-031-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10963 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-031-0/+122
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10961 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* make life easier for svn status updates as everyone has different autotool ↵William S Fulton2008-06-292-3116/+0
| | | | | | versions installed - use svn:ignore on config.sub and config.guess git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10610 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* use rsync and ssh to upload releases to SourceForge as ftp no longer worksWilliam S Fulton2008-06-241-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10582 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix bad use of Python API (untested, since I can't even compile this code onOlly Betts2008-06-231-1/+1
| | | | | | | x86-64!) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10563 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL ↵William S Fulton2008-05-202-35/+13
| | | | | | variables for invoking tools when running tests, compiling or invoking swig git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10482 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* update from latest autotools (automake-1.10)William S Fulton2007-12-082-13/+35
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10183 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add in command to tag the releaseWilliam S Fulton2007-11-161-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10149 626c5289-ae23-0410-ae9c-e8d60b6d4f22