projects
/
chaz
/
yoink
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d77fb5
)
fixed permissions for stlplus files
author
Charles McGarvey
<chazmcgarvey@brokenzipper.com>
Sat, 12 Dec 2009 23:31:34 +0000
(16:31 -0700)
committer
Charles McGarvey
<chazmcgarvey@brokenzipper.com>
Sat, 12 Dec 2009 23:31:34 +0000
(16:31 -0700)
20 files changed:
configure.ac
patch
|
blob
|
history
src/Moof/stlplus/containers.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/containers_fixes.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/digraph.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/digraph.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/exceptions.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/foursome.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/foursome.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/hash.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/hash.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/matrix.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/matrix.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/ntree.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/ntree.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/safe_iterator.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/safe_iterator.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/smart_ptr.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/smart_ptr.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/triple.hpp
[changed mode: 0755->0644]
patch
|
blob
|
history
src/Moof/stlplus/triple.tpp
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index fe599a8d8d443173cd846a740a3ef00ee38c9737..f03af5d2b1fbc5b611bceaf717c038d667906079 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-13,7
+13,8
@@
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/GameLayer.cc])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
#
diff --git
a/src/Moof/stlplus/containers.hpp
b/src/Moof/stlplus/containers.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/containers_fixes.hpp
b/src/Moof/stlplus/containers_fixes.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/digraph.hpp
b/src/Moof/stlplus/digraph.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/digraph.tpp
b/src/Moof/stlplus/digraph.tpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/exceptions.hpp
b/src/Moof/stlplus/exceptions.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/foursome.hpp
b/src/Moof/stlplus/foursome.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/foursome.tpp
b/src/Moof/stlplus/foursome.tpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/hash.hpp
b/src/Moof/stlplus/hash.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/hash.tpp
b/src/Moof/stlplus/hash.tpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/matrix.hpp
b/src/Moof/stlplus/matrix.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/matrix.tpp
b/src/Moof/stlplus/matrix.tpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/ntree.hpp
b/src/Moof/stlplus/ntree.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/ntree.tpp
b/src/Moof/stlplus/ntree.tpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/safe_iterator.hpp
b/src/Moof/stlplus/safe_iterator.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/safe_iterator.tpp
b/src/Moof/stlplus/safe_iterator.tpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/smart_ptr.hpp
b/src/Moof/stlplus/smart_ptr.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/smart_ptr.tpp
b/src/Moof/stlplus/smart_ptr.tpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/triple.hpp
b/src/Moof/stlplus/triple.hpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/src/Moof/stlplus/triple.tpp
b/src/Moof/stlplus/triple.tpp
old mode 100755
(executable)
new mode 100644
(file)
This page took
0.033418 seconds
and
4
git commands to generate.