diff --git a/CHANGES b/CHANGES old mode 100755 new mode 100644 diff --git a/Loki.sln b/Loki.sln old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/doc/Doxyfile b/doc/Doxyfile old mode 100755 new mode 100644 diff --git a/doc/flex/flex_string.html b/doc/flex/flex_string.html old mode 100755 new mode 100644 diff --git a/doc/yasli/Notes.txt b/doc/yasli/Notes.txt old mode 100755 new mode 100644 diff --git a/doc/yasli/yasli.html b/doc/yasli/yasli.html old mode 100755 new mode 100644 diff --git a/include/loki/CachedFactory.h b/include/loki/CachedFactory.h old mode 100755 new mode 100644 diff --git a/include/loki/ConstPolicy.h b/include/loki/ConstPolicy.h old mode 100755 new mode 100644 diff --git a/include/loki/Function.h b/include/loki/Function.h old mode 100755 new mode 100644 diff --git a/include/loki/Key.h b/include/loki/Key.h old mode 100755 new mode 100644 diff --git a/include/loki/LockingPtr.h b/include/loki/LockingPtr.h old mode 100755 new mode 100644 diff --git a/include/loki/LokiExport.h b/include/loki/LokiExport.h old mode 100755 new mode 100644 diff --git a/include/loki/OrderedStatic.h b/include/loki/OrderedStatic.h old mode 100755 new mode 100644 diff --git a/include/loki/Pimpl.h b/include/loki/Pimpl.h old mode 100755 new mode 100644 diff --git a/include/loki/RefToValue.h b/include/loki/RefToValue.h old mode 100755 new mode 100644 diff --git a/include/loki/Register.h b/include/loki/Register.h old mode 100755 new mode 100644 diff --git a/include/loki/SafeFormat.h b/include/loki/SafeFormat.h old mode 100755 new mode 100644 diff --git a/include/loki/ScopeGuard.h b/include/loki/ScopeGuard.h old mode 100755 new mode 100644 diff --git a/include/loki/Sequence.h b/include/loki/Sequence.h old mode 100755 new mode 100644 diff --git a/include/loki/TypelistMacros.h b/include/loki/TypelistMacros.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/allocatorstringstorage.h b/include/loki/flex/allocatorstringstorage.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/cowstringopt.h b/include/loki/flex/cowstringopt.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/flex_string.h b/include/loki/flex/flex_string.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/flex_string_details.h b/include/loki/flex/flex_string_details.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/flex_string_shell.h b/include/loki/flex/flex_string_shell.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/simplestringstorage.h b/include/loki/flex/simplestringstorage.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/smallstringopt.h b/include/loki/flex/smallstringopt.h old mode 100755 new mode 100644 diff --git a/include/loki/flex/vectorstringstorage.h b/include/loki/flex/vectorstringstorage.h old mode 100755 new mode 100644 diff --git a/include/loki/yasli/platform.h b/include/loki/yasli/platform.h old mode 100755 new mode 100644 diff --git a/include/loki/yasli/random.h b/include/loki/yasli/random.h old mode 100755 new mode 100644 diff --git a/include/loki/yasli/yasli_fill_iterator.h b/include/loki/yasli/yasli_fill_iterator.h old mode 100755 new mode 100644 diff --git a/include/loki/yasli/yasli_memory.h b/include/loki/yasli/yasli_memory.h old mode 100755 new mode 100644 diff --git a/include/loki/yasli/yasli_protocols.h b/include/loki/yasli/yasli_protocols.h old mode 100755 new mode 100644 diff --git a/include/loki/yasli/yasli_traits.h b/include/loki/yasli/yasli_traits.h old mode 100755 new mode 100644 diff --git a/include/loki/yasli/yasli_vector.h b/include/loki/yasli/yasli_vector.h old mode 100755 new mode 100644 diff --git a/lib/README b/lib/README old mode 100755 new mode 100644 diff --git a/loki.spec b/loki.spec old mode 100755 new mode 100644 diff --git a/make.mingw.bat b/make.mingw.bat old mode 100755 new mode 100644 diff --git a/make.msvc.bat b/make.msvc.bat old mode 100755 new mode 100644 diff --git a/src/Library.vcproj b/src/Library.vcproj old mode 100755 new mode 100644 diff --git a/src/Makefile b/src/Makefile old mode 100755 new mode 100644 diff --git a/src/OrderedStatic.cpp b/src/OrderedStatic.cpp old mode 100755 new mode 100644 diff --git a/src/SafeFormat.cpp b/src/SafeFormat.cpp old mode 100755 new mode 100644 diff --git a/src/make.msvc.bat b/src/make.msvc.bat old mode 100755 new mode 100644 diff --git a/src/make.msvc.dll.bat b/src/make.msvc.dll.bat old mode 100755 new mode 100644 diff --git a/test/CachedFactory/CachedFactory.dev b/test/CachedFactory/CachedFactory.dev old mode 100755 new mode 100644 diff --git a/test/CachedFactory/CachedFactory.vcproj b/test/CachedFactory/CachedFactory.vcproj old mode 100755 new mode 100644 diff --git a/test/CachedFactory/CachedFactoryTest.cpp b/test/CachedFactory/CachedFactoryTest.cpp old mode 100755 new mode 100644 diff --git a/test/CachedFactory/Makefile b/test/CachedFactory/Makefile old mode 100755 new mode 100644 diff --git a/test/CachedFactory/make.msvc.bat b/test/CachedFactory/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/DeletableSingleton/DeletableSingleton.cpp b/test/DeletableSingleton/DeletableSingleton.cpp old mode 100755 new mode 100644 diff --git a/test/DeletableSingleton/Makefile b/test/DeletableSingleton/Makefile old mode 100755 new mode 100644 diff --git a/test/DeletableSingleton/make.msvc.bat b/test/DeletableSingleton/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Factory/Factory.cpp b/test/Factory/Factory.cpp old mode 100755 new mode 100644 diff --git a/test/Factory/Factory.dev b/test/Factory/Factory.dev old mode 100755 new mode 100644 diff --git a/test/Factory/Factory.vcproj b/test/Factory/Factory.vcproj old mode 100755 new mode 100644 diff --git a/test/Factory/Makefile b/test/Factory/Makefile old mode 100755 new mode 100644 diff --git a/test/Factory/make.msvc.bat b/test/Factory/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Function/Function.vcproj b/test/Function/Function.vcproj old mode 100755 new mode 100644 diff --git a/test/Function/FunctionTest.cpp b/test/Function/FunctionTest.cpp old mode 100755 new mode 100644 diff --git a/test/Function/FunctionTest.dev b/test/Function/FunctionTest.dev old mode 100755 new mode 100644 diff --git a/test/Function/make.msvc.bat b/test/Function/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/LockingPtr/LockingPtr.vcproj b/test/LockingPtr/LockingPtr.vcproj old mode 100755 new mode 100644 diff --git a/test/LockingPtr/Makefile b/test/LockingPtr/Makefile old mode 100755 new mode 100644 diff --git a/test/LockingPtr/Thread.h b/test/LockingPtr/Thread.h old mode 100755 new mode 100644 diff --git a/test/LockingPtr/main.cpp b/test/LockingPtr/main.cpp old mode 100755 new mode 100644 diff --git a/test/LockingPtr/make.msvc.bat b/test/LockingPtr/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Longevity/Longevity.vcproj b/test/Longevity/Longevity.vcproj old mode 100755 new mode 100644 diff --git a/test/Longevity/Makefile b/test/Longevity/Makefile old mode 100755 new mode 100644 diff --git a/test/Longevity/main.cpp b/test/Longevity/main.cpp old mode 100755 new mode 100644 diff --git a/test/Longevity/main2.cpp b/test/Longevity/main2.cpp old mode 100755 new mode 100644 diff --git a/test/Longevity/make.msvc.bat b/test/Longevity/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Makefile b/test/Makefile old mode 100755 new mode 100644 diff --git a/test/OrderedStatic/Makefile b/test/OrderedStatic/Makefile old mode 100755 new mode 100644 diff --git a/test/OrderedStatic/OrderedStatic.vcproj b/test/OrderedStatic/OrderedStatic.vcproj old mode 100755 new mode 100644 diff --git a/test/OrderedStatic/main.cpp b/test/OrderedStatic/main.cpp old mode 100755 new mode 100644 diff --git a/test/OrderedStatic/make.msvc.bat b/test/OrderedStatic/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Pimpl/Makefile b/test/Pimpl/Makefile old mode 100755 new mode 100644 diff --git a/test/Pimpl/Pimpl.vcproj b/test/Pimpl/Pimpl.vcproj old mode 100755 new mode 100644 diff --git a/test/Pimpl/main.cpp b/test/Pimpl/main.cpp old mode 100755 new mode 100644 diff --git a/test/Pimpl/make.msvc.bat b/test/Pimpl/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Pimpl/type.h b/test/Pimpl/type.h old mode 100755 new mode 100644 diff --git a/test/Pimpl/type2.h b/test/Pimpl/type2.h old mode 100755 new mode 100644 diff --git a/test/Register/Makefile b/test/Register/Makefile old mode 100755 new mode 100644 diff --git a/test/Register/Register.sln b/test/Register/Register.sln old mode 100755 new mode 100644 diff --git a/test/Register/classlist.h b/test/Register/classlist.h old mode 100755 new mode 100644 diff --git a/test/Register/foo.cpp b/test/Register/foo.cpp old mode 100755 new mode 100644 diff --git a/test/Register/foo.h b/test/Register/foo.h old mode 100755 new mode 100644 diff --git a/test/Register/foo.vcproj b/test/Register/foo.vcproj old mode 100755 new mode 100644 diff --git a/test/Register/main.cpp b/test/Register/main.cpp old mode 100755 new mode 100644 diff --git a/test/Register/main.vcproj b/test/Register/main.vcproj old mode 100755 new mode 100644 diff --git a/test/Register/make.msvc.bat b/test/Register/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/RegressionTest/AbstractFactoryTest.h b/test/RegressionTest/AbstractFactoryTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/AssocVectorTest.h b/test/RegressionTest/AssocVectorTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/DataGeneratorsTest.h b/test/RegressionTest/DataGeneratorsTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/FactoryParmTest.h b/test/RegressionTest/FactoryParmTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/FactoryTest.h b/test/RegressionTest/FactoryTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/FunctorTest.h b/test/RegressionTest/FunctorTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/MSVCUnitTest.sln b/test/RegressionTest/MSVCUnitTest.sln old mode 100755 new mode 100644 diff --git a/test/RegressionTest/MSVCUnitTest.vcproj b/test/RegressionTest/MSVCUnitTest.vcproj old mode 100755 new mode 100644 diff --git a/test/RegressionTest/Makefile b/test/RegressionTest/Makefile old mode 100755 new mode 100644 diff --git a/test/RegressionTest/RegressionTest.dev b/test/RegressionTest/RegressionTest.dev old mode 100755 new mode 100644 diff --git a/test/RegressionTest/SequenceTest.h b/test/RegressionTest/SequenceTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/SingletonTest.h b/test/RegressionTest/SingletonTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/SmallObjectTest.h b/test/RegressionTest/SmallObjectTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/SmartPtrTest.h b/test/RegressionTest/SmartPtrTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/Test.cpp b/test/RegressionTest/Test.cpp old mode 100755 new mode 100644 diff --git a/test/RegressionTest/ThreadsTest.h b/test/RegressionTest/ThreadsTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/TypeManipTest.h b/test/RegressionTest/TypeManipTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/TypeTraitsTest.h b/test/RegressionTest/TypeTraitsTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/TypeTraitsTest2.h b/test/RegressionTest/TypeTraitsTest2.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/TypelistTest.h b/test/RegressionTest/TypelistTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/UnitTest.h b/test/RegressionTest/UnitTest.h old mode 100755 new mode 100644 diff --git a/test/RegressionTest/make.msvc.bat b/test/RegressionTest/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/SafeFormat/Makefile b/test/SafeFormat/Makefile old mode 100755 new mode 100644 diff --git a/test/SafeFormat/SafeFormat.vcproj b/test/SafeFormat/SafeFormat.vcproj old mode 100755 new mode 100644 diff --git a/test/SafeFormat/main.cpp b/test/SafeFormat/main.cpp old mode 100755 new mode 100644 diff --git a/test/SafeFormat/make.msvc.bat b/test/SafeFormat/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/ScopeGuard/Makefile b/test/ScopeGuard/Makefile old mode 100755 new mode 100644 diff --git a/test/ScopeGuard/ScopeGuard.vcproj b/test/ScopeGuard/ScopeGuard.vcproj old mode 100755 new mode 100644 diff --git a/test/ScopeGuard/main.cpp b/test/ScopeGuard/main.cpp old mode 100755 new mode 100644 diff --git a/test/ScopeGuard/make.msvc.bat b/test/ScopeGuard/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Singleton/Dependencies.cpp b/test/Singleton/Dependencies.cpp old mode 100755 new mode 100644 diff --git a/test/Singleton/Phoenix.cpp b/test/Singleton/Phoenix.cpp old mode 100755 new mode 100644 diff --git a/test/Singleton/Singleton.vcproj b/test/Singleton/Singleton.vcproj old mode 100755 new mode 100644 diff --git a/test/Singleton/make.msvc.bat b/test/Singleton/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/SingletonDll/Client.vcproj b/test/SingletonDll/Client.vcproj old mode 100755 new mode 100644 diff --git a/test/SingletonDll/Makefile b/test/SingletonDll/Makefile old mode 100755 new mode 100644 diff --git a/test/SingletonDll/SingletonDll.sln b/test/SingletonDll/SingletonDll.sln old mode 100755 new mode 100644 diff --git a/test/SingletonDll/SingletonDll.vcproj b/test/SingletonDll/SingletonDll.vcproj old mode 100755 new mode 100644 diff --git a/test/SingletonDll/client.cpp b/test/SingletonDll/client.cpp old mode 100755 new mode 100644 diff --git a/test/SingletonDll/foo.cpp b/test/SingletonDll/foo.cpp old mode 100755 new mode 100644 diff --git a/test/SingletonDll/foo.h b/test/SingletonDll/foo.h old mode 100755 new mode 100644 diff --git a/test/SingletonDll/foo.vcproj b/test/SingletonDll/foo.vcproj old mode 100755 new mode 100644 diff --git a/test/SingletonDll/foo_export.h b/test/SingletonDll/foo_export.h old mode 100755 new mode 100644 diff --git a/test/SingletonDll/make.msvc.bat b/test/SingletonDll/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/SingletonDll/singletondll.cpp b/test/SingletonDll/singletondll.cpp old mode 100755 new mode 100644 diff --git a/test/SingletonDll/singletondll.h b/test/SingletonDll/singletondll.h old mode 100755 new mode 100644 diff --git a/test/SingletonDll/singletondll_export.h b/test/SingletonDll/singletondll_export.h old mode 100755 new mode 100644 diff --git a/test/SmallObj/Makefile b/test/SmallObj/Makefile old mode 100755 new mode 100644 diff --git a/test/SmallObj/SmallObjBench.cpp b/test/SmallObj/SmallObjBench.cpp old mode 100755 new mode 100644 diff --git a/test/SmallObj/SmallObjCompare.vcproj b/test/SmallObj/SmallObjCompare.vcproj old mode 100755 new mode 100644 diff --git a/test/SmallObj/SmallObjSingleton.vcproj b/test/SmallObj/SmallObjSingleton.vcproj old mode 100755 new mode 100644 diff --git a/test/SmallObj/make.msvc.bat b/test/SmallObj/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/SmallObj/timer.h b/test/SmallObj/timer.h old mode 100755 new mode 100644 diff --git a/test/SmartPtr/Makefile b/test/SmartPtr/Makefile old mode 100755 new mode 100644 diff --git a/test/SmartPtr/make.msvc.bat b/test/SmartPtr/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/Visitor/Makefile b/test/Visitor/Makefile old mode 100755 new mode 100644 diff --git a/test/Visitor/Visitor.vcproj b/test/Visitor/Visitor.vcproj old mode 100755 new mode 100644 diff --git a/test/Visitor/main.cpp b/test/Visitor/main.cpp old mode 100755 new mode 100644 diff --git a/test/Visitor/make.msvc.bat b/test/Visitor/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/flex_string/Makefile b/test/flex_string/Makefile old mode 100755 new mode 100644 diff --git a/test/flex_string/flex_string.vcproj b/test/flex_string/flex_string.vcproj old mode 100755 new mode 100644 diff --git a/test/flex_string/main.cpp b/test/flex_string/main.cpp old mode 100755 new mode 100644 diff --git a/test/flex_string/make.msvc.bat b/test/flex_string/make.msvc.bat old mode 100755 new mode 100644 diff --git a/test/make.msvc.bat b/test/make.msvc.bat old mode 100755 new mode 100644