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
Commit
ca498ac2
authored
Jul 18, 2014
by
Davis King
Browse files
Just removed double __ from the inclusion guard names.
parent
7ce265f5
Changes
306
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
60 deletions
+60
-60
dlib/simd/simd8i.h
dlib/simd/simd8i.h
+3
-3
dlib/simd/simd_check.h
dlib/simd/simd_check.h
+3
-3
dlib/sliding_buffer/circular_buffer.h
dlib/sliding_buffer/circular_buffer.h
+3
-3
dlib/sliding_buffer/circular_buffer_abstract.h
dlib/sliding_buffer/circular_buffer_abstract.h
+3
-3
dlib/sockstreambuf.h
dlib/sockstreambuf.h
+3
-3
dlib/sockstreambuf/sockstreambuf.h
dlib/sockstreambuf/sockstreambuf.h
+3
-3
dlib/sockstreambuf/sockstreambuf_unbuffered.h
dlib/sockstreambuf/sockstreambuf_unbuffered.h
+3
-3
dlib/sparse_vector.h
dlib/sparse_vector.h
+3
-3
dlib/statistics/average_precision.h
dlib/statistics/average_precision.h
+3
-3
dlib/statistics/average_precision_abstract.h
dlib/statistics/average_precision_abstract.h
+3
-3
dlib/statistics/cca.h
dlib/statistics/cca.h
+3
-3
dlib/statistics/cca_abstract.h
dlib/statistics/cca_abstract.h
+3
-3
dlib/statistics/image_feature_sampling.h
dlib/statistics/image_feature_sampling.h
+3
-3
dlib/statistics/image_feature_sampling_abstract.h
dlib/statistics/image_feature_sampling_abstract.h
+3
-3
dlib/statistics/sammon.h
dlib/statistics/sammon.h
+3
-3
dlib/statistics/sammon_abstract.h
dlib/statistics/sammon_abstract.h
+3
-3
dlib/statistics/vector_normalizer_frobmetric.h
dlib/statistics/vector_normalizer_frobmetric.h
+3
-3
dlib/statistics/vector_normalizer_frobmetric_abstract.h
dlib/statistics/vector_normalizer_frobmetric_abstract.h
+3
-3
dlib/svm/active_learning.h
dlib/svm/active_learning.h
+3
-3
dlib/svm/active_learning_abstract.h
dlib/svm/active_learning_abstract.h
+3
-3
No files found.
dlib/simd/simd8i.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_sIMD8I_H
_
_
#define DLIB_sIMD8I_H
_
_
#ifndef DLIB_sIMD8I_H
h
_
#define DLIB_sIMD8I_H
h
_
#include "simd_check.h"
#include "../uintn.h"
...
...
@@ -334,6 +334,6 @@ namespace dlib
}
#endif // DLIB_sIMD8I_H
_
_
#endif // DLIB_sIMD8I_H
h
_
dlib/simd/simd_check.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_SIMd_CHECK_H
_
_
#define DLIB_SIMd_CHECK_H
_
_
#ifndef DLIB_SIMd_CHECK_H
h
_
#define DLIB_SIMd_CHECK_H
h
_
//#define DLIB_DO_NOT_USE_SIMD
...
...
@@ -58,6 +58,6 @@
#include <avx2intrin.h>
#endif
#endif // DLIB_SIMd_CHECK_H
_
_
#endif // DLIB_SIMd_CHECK_H
h
_
dlib/sliding_buffer/circular_buffer.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_CIRCULAR_BuFFER_H
_
_
#define DLIB_CIRCULAR_BuFFER_H
_
_
#ifndef DLIB_CIRCULAR_BuFFER_H
h
_
#define DLIB_CIRCULAR_BuFFER_H
h
_
#include "circular_buffer_abstract.h"
#include <vector>
...
...
@@ -227,5 +227,5 @@ namespace dlib
}
#endif // DLIB_CIRCULAR_BuFFER_H
_
_
#endif // DLIB_CIRCULAR_BuFFER_H
h
_
dlib/sliding_buffer/circular_buffer_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_CIRCULAR_BuFFER_ABSTRACT_H
_
_
#ifdef DLIB_CIRCULAR_BuFFER_ABSTRACT_H
_
_
#undef DLIB_CIRCULAR_BuFFER_ABSTRACT_H
h
_
#ifdef DLIB_CIRCULAR_BuFFER_ABSTRACT_H
h
_
#include "../algs.h"
#include "../serialize.h"
...
...
@@ -243,6 +243,6 @@ namespace dlib
}
#endif // DLIB_CIRCULAR_BuFFER_ABSTRACT_H
_
_
#endif // DLIB_CIRCULAR_BuFFER_ABSTRACT_H
h
_
dlib/sockstreambuf.h
View file @
ca498ac2
// Copyright (C) 2003 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SOCKSTREAMBUf_H_
_
_
#define DLIB_SOCKSTREAMBUf_H_
_
_
#ifndef DLIB_SOCKSTREAMBUf_H_
h
_
#define DLIB_SOCKSTREAMBUf_H_
h
_
#include "sockstreambuf/sockstreambuf.h"
#include "sockstreambuf/sockstreambuf_unbuffered.h"
#endif // DLIB_SOCKSTREAMBUf_H_
_
_
#endif // DLIB_SOCKSTREAMBUf_H_
h
_
dlib/sockstreambuf/sockstreambuf.h
View file @
ca498ac2
// Copyright (C) 2003 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SOCKStREAMBUF_H
_
_
#define DLIB_SOCKStREAMBUF_H
_
_
#ifndef DLIB_SOCKStREAMBUF_H
h
_
#define DLIB_SOCKStREAMBUF_H
h
_
#include <iosfwd>
#include <streambuf>
...
...
@@ -168,5 +168,5 @@ namespace dlib
#include "sockstreambuf.cpp"
#endif
#endif // DLIB_SOCKStREAMBUF_H
_
_
#endif // DLIB_SOCKStREAMBUF_H
h
_
dlib/sockstreambuf/sockstreambuf_unbuffered.h
View file @
ca498ac2
// Copyright (C) 2003 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SOCKSTrEAMBUF_UNBUFFERED_H
_
_
#define DLIB_SOCKSTrEAMBUF_UNBUFFERED_H
_
_
#ifndef DLIB_SOCKSTrEAMBUF_UNBUFFERED_H
h
_
#define DLIB_SOCKSTrEAMBUF_UNBUFFERED_H
h
_
#include <iosfwd>
#include <streambuf>
...
...
@@ -114,5 +114,5 @@ namespace dlib
#include "sockstreambuf_unbuffered.cpp"
#endif
#endif // DLIB_SOCKSTrEAMBUF_UNBUFFERED_H
_
_
#endif // DLIB_SOCKSTrEAMBUF_UNBUFFERED_H
h
_
dlib/sparse_vector.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_SPaRSE_VECTOR_H
_
_
#define DLIB_SPaRSE_VECTOR_H
_
_
#ifndef DLIB_SPaRSE_VECTOR_H
h
_
#define DLIB_SPaRSE_VECTOR_H
h
_
#include "svm/sparse_vector.h"
#endif // DLIB_SPaRSE_VECTOR_H
_
_
#endif // DLIB_SPaRSE_VECTOR_H
h
_
dlib/statistics/average_precision.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_AVERAGE_PREcISION_H
_
_
#define DLIB_AVERAGE_PREcISION_H
_
_
#ifndef DLIB_AVERAGE_PREcISION_H
h
_
#define DLIB_AVERAGE_PREcISION_H
h
_
#include "average_precision_abstract.h"
#include <vector>
...
...
@@ -62,5 +62,5 @@ namespace dlib
}
#endif // DLIB_AVERAGE_PREcISION_H
_
_
#endif // DLIB_AVERAGE_PREcISION_H
h
_
dlib/statistics/average_precision_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_AVERAGE_PREcISION_ABSTRACT_H
_
_
#ifdef DLIB_AVERAGE_PREcISION_ABSTRACT_H
_
_
#undef DLIB_AVERAGE_PREcISION_ABSTRACT_H
h
_
#ifdef DLIB_AVERAGE_PREcISION_ABSTRACT_H
h
_
#include <vector>
...
...
@@ -62,6 +62,6 @@ namespace dlib
}
#endif // DLIB_AVERAGE_PREcISION_ABSTRACT_H
_
_
#endif // DLIB_AVERAGE_PREcISION_ABSTRACT_H
h
_
dlib/statistics/cca.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_CCA_h
_
_
#define DLIB_CCA_h
_
_
#ifndef DLIB_CCA_h
h
_
#define DLIB_CCA_h
h
_
#include "cca_abstract.h"
#include "../algs.h"
...
...
@@ -181,6 +181,6 @@ namespace dlib
}
#endif // DLIB_CCA_h
_
_
#endif // DLIB_CCA_h
h
_
dlib/statistics/cca_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_CCA_AbSTRACT_H
_
_
#ifdef DLIB_CCA_AbSTRACT_H
_
_
#undef DLIB_CCA_AbSTRACT_H
h
_
#ifdef DLIB_CCA_AbSTRACT_H
h
_
#include "../matrix/matrix_la_abstract.h"
#include "random_subset_selector_abstract.h"
...
...
@@ -186,6 +186,6 @@ namespace dlib
}
#endif // DLIB_CCA_AbSTRACT_H
_
_
#endif // DLIB_CCA_AbSTRACT_H
h
_
dlib/statistics/image_feature_sampling.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_IMAGE_FEATURE_SaMPLING_H
_
_
#define DLIB_IMAGE_FEATURE_SaMPLING_H
_
_
#ifndef DLIB_IMAGE_FEATURE_SaMPLING_H
h
_
#define DLIB_IMAGE_FEATURE_SaMPLING_H
h
_
#include "image_feature_sampling_abstract.h"
#include "../statistics.h"
...
...
@@ -78,5 +78,5 @@ namespace dlib
}
#endif // DLIB_IMAGE_FEATURE_SaMPLING_H
_
_
#endif // DLIB_IMAGE_FEATURE_SaMPLING_H
h
_
dlib/statistics/image_feature_sampling_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_IMAGE_FEATURE_SaMPLING_ABSTRACT_H
_
_
#ifdef DLIB_IMAGE_FEATURE_SaMPLING_ABSTRACT_H
_
_
#undef DLIB_IMAGE_FEATURE_SaMPLING_ABSTRACT_H
h
_
#ifdef DLIB_IMAGE_FEATURE_SaMPLING_ABSTRACT_H
h
_
#include "random_subset_selector_abstract.h"
...
...
@@ -40,6 +40,6 @@ namespace dlib
}
#endif // DLIB_IMAGE_FEATURE_SaMPLING_ABSTRACT_H
_
_
#endif // DLIB_IMAGE_FEATURE_SaMPLING_ABSTRACT_H
h
_
dlib/statistics/sammon.h
View file @
ca498ac2
// Copyright (C) 2012 Emanuele Cesena (emanuele.cesena@gmail.com), Davis E. King
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SAMMoN_H
_
_
#define DLIB_SAMMoN_H
_
_
#ifndef DLIB_SAMMoN_H
h
_
#define DLIB_SAMMoN_H
h
_
#include "sammon_abstract.h"
#include "../matrix.h"
...
...
@@ -265,5 +265,5 @@ namespace dlib
}
// namespace dlib
#endif // DLIB_SAMMoN_H
_
_
#endif // DLIB_SAMMoN_H
h
_
dlib/statistics/sammon_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Emanuele Cesena (emanuele.cesena@gmail.com), Davis E. King
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SAMMoN_ABSTRACT_H
_
_
#ifdef DLIB_SAMMoN_ABSTRACT_H
_
_
#undef DLIB_SAMMoN_ABSTRACT_H
h
_
#ifdef DLIB_SAMMoN_ABSTRACT_H
h
_
#include "../matrix/matrix_abstract.h"
#include <vector>
...
...
@@ -112,6 +112,6 @@ namespace dlib
}
#endif // DLIB_SAMMoN_ABSTRACT_H
_
_
#endif // DLIB_SAMMoN_ABSTRACT_H
h
_
dlib/statistics/vector_normalizer_frobmetric.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_VECTOR_NORMALIZER_FRoBMETRIC_H
_
_
#define DLIB_VECTOR_NORMALIZER_FRoBMETRIC_H
_
_
#ifndef DLIB_VECTOR_NORMALIZER_FRoBMETRIC_H
h
_
#define DLIB_VECTOR_NORMALIZER_FRoBMETRIC_H
h
_
#include "vector_normalizer_frobmetric_abstract.h"
#include "../matrix.h"
...
...
@@ -563,5 +563,5 @@ namespace dlib
}
#endif // DLIB_VECTOR_NORMALIZER_FRoBMETRIC_H
_
_
#endif // DLIB_VECTOR_NORMALIZER_FRoBMETRIC_H
h
_
dlib/statistics/vector_normalizer_frobmetric_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_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_H
_
_
#ifdef DLIB_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_H
_
_
#undef DLIB_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_H
h
_
#ifdef DLIB_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_H
h
_
#include "../matrix.h"
...
...
@@ -302,5 +302,5 @@ namespace dlib
}
#endif // DLIB_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_H
_
_
#endif // DLIB_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_H
h
_
dlib/svm/active_learning.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_ACTIVE_LEARnING_H
_
_
#define DLIB_ACTIVE_LEARnING_H
_
_
#ifndef DLIB_ACTIVE_LEARnING_H
h
_
#define DLIB_ACTIVE_LEARnING_H
h
_
#include "active_learning_abstract.h"
...
...
@@ -158,5 +158,5 @@ namespace dlib
}
#endif // DLIB_ACTIVE_LEARnING_H
_
_
#endif // DLIB_ACTIVE_LEARnING_H
h
_
dlib/svm/active_learning_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_ACTIVE_LEARnING_ABSTRACT_H
_
_
#ifdef DLIB_ACTIVE_LEARnING_ABSTRACT_H
_
_
#undef DLIB_ACTIVE_LEARnING_ABSTRACT_H
h
_
#ifdef DLIB_ACTIVE_LEARnING_ABSTRACT_H
h
_
#include "svm_c_linear_dcd_trainer_abstract.h"
#include <vector>
...
...
@@ -70,6 +70,6 @@ namespace dlib
}
#endif // DLIB_ACTIVE_LEARnING_ABSTRACT_H
_
_
#endif // DLIB_ACTIVE_LEARnING_ABSTRACT_H
h
_
Prev
1
…
6
7
8
9
10
11
12
13
14
…
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