Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ca498ac2
"vscode:/vscode.git/clone" did not exist on "f9584deba5d7faa1ff547fca5ea4e19818394de8"
Commit
ca498ac2
authored
Jul 18, 2014
by
Davis King
Browse files
Just removed double __ from the inclusion guard names.
parent
7ce265f5
Changes
306
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
60 deletions
+60
-60
dlib/data_io/load_image_dataset_abstract.h
dlib/data_io/load_image_dataset_abstract.h
+3
-3
dlib/disjoint_subsets/disjoint_subsets.h
dlib/disjoint_subsets/disjoint_subsets.h
+3
-3
dlib/disjoint_subsets/disjoint_subsets_abstract.h
dlib/disjoint_subsets/disjoint_subsets_abstract.h
+3
-3
dlib/filtering/kalman_filter.h
dlib/filtering/kalman_filter.h
+3
-3
dlib/filtering/kalman_filter_abstract.h
dlib/filtering/kalman_filter_abstract.h
+3
-3
dlib/filtering/rls_filter.h
dlib/filtering/rls_filter.h
+3
-3
dlib/filtering/rls_filter_abstract.h
dlib/filtering/rls_filter_abstract.h
+3
-3
dlib/float_details.h
dlib/float_details.h
+3
-3
dlib/general_hash/count_bits.h
dlib/general_hash/count_bits.h
+3
-3
dlib/general_hash/count_bits_abstract.h
dlib/general_hash/count_bits_abstract.h
+3
-3
dlib/general_hash/hash.h
dlib/general_hash/hash.h
+3
-3
dlib/general_hash/hash_abstract.h
dlib/general_hash/hash_abstract.h
+3
-3
dlib/general_hash/murmur_hash3.h
dlib/general_hash/murmur_hash3.h
+3
-3
dlib/general_hash/murmur_hash3_abstract.h
dlib/general_hash/murmur_hash3_abstract.h
+3
-3
dlib/general_hash/random_hashing.h
dlib/general_hash/random_hashing.h
+3
-3
dlib/general_hash/random_hashing_abstract.h
dlib/general_hash/random_hashing_abstract.h
+3
-3
dlib/geometry/point_transforms_abstract.h
dlib/geometry/point_transforms_abstract.h
+3
-3
dlib/graph_cuts/find_max_factor_graph_potts.h
dlib/graph_cuts/find_max_factor_graph_potts.h
+3
-3
dlib/graph_cuts/find_max_factor_graph_potts_abstract.h
dlib/graph_cuts/find_max_factor_graph_potts_abstract.h
+3
-3
dlib/graph_cuts/general_flow_graph.h
dlib/graph_cuts/general_flow_graph.h
+3
-3
No files found.
dlib/data_io/load_image_dataset_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_LOAD_IMAGE_DaTASET_ABSTRACT_H
_
_
#ifdef DLIB_LOAD_IMAGE_DaTASET_ABSTRACT_H
_
_
#undef DLIB_LOAD_IMAGE_DaTASET_ABSTRACT_H
h
_
#ifdef DLIB_LOAD_IMAGE_DaTASET_ABSTRACT_H
h
_
#include "image_dataset_metadata.h"
#include "../array/array_kernel_abstract.h"
...
...
@@ -280,6 +280,6 @@ namespace dlib
}
#endif // DLIB_LOAD_IMAGE_DaTASET_ABSTRACT_H
_
_
#endif // DLIB_LOAD_IMAGE_DaTASET_ABSTRACT_H
h
_
dlib/disjoint_subsets/disjoint_subsets.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_DISJOINT_SUBsETS_H
_
_
#define DLIB_DISJOINT_SUBsETS_H
_
_
#ifndef DLIB_DISJOINT_SUBsETS_H
h
_
#define DLIB_DISJOINT_SUBsETS_H
h
_
#include "disjoint_subsets_abstract.h"
#include <vector>
...
...
@@ -138,5 +138,5 @@ namespace dlib
}
#endif // DLIB_DISJOINT_SUBsETS_H
_
_
#endif // DLIB_DISJOINT_SUBsETS_H
h
_
dlib/disjoint_subsets/disjoint_subsets_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_DISJOINT_SUBsETS_ABSTRACT_H
_
_
#ifdef DLIB_DISJOINT_SUBsETS_ABSTRACT_H
_
_
#undef DLIB_DISJOINT_SUBsETS_ABSTRACT_H
h
_
#ifdef DLIB_DISJOINT_SUBsETS_ABSTRACT_H
h
_
#include <vector>
#include "../algs.h"
...
...
@@ -94,6 +94,6 @@ namespace dlib
}
#endif // DLIB_DISJOINT_SUBsETS_ABSTRACT_H
_
_
#endif // DLIB_DISJOINT_SUBsETS_ABSTRACT_H
h
_
dlib/filtering/kalman_filter.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_KALMAN_FiLTER_H
_
_
#define DLIB_KALMAN_FiLTER_H
_
_
#ifndef DLIB_KALMAN_FiLTER_H
h
_
#define DLIB_KALMAN_FiLTER_H
h
_
#include "kalman_filter_abstract.h"
#include "../matrix.h"
...
...
@@ -156,5 +156,5 @@ namespace dlib
}
#endif // DLIB_KALMAN_FiLTER_H
_
_
#endif // DLIB_KALMAN_FiLTER_H
h
_
dlib/filtering/kalman_filter_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_KALMAN_FiLTER_ABSTRACT_H
_
_
#ifdef DLIB_KALMAN_FiLTER_ABSTRACT_H
_
_
#undef DLIB_KALMAN_FiLTER_ABSTRACT_H
h
_
#ifdef DLIB_KALMAN_FiLTER_ABSTRACT_H
h
_
#include "../serialize.h"
#include "../matrix.h"
...
...
@@ -203,6 +203,6 @@ namespace dlib
}
#endif // DLIB_KALMAN_FiLTER_ABSTRACT_H
_
_
#endif // DLIB_KALMAN_FiLTER_ABSTRACT_H
h
_
dlib/filtering/rls_filter.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_RLS_FiLTER_H
_
_
#define DLIB_RLS_FiLTER_H
_
_
#ifndef DLIB_RLS_FiLTER_H
h
_
#define DLIB_RLS_FiLTER_H
h
_
#include "rls_filter_abstract.h"
#include "../svm/rls.h"
...
...
@@ -194,5 +194,5 @@ namespace dlib
}
#endif // DLIB_RLS_FiLTER_H
_
_
#endif // DLIB_RLS_FiLTER_H
h
_
dlib/filtering/rls_filter_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_RLS_FiLTER_ABSTRACT_H
_
_
#ifdef DLIB_RLS_FiLTER_ABSTRACT_H
_
_
#undef DLIB_RLS_FiLTER_ABSTRACT_H
h
_
#ifdef DLIB_RLS_FiLTER_ABSTRACT_H
h
_
#include "../svm/rls_abstract.h"
#include "../matrix/matrix_abstract.h"
...
...
@@ -166,6 +166,6 @@ namespace dlib
}
#endif // DLIB_RLS_FiLTER_ABSTRACT_H
_
_
#endif // DLIB_RLS_FiLTER_ABSTRACT_H
h
_
dlib/float_details.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FLOAT_DEtAILS_H
_
_
#define DLIB_FLOAT_DEtAILS_H
_
_
#ifndef DLIB_FLOAT_DEtAILS_H
h
_
#define DLIB_FLOAT_DEtAILS_H
h
_
#include <math.h>
#include "algs.h"
...
...
@@ -175,5 +175,5 @@ namespace dlib
}
#endif // DLIB_FLOAT_DEtAILS_H
_
_
#endif // DLIB_FLOAT_DEtAILS_H
h
_
dlib/general_hash/count_bits.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_COUNT_BiTS_H
_
_
#define DLIB_COUNT_BiTS_H
_
_
#ifndef DLIB_COUNT_BiTS_H
h
_
#define DLIB_COUNT_BiTS_H
h
_
#include "../algs.h"
#include <climits>
...
...
@@ -58,5 +58,5 @@ namespace dlib
}
#endif // DLIB_COUNT_BiTS_H
_
_
#endif // DLIB_COUNT_BiTS_H
h
_
dlib/general_hash/count_bits_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_COUNT_BiTS_ABSTRACT_H
_
_
#ifdef DLIB_COUNT_BiTS_ABSTRACT_H
_
_
#undef DLIB_COUNT_BiTS_ABSTRACT_H
h
_
#ifdef DLIB_COUNT_BiTS_ABSTRACT_H
h
_
namespace
dlib
...
...
@@ -43,6 +43,6 @@ namespace dlib
}
#endif // DLIB_COUNT_BiTS_ABSTRACT_H
_
_
#endif // DLIB_COUNT_BiTS_ABSTRACT_H
h
_
dlib/general_hash/hash.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_HAsH_H
_
_
#define DLIB_HAsH_H
_
_
#ifndef DLIB_HAsH_H
h
_
#define DLIB_HAsH_H
h
_
#include "hash_abstract.h"
#include <vector>
...
...
@@ -138,5 +138,5 @@ namespace dlib
}
#endif // DLIB_HAsH_H
_
_
#endif // DLIB_HAsH_H
h
_
dlib/general_hash/hash_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_HAsH_ABSTRACT_H
_
_
#ifdef DLIB_HAsH_ABSTRACT_H
_
_
#undef DLIB_HAsH_ABSTRACT_H
h
_
#ifdef DLIB_HAsH_ABSTRACT_H
h
_
#include "murmur_hash3_abstract.h"
#include <vector>
...
...
@@ -177,6 +177,6 @@ namespace dlib
}
#endif // DLIB_HAsH_ABSTRACT_H
_
_
#endif // DLIB_HAsH_ABSTRACT_H
h
_
dlib/general_hash/murmur_hash3.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MURMUR_HAsH_3_H
_
_
#define DLIB_MURMUR_HAsH_3_H
_
_
#ifndef DLIB_MURMUR_HAsH_3_H
h
_
#define DLIB_MURMUR_HAsH_3_H
h
_
#include "murmur_hash3_abstract.h"
#include "../uintn.h"
...
...
@@ -513,5 +513,5 @@ namespace dlib
}
#endif // DLIB_MURMUR_HAsH_3_H
_
_
#endif // DLIB_MURMUR_HAsH_3_H
h
_
dlib/general_hash/murmur_hash3_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MURMUR_HAsH_3_ABSTRACT_H
_
_
#ifdef DLIB_MURMUR_HAsH_3_ABSTRACT_H
_
_
#undef DLIB_MURMUR_HAsH_3_ABSTRACT_H
h
_
#ifdef DLIB_MURMUR_HAsH_3_ABSTRACT_H
h
_
#include "../uintn.h"
#include <utility>
...
...
@@ -120,6 +120,6 @@ namespace dlib
}
#endif // DLIB_MURMUR_HAsH_3_ABSTRACT_H
_
_
#endif // DLIB_MURMUR_HAsH_3_ABSTRACT_H
h
_
dlib/general_hash/random_hashing.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_RANDOM_HAsHING_H
_
_
#define DLIB_RANDOM_HAsHING_H
_
_
#ifndef DLIB_RANDOM_HAsHING_H
h
_
#define DLIB_RANDOM_HAsHING_H
h
_
#include "random_hashing_abstract.h"
#include "murmur_hash3.h"
...
...
@@ -873,5 +873,5 @@ namespace dlib
}
#endif // DLIB_RANDOM_HAsHING_H
_
_
#endif // DLIB_RANDOM_HAsHING_H
h
_
dlib/general_hash/random_hashing_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_RANDOM_HAsHING_ABSTRACT_H
_
_
#ifdef DLIB_RANDOM_HAsHING_ABSTRACT_H
_
_
#undef DLIB_RANDOM_HAsHING_ABSTRACT_H
h
_
#ifdef DLIB_RANDOM_HAsHING_ABSTRACT_H
h
_
#include "random_hashing_abstract.h"
#include "murmur_hash3.h"
...
...
@@ -54,5 +54,5 @@ namespace dlib
}
#endif // DLIB_RANDOM_HAsHING_ABSTRACT_H
_
_
#endif // DLIB_RANDOM_HAsHING_ABSTRACT_H
h
_
dlib/geometry/point_transforms_abstract.h
View file @
ca498ac2
// Copyright (C) 2003 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_POINT_TrANSFORMS_ABSTRACT_H
_
_
#ifdef DLIB_POINT_TrANSFORMS_ABSTRACT_H
_
_
#undef DLIB_POINT_TrANSFORMS_ABSTRACT_H
h
_
#ifdef DLIB_POINT_TrANSFORMS_ABSTRACT_H
h
_
#include "../matrix/matrix_abstract.h"
#include "vector_abstract.h"
...
...
@@ -365,6 +365,6 @@ namespace dlib
}
#endif // DLIB_POINT_TrANSFORMS_ABSTRACT_H
_
_
#endif // DLIB_POINT_TrANSFORMS_ABSTRACT_H
h
_
dlib/graph_cuts/find_max_factor_graph_potts.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_H
_
_
#define DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_H
_
_
#ifndef DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_H
h
_
#define DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_H
h
_
#include "find_max_factor_graph_potts_abstract.h"
#include "../matrix.h"
...
...
@@ -955,5 +955,5 @@ namespace dlib
}
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_H
_
_
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_H
h
_
dlib/graph_cuts/find_max_factor_graph_potts_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_ABSTRACT_H
_
_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_ABSTRACT_H
_
_
#undef DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_ABSTRACT_H
h
_
#ifdef DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_ABSTRACT_H
h
_
#include "../matrix.h"
#include "min_cut_abstract.h"
...
...
@@ -631,6 +631,6 @@ namespace dlib
}
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_ABSTRACT_H
_
_
#endif // DLIB_FIND_MAX_FACTOR_GRAPH_PoTTS_ABSTRACT_H
h
_
dlib/graph_cuts/general_flow_graph.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_GENERAL_FLOW_GRaPH_H
_
_
#define DLIB_GENERAL_FLOW_GRaPH_H
_
_
#ifndef DLIB_GENERAL_FLOW_GRaPH_H
h
_
#define DLIB_GENERAL_FLOW_GRaPH_H
h
_
#include "../graph_utils.h"
...
...
@@ -168,5 +168,5 @@ namespace dlib
}
#endif // DLIB_GENERAL_FLOW_GRaPH_H
_
_
#endif // DLIB_GENERAL_FLOW_GRaPH_H
h
_
Prev
1
2
3
4
5
6
…
16
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment