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/any/any_decision_function.h
dlib/any/any_decision_function.h
+3
-3
dlib/any/any_function.h
dlib/any/any_function.h
+3
-3
dlib/array2d/array2d_generic_image.h
dlib/array2d/array2d_generic_image.h
+3
-3
dlib/array2d/serialize_pixel_overloads.h
dlib/array2d/serialize_pixel_overloads.h
+3
-3
dlib/bridge/bridge.h
dlib/bridge/bridge.h
+3
-3
dlib/bsp.h
dlib/bsp.h
+3
-3
dlib/bsp/bsp.cpp
dlib/bsp/bsp.cpp
+3
-3
dlib/bsp/bsp.h
dlib/bsp/bsp.h
+3
-3
dlib/bsp/bsp_abstract.h
dlib/bsp/bsp_abstract.h
+3
-3
dlib/clustering/chinese_whispers.h
dlib/clustering/chinese_whispers.h
+3
-3
dlib/clustering/chinese_whispers_abstract.h
dlib/clustering/chinese_whispers_abstract.h
+3
-3
dlib/clustering/modularity_clustering_abstract.h
dlib/clustering/modularity_clustering_abstract.h
+3
-3
dlib/cmd_line_parser/get_option.h
dlib/cmd_line_parser/get_option.h
+3
-3
dlib/cmd_line_parser/get_option_abstract.h
dlib/cmd_line_parser/get_option_abstract.h
+3
-3
dlib/console_progress_indicator.h
dlib/console_progress_indicator.h
+3
-3
dlib/data_io/image_dataset_metadata.cpp
dlib/data_io/image_dataset_metadata.cpp
+3
-3
dlib/data_io/image_dataset_metadata.h
dlib/data_io/image_dataset_metadata.h
+3
-3
dlib/data_io/libsvm_io.h
dlib/data_io/libsvm_io.h
+3
-3
dlib/data_io/libsvm_io_abstract.h
dlib/data_io/libsvm_io_abstract.h
+3
-3
dlib/data_io/load_image_dataset.h
dlib/data_io/load_image_dataset.h
+3
-3
No files found.
dlib/any/any_decision_function.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_AnY_DECISION_FUNCTION_H
_
_
#define DLIB_AnY_DECISION_FUNCTION_H
_
_
#ifndef DLIB_AnY_DECISION_FUNCTION_H
h
_
#define DLIB_AnY_DECISION_FUNCTION_H
h
_
#include "any.h"
#include "../smart_pointers.h"
...
...
@@ -205,6 +205,6 @@ namespace dlib
}
#endif // DLIB_AnY_DECISION_FUNCTION_H
_
_
#endif // DLIB_AnY_DECISION_FUNCTION_H
h
_
dlib/any/any_function.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_AnY_FUNCTION_H
_
_
#define DLIB_AnY_FUNCTION_H
_
_
#ifndef DLIB_AnY_FUNCTION_H
h
_
#define DLIB_AnY_FUNCTION_H
h
_
#include "any.h"
#include "../smart_pointers.h"
...
...
@@ -377,5 +377,5 @@ namespace dlib
}
#endif // DLIB_AnY_FUNCTION_H
_
_
#endif // DLIB_AnY_FUNCTION_H
h
_
dlib/array2d/array2d_generic_image.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_ARRAY2D_GENERIC_iMAGE_H
_
_
#define DLIB_ARRAY2D_GENERIC_iMAGE_H
_
_
#ifndef DLIB_ARRAY2D_GENERIC_iMAGE_H
h
_
#define DLIB_ARRAY2D_GENERIC_iMAGE_H
h
_
#include "array2d_kernel.h"
#include "../image_processing/generic_image.h"
...
...
@@ -58,5 +58,5 @@ namespace dlib
}
#endif // DLIB_ARRAY2D_GENERIC_iMAGE_H
_
_
#endif // DLIB_ARRAY2D_GENERIC_iMAGE_H
h
_
dlib/array2d/serialize_pixel_overloads.h
View file @
ca498ac2
// Copyright (C) 2006 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H
_
_
#define DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H
_
_
#ifndef DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H
h
_
#define DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H
h
_
#include "array2d_kernel.h"
#include "../pixel.h"
...
...
@@ -367,5 +367,5 @@ namespace dlib
}
#endif // DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H
_
_
#endif // DLIB_ARRAY2D_SERIALIZE_PIXEL_OvERLOADS_H
h
_
dlib/bridge/bridge.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_BRIDGe_H
_
_
#define DLIB_BRIDGe_H
_
_
#ifndef DLIB_BRIDGe_H
h
_
#define DLIB_BRIDGe_H
h
_
#include "bridge_abstract.h"
#include <string>
...
...
@@ -663,5 +663,5 @@ namespace dlib
}
#endif // DLIB_BRIDGe_H
_
_
#endif // DLIB_BRIDGe_H
h
_
dlib/bsp.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_BSP
_
_
#define DLIB_BSP
_
_
#ifndef DLIB_BSP
h
_
#define DLIB_BSP
h
_
#include "bsp/bsp.h"
#endif // DLIB_BSP
_
_
#endif // DLIB_BSP
h
_
dlib/bsp/bsp.cpp
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_BSP_CPp
_
_
#define DLIB_BSP_CPp
_
_
#ifndef DLIB_BSP_CPp
h
_
#define DLIB_BSP_CPp
h
_
#include "bsp.h"
#include <stack>
...
...
@@ -491,5 +491,5 @@ namespace dlib
}
#endif // DLIB_BSP_CPp
_
_
#endif // DLIB_BSP_CPp
h
_
dlib/bsp/bsp.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_BsP_H
_
_
#define DLIB_BsP_H
_
_
#ifndef DLIB_BsP_H
h
_
#define DLIB_BsP_H
h
_
#include "bsp_abstract.h"
#include "../sockets.h"
...
...
@@ -1037,5 +1037,5 @@ namespace dlib
#include "bsp.cpp"
#endif
#endif // DLIB_BsP_H
_
_
#endif // DLIB_BsP_H
h
_
dlib/bsp/bsp_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_BsP_ABSTRACT_H
_
_
#ifdef DLIB_BsP_ABSTRACT_H
_
_
#undef DLIB_BsP_ABSTRACT_H
h
_
#ifdef DLIB_BsP_ABSTRACT_H
h
_
#include "../noncopyable.h"
#include "../sockets/sockets_extensions_abstract.h"
...
...
@@ -908,5 +908,5 @@ namespace dlib
}
#endif // DLIB_BsP_ABSTRACT_H
_
_
#endif // DLIB_BsP_ABSTRACT_H
h
_
dlib/clustering/chinese_whispers.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_CHINESE_WHISPErS_H
_
_
#define DLIB_CHINESE_WHISPErS_H
_
_
#ifndef DLIB_CHINESE_WHISPErS_H
h
_
#define DLIB_CHINESE_WHISPErS_H
h
_
#include "chinese_whispers_abstract.h"
#include <vector>
...
...
@@ -131,5 +131,5 @@ namespace dlib
}
#endif // DLIB_CHINESE_WHISPErS_H
_
_
#endif // DLIB_CHINESE_WHISPErS_H
h
_
dlib/clustering/chinese_whispers_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_CHINESE_WHISPErS_ABSTRACT_H
_
_
#ifdef DLIB_CHINESE_WHISPErS_ABSTRACT_H
_
_
#undef DLIB_CHINESE_WHISPErS_ABSTRACT_H
h
_
#ifdef DLIB_CHINESE_WHISPErS_ABSTRACT_H
h
_
#include <vector>
#include "../rand.h"
...
...
@@ -93,5 +93,5 @@ namespace dlib
}
#endif // DLIB_CHINESE_WHISPErS_ABSTRACT_H
_
_
#endif // DLIB_CHINESE_WHISPErS_ABSTRACT_H
h
_
dlib/clustering/modularity_clustering_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_MODULARITY_ClUSTERING_ABSTRACT_H
_
_
#ifdef DLIB_MODULARITY_ClUSTERING_ABSTRACT_H
_
_
#undef DLIB_MODULARITY_ClUSTERING_ABSTRACT_H
h
_
#ifdef DLIB_MODULARITY_ClUSTERING_ABSTRACT_H
h
_
#include <vector>
#include "../graph_utils/ordered_sample_pair_abstract.h"
...
...
@@ -121,5 +121,5 @@ namespace dlib
}
#endif // DLIB_MODULARITY_ClUSTERING_ABSTRACT_H
_
_
#endif // DLIB_MODULARITY_ClUSTERING_ABSTRACT_H
h
_
dlib/cmd_line_parser/get_option.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_GET_OPTiON_H
_
_
#define DLIB_GET_OPTiON_H
_
_
#ifndef DLIB_GET_OPTiON_H
h
_
#define DLIB_GET_OPTiON_H
h
_
#include "get_option_abstract.h"
#include "../string.h"
...
...
@@ -177,5 +177,5 @@ namespace dlib
}
#endif // DLIB_GET_OPTiON_H
_
_
#endif // DLIB_GET_OPTiON_H
h
_
dlib/cmd_line_parser/get_option_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_GET_OPTiON_ABSTRACT_H
_
_
#ifdef DLIB_GET_OPTiON_ABSTRACT_H
_
_
#undef DLIB_GET_OPTiON_ABSTRACT_H
h
_
#ifdef DLIB_GET_OPTiON_ABSTRACT_H
h
_
#inclue <string>
...
...
@@ -141,6 +141,6 @@ namespace dlib
}
#endif // DLIB_GET_OPTiON_ABSTRACT_H
_
_
#endif // DLIB_GET_OPTiON_ABSTRACT_H
h
_
dlib/console_progress_indicator.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CONSOLE_PROGRESS_INDiCATOR_H
_
_
#define DLIB_CONSOLE_PROGRESS_INDiCATOR_H
_
_
#ifndef DLIB_CONSOLE_PROGRESS_INDiCATOR_H
h
_
#define DLIB_CONSOLE_PROGRESS_INDiCATOR_H
h
_
#include <ctime>
#include <cmath>
...
...
@@ -198,5 +198,5 @@ namespace dlib
}
#endif // DLIB_CONSOLE_PROGRESS_INDiCATOR_H
_
_
#endif // DLIB_CONSOLE_PROGRESS_INDiCATOR_H
h
_
dlib/data_io/image_dataset_metadata.cpp
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_DAtASET_METADATA_CPP
_
_
#define DLIB_IMAGE_DAtASET_METADATA_CPP
_
_
#ifndef DLIB_IMAGE_DAtASET_METADATA_CPP
h
_
#define DLIB_IMAGE_DAtASET_METADATA_CPP
h
_
#include "image_dataset_metadata.h"
...
...
@@ -382,6 +382,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#endif // DLIB_IMAGE_DAtASET_METADATA_CPP
_
_
#endif // DLIB_IMAGE_DAtASET_METADATA_CPP
h
_
dlib/data_io/image_dataset_metadata.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_DAtASET_METADATA_H
_
_
#define DLIB_IMAGE_DAtASET_METADATA_H
_
_
#ifndef DLIB_IMAGE_DAtASET_METADATA_H
h
_
#define DLIB_IMAGE_DAtASET_METADATA_H
h
_
#include <string>
#include <vector>
...
...
@@ -148,5 +148,5 @@ namespace dlib
#include "image_dataset_metadata.cpp"
#endif
#endif // DLIB_IMAGE_DAtASET_METADATA_H
_
_
#endif // DLIB_IMAGE_DAtASET_METADATA_H
h
_
dlib/data_io/libsvm_io.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LIBSVM_iO_H
_
_
#define DLIB_LIBSVM_iO_H
_
_
#ifndef DLIB_LIBSVM_iO_H
h
_
#define DLIB_LIBSVM_iO_H
h
_
#include "libsvm_io_abstract.h"
...
...
@@ -270,5 +270,5 @@ namespace dlib
}
#endif // DLIB_LIBSVM_iO_H
_
_
#endif // DLIB_LIBSVM_iO_H
h
_
dlib/data_io/libsvm_io_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_LIBSVM_iO_ABSTRACT_H
_
_
#ifdef DLIB_LIBSVM_iO_ABSTRACT_H
_
_
#undef DLIB_LIBSVM_iO_ABSTRACT_H
h
_
#ifdef DLIB_LIBSVM_iO_ABSTRACT_H
h
_
#include <fstream>
#include <string>
...
...
@@ -121,5 +121,5 @@ namespace dlib
}
#endif // DLIB_LIBSVM_iO_ABSTRACT_H
_
_
#endif // DLIB_LIBSVM_iO_ABSTRACT_H
h
_
dlib/data_io/load_image_dataset.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_LOAD_IMAGE_DaTASET_H
_
_
#define DLIB_LOAD_IMAGE_DaTASET_H
_
_
#ifndef DLIB_LOAD_IMAGE_DaTASET_H
h
_
#define DLIB_LOAD_IMAGE_DaTASET_H
h
_
#include "load_image_dataset_abstract.h"
#include "../misc_api.h"
...
...
@@ -320,5 +320,5 @@ namespace dlib
}
#endif // DLIB_LOAD_IMAGE_DaTASET_H
_
_
#endif // DLIB_LOAD_IMAGE_DaTASET_H
h
_
Prev
1
2
3
4
5
…
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