summaryrefslogtreecommitdiffstats
path: root/ksvg/impl/libs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-13 19:22:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-13 19:22:19 +0900
commit14d0fbe96c6abdb9da80e99953aec672f999948c (patch)
treed48726c1256a1a495b415570847f08ecf9e5ecdd /ksvg/impl/libs
parentdb124e3167670efff59f6aef4bc0daff316dddf8 (diff)
downloadtdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.tar.gz
tdegraphics-14d0fbe96c6abdb9da80e99953aec672f999948c.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksvg/impl/libs')
-rw-r--r--ksvg/impl/libs/libtext2path/src/Cache.h2
-rw-r--r--ksvg/impl/libs/libtext2path/src/Converter.cpp2
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/assert.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/assert.hpp)6
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/checked_delete.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/checked_delete.hpp)8
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.hpp)8
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/shared_count.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/shared_count.hpp)14
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.hpp)16
-rw-r--r--ksvg/impl/libs/libtext2path/src/myboost/throw_exception.h (renamed from ksvg/impl/libs/libtext2path/src/myboost/throw_exception.hpp)8
8 files changed, 32 insertions, 32 deletions
diff --git a/ksvg/impl/libs/libtext2path/src/Cache.h b/ksvg/impl/libs/libtext2path/src/Cache.h
index 39536179..6f6ca705 100644
--- a/ksvg/impl/libs/libtext2path/src/Cache.h
+++ b/ksvg/impl/libs/libtext2path/src/Cache.h
@@ -26,7 +26,7 @@
#include <vector>
#include <iostream>
-#include "myboost/shared_ptr.hpp"
+#include "myboost/shared_ptr.h"
namespace T2P
{
diff --git a/ksvg/impl/libs/libtext2path/src/Converter.cpp b/ksvg/impl/libs/libtext2path/src/Converter.cpp
index f8e3d20e..88af02ae 100644
--- a/ksvg/impl/libs/libtext2path/src/Converter.cpp
+++ b/ksvg/impl/libs/libtext2path/src/Converter.cpp
@@ -22,7 +22,7 @@
#include <math.h>
-#include "myboost/shared_ptr.hpp"
+#include "myboost/shared_ptr.h"
#include <fontconfig/fontconfig.h>
#include <fribidi/fribidi.h>
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/assert.hpp b/ksvg/impl/libs/libtext2path/src/myboost/assert.h
index 3f3c61c2..ebedcd32 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/assert.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/assert.h
@@ -1,5 +1,5 @@
//
-// boost/assert.hpp - BOOST_ASSERT(expr)
+// boost/assert.h - BOOST_ASSERT(expr)
//
// Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
//
@@ -13,8 +13,8 @@
// See http://www.boost.org/libs/utility/assert.html for documentation.
//
-#ifndef ASSERT_HPP
-#define ASSERT_HPP
+#ifndef ASSERT_H
+#define ASSERT_H
#undef BOOST_ASSERT
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.hpp b/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.h
index 73afd5f5..ba5b534c 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/checked_delete.h
@@ -1,8 +1,8 @@
-#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
-#define BOOST_CHECKED_DELETE_HPP_INCLUDED
+#ifndef BOOST_CHECKED_DELETE_H_INCLUDED
+#define BOOST_CHECKED_DELETE_H_INCLUDED
//
-// boost/checked_delete.hpp
+// boost/checked_delete.h
//
// Copyright (c) 1999, 2000, 2001, 2002 boost.org
// Copyright (c) 2002, 2003 Peter Dimov
@@ -58,4 +58,4 @@ template<class T> struct checked_array_deleter
} // namespace myboost
-#endif // #ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
+#endif // #ifndef BOOST_CHECKED_DELETE_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.hpp b/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.h
index 10db127c..2c09ca8b 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/lightweight_mutex.h
@@ -1,8 +1,8 @@
-#ifndef BOOST_DETAIL_LWM_PTHREADS_HPP_INCLUDED
-#define BOOST_DETAIL_LWM_PTHREADS_HPP_INCLUDED
+#ifndef BOOST_DETAIL_LWM_PTHREADS_H_INCLUDED
+#define BOOST_DETAIL_LWM_PTHREADS_H_INCLUDED
//
-// boost/detail/lwm_pthreads.hpp
+// boost/detail/lwm_pthreads.h
//
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
//
@@ -71,4 +71,4 @@ public:
} // namespace myboost
-#endif // #ifndef BOOST_DETAIL_LWM_PTHREADS_HPP_INCLUDED
+#endif // #ifndef BOOST_DETAIL_LWM_PTHREADS_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/shared_count.hpp b/ksvg/impl/libs/libtext2path/src/myboost/shared_count.h
index e8ec19a8..b240ff8f 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/shared_count.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/shared_count.h
@@ -1,8 +1,8 @@
-#ifndef BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED
-#define BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED
+#ifndef BOOST_DETAIL_SHARED_COUNT_H_INCLUDED
+#define BOOST_DETAIL_SHARED_COUNT_H_INCLUDED
//
-// detail/shared_count.hpp
+// detail/shared_count.h
//
// Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
//
@@ -12,9 +12,9 @@
// warranty, and with no claim as to its suitability for any purpose.
//
-#include "myboost/checked_delete.hpp"
-#include "myboost/throw_exception.hpp"
-#include "myboost/lightweight_mutex.hpp"
+#include "myboost/checked_delete.h"
+#include "myboost/throw_exception.h"
+#include "myboost/lightweight_mutex.h"
#include <memory> // std::auto_ptr, std::allocator
#include <functional> // std::less
@@ -364,4 +364,4 @@ inline shared_count::shared_count(weak_count const & r): pi_(r.pi_)
} // namespace myboost
-#endif // #ifndef BOOST_DETAIL_SHARED_COUNT_HPP_INCLUDED
+#endif // #ifndef BOOST_DETAIL_SHARED_COUNT_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.hpp b/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.h
index 3f2fe30d..435be678 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/shared_ptr.h
@@ -1,7 +1,7 @@
-#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
-#define BOOST_SHARED_PTR_HPP_INCLUDED
+#ifndef BOOST_SHARED_PTR_H_INCLUDED
+#define BOOST_SHARED_PTR_H_INCLUDED
-// shared_ptr.hpp
+// shared_ptr.h
//
// (C) Copyright Greg Colvin and Beman Dawes 1998, 1999.
// Copyright (c) 2001, 2002, 2003 Peter Dimov
@@ -14,10 +14,10 @@
// See http://www.boost.org/libs/smart_ptr/shared_ptr.htm for documentation.
//
-#include "myboost/assert.hpp"
-#include "myboost/checked_delete.hpp"
-#include "myboost/throw_exception.hpp"
-#include "myboost/shared_count.hpp"
+#include "myboost/assert.h"
+#include "myboost/checked_delete.h"
+#include "myboost/throw_exception.h"
+#include "myboost/shared_count.h"
#include <memory> // for std::auto_ptr
#include <algorithm> // for std::swap
@@ -392,4 +392,4 @@ template<class D, class T> D * get_deleter(shared_ptr<T> const & p)
} // namespace boost
-#endif // #ifndef BOOST_SHARED_PTR_HPP_INCLUDED
+#endif // #ifndef BOOST_SHARED_PTR_H_INCLUDED
diff --git a/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.hpp b/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.h
index dd32ec43..3223b564 100644
--- a/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.hpp
+++ b/ksvg/impl/libs/libtext2path/src/myboost/throw_exception.h
@@ -1,9 +1,9 @@
-#ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED
-#define BOOST_THROW_EXCEPTION_HPP_INCLUDED
+#ifndef BOOST_THROW_EXCEPTION_H_INCLUDED
+#define BOOST_THROW_EXCEPTION_H_INCLUDED
//
-// boost/throw_exception.hpp
+// boost/throw_exception.h
//
// Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
//
@@ -27,4 +27,4 @@ template<class E> void throw_exception(E const & e)
} // namespace myboost
-#endif // #ifndef BOOST_THROW_EXCEPTION_HPP_INCLUDED
+#endif // #ifndef BOOST_THROW_EXCEPTION_H_INCLUDED