Compare commits
No commits in common. "stream-swig-3.0-rhel-8.10.0" and "c8-stream-3.0" have entirely different histories.
stream-swi
...
c8-stream-
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,24 +1 @@
|
||||
swig-2.0.0.tar.gz
|
||||
/swig-2.0.1.tar.gz
|
||||
/swig-2.0.2.tar.gz
|
||||
/swig-2.0.3.tar.gz
|
||||
/swig-2.0.4.tar.gz
|
||||
/swig-2.0.5.tar.gz
|
||||
/swig-2.0.6.tar.gz
|
||||
/swig-2.0.7.tar.gz
|
||||
/swig-2.0.8.tar.gz
|
||||
/swig-2.0.9.tar.gz
|
||||
/swig-2.0.10.tar.gz
|
||||
/swig-2.0.11.tar.gz
|
||||
/swig-2.0.12.tar.gz
|
||||
/swig-3.0.0.tar.gz
|
||||
/swig-3.0.1.tar.gz
|
||||
/swig-3.0.2.tar.gz
|
||||
/swig-3.0.5.tar.gz
|
||||
/swig-3.0.6.tar.gz
|
||||
/swig-3.0.7.tar.gz
|
||||
/swig-3.0.8.tar.gz
|
||||
/swig-3.0.9.tar.gz
|
||||
/swig-3.0.10.tar.gz
|
||||
/swig-3.0.11.tar.gz
|
||||
/swig-3.0.12.tar.gz
|
||||
SOURCES/swig-3.0.12.tar.gz
|
||||
|
1
.swig.metadata
Normal file
1
.swig.metadata
Normal file
@ -0,0 +1 @@
|
||||
5cc1af41d041e4cc609580b99bb3dcf720effa25 SOURCES/swig-3.0.12.tar.gz
|
@ -1,4 +0,0 @@
|
||||
# Use ccache-swig by default. Users who don't want that can setenv the
|
||||
# CCACHE_DISABLE environment variable in their personal profile.
|
||||
|
||||
alias swig 'ccache-swig swig'
|
@ -1,4 +0,0 @@
|
||||
# Use ccache-swig by default. Users who don't want that can set the
|
||||
# CCACHE_DISABLE environment variable in their personal profile.
|
||||
|
||||
alias swig='ccache-swig swig'
|
@ -1,12 +0,0 @@
|
||||
|
||||
[name]
|
||||
ccache-swig - a fast compiler cache
|
||||
|
||||
[description]
|
||||
ccache-swig is a compiler cache. It speeds up re-compilation of C/C++/SWIG
|
||||
code by caching previous compiles and detecting when the same compile is
|
||||
being done again. ccache-swig is ccache plus support for SWIG.
|
||||
|
||||
[notes]
|
||||
For more information, see @DOCDIR@/swig-doc/Doc/Manual/CCache.html from the
|
||||
swig-doc package.
|
Loading…
Reference in New Issue
Block a user