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/svm/svm_multiclass_linear_trainer.h
dlib/svm/svm_multiclass_linear_trainer.h
+3
-3
dlib/svm/svm_multiclass_linear_trainer_abstract.h
dlib/svm/svm_multiclass_linear_trainer_abstract.h
+3
-3
dlib/svm/svm_nu_trainer.h
dlib/svm/svm_nu_trainer.h
+3
-3
dlib/svm/svm_one_class_trainer.h
dlib/svm/svm_one_class_trainer.h
+3
-3
dlib/svm/svm_rank_trainer.h
dlib/svm/svm_rank_trainer.h
+3
-3
dlib/svm/svm_rank_trainer_abstract.h
dlib/svm/svm_rank_trainer_abstract.h
+3
-3
dlib/svm/svr_linear_trainer.h
dlib/svm/svr_linear_trainer.h
+3
-3
dlib/svm/svr_linear_trainer_abstract.h
dlib/svm/svr_linear_trainer_abstract.h
+3
-3
dlib/svm/svr_trainer.h
dlib/svm/svr_trainer.h
+3
-3
dlib/svm/track_association_function.h
dlib/svm/track_association_function.h
+3
-3
dlib/svm/track_association_function_abstract.h
dlib/svm/track_association_function_abstract.h
+3
-3
dlib/test/create_iris_datafile.h
dlib/test/create_iris_datafile.h
+3
-3
dlib/test/optimization_test_functions.h
dlib/test/optimization_test_functions.h
+3
-3
dlib/threads/parallel_for_extension.h
dlib/threads/parallel_for_extension.h
+3
-3
dlib/threads/parallel_for_extension_abstract.h
dlib/threads/parallel_for_extension_abstract.h
+3
-3
dlib/threads/thread_pool_extension.cpp
dlib/threads/thread_pool_extension.cpp
+3
-3
dlib/threads/thread_pool_extension.h
dlib/threads/thread_pool_extension.h
+3
-3
dlib/threads/thread_pool_extension_abstract.h
dlib/threads/thread_pool_extension_abstract.h
+3
-3
dlib/timer/timer.cpp
dlib/timer/timer.cpp
+3
-3
dlib/timer/timer.h
dlib/timer/timer.h
+3
-3
No files found.
dlib/svm/svm_multiclass_linear_trainer.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_H
_
_
#ifndef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_H
h
_
#define DLIB_SVm_MULTICLASS_LINEAR_TRAINER_H
_
_
#define DLIB_SVm_MULTICLASS_LINEAR_TRAINER_H
h
_
#include "svm_multiclass_linear_trainer_abstract.h"
#include "svm_multiclass_linear_trainer_abstract.h"
#include "structural_svm_problem_threaded.h"
#include "structural_svm_problem_threaded.h"
...
@@ -415,5 +415,5 @@ namespace dlib
...
@@ -415,5 +415,5 @@ namespace dlib
}
}
#endif // DLIB_SVm_MULTICLASS_LINEAR_TRAINER_H
_
_
#endif // DLIB_SVm_MULTICLASS_LINEAR_TRAINER_H
h
_
dlib/svm/svm_multiclass_linear_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_H
_
_
#undef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_H
h
_
#ifdef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_H
_
_
#ifdef DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_H
h
_
#include "../matrix/matrix_abstract.h"
#include "../matrix/matrix_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -253,6 +253,6 @@ namespace dlib
...
@@ -253,6 +253,6 @@ namespace dlib
}
}
#endif // DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_H
_
_
#endif // DLIB_SVm_MULTICLASS_LINEAR_TRAINER_ABSTRACT_H
h
_
dlib/svm/svm_nu_trainer.h
View file @
ca498ac2
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVm_NU_TRAINER_H
_
_
#ifndef DLIB_SVm_NU_TRAINER_H
h
_
#define DLIB_SVm_NU_TRAINER_H
_
_
#define DLIB_SVm_NU_TRAINER_H
h
_
//#include "local/make_label_kernel_matrix.h"
//#include "local/make_label_kernel_matrix.h"
...
@@ -322,5 +322,5 @@ namespace dlib
...
@@ -322,5 +322,5 @@ namespace dlib
}
}
#endif // DLIB_SVm_NU_TRAINER_H
_
_
#endif // DLIB_SVm_NU_TRAINER_H
h
_
dlib/svm/svm_one_class_trainer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVm_ONE_CLASS_TRAINER_H
_
_
#ifndef DLIB_SVm_ONE_CLASS_TRAINER_H
h
_
#define DLIB_SVm_ONE_CLASS_TRAINER_H
_
_
#define DLIB_SVm_ONE_CLASS_TRAINER_H
h
_
#include "svm_one_class_trainer_abstract.h"
#include "svm_one_class_trainer_abstract.h"
#include <cmath>
#include <cmath>
...
@@ -280,5 +280,5 @@ namespace dlib
...
@@ -280,5 +280,5 @@ namespace dlib
}
}
#endif // DLIB_SVm_ONE_CLASS_TRAINER_H
_
_
#endif // DLIB_SVm_ONE_CLASS_TRAINER_H
h
_
dlib/svm/svm_rank_trainer.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVM_RANK_TrAINER_H
_
_
#ifndef DLIB_SVM_RANK_TrAINER_H
h
_
#define DLIB_SVM_RANK_TrAINER_H
_
_
#define DLIB_SVM_RANK_TrAINER_H
h
_
#include "svm_rank_trainer_abstract.h"
#include "svm_rank_trainer_abstract.h"
...
@@ -491,5 +491,5 @@ namespace dlib
...
@@ -491,5 +491,5 @@ namespace dlib
}
}
#endif // DLIB_SVM_RANK_TrAINER_H
_
_
#endif // DLIB_SVM_RANK_TrAINER_H
h
_
dlib/svm/svm_rank_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SVM_RANK_TrAINER_ABSTRACT_H
_
_
#undef DLIB_SVM_RANK_TrAINER_ABSTRACT_H
h
_
#ifdef DLIB_SVM_RANK_TrAINER_ABSTRACT_H
_
_
#ifdef DLIB_SVM_RANK_TrAINER_ABSTRACT_H
h
_
#include "ranking_tools_abstract.h"
#include "ranking_tools_abstract.h"
#include "sparse_vector_abstract.h"
#include "sparse_vector_abstract.h"
...
@@ -294,5 +294,5 @@ namespace dlib
...
@@ -294,5 +294,5 @@ namespace dlib
}
}
#endif // DLIB_SVM_RANK_TrAINER_ABSTRACT_H
_
_
#endif // DLIB_SVM_RANK_TrAINER_ABSTRACT_H
h
_
dlib/svm/svr_linear_trainer.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVR_LINEAR_TrAINER_H
_
_
#ifndef DLIB_SVR_LINEAR_TrAINER_H
h
_
#define DLIB_SVR_LINEAR_TrAINER_H
_
_
#define DLIB_SVR_LINEAR_TrAINER_H
h
_
#include "svr_linear_trainer_abstract.h"
#include "svr_linear_trainer_abstract.h"
...
@@ -420,5 +420,5 @@ namespace dlib
...
@@ -420,5 +420,5 @@ namespace dlib
}
}
#endif // DLIB_SVR_LINEAR_TrAINER_H
_
_
#endif // DLIB_SVR_LINEAR_TrAINER_H
h
_
dlib/svm/svr_linear_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SVR_LINEAR_TrAINER_ABSTRACT_H
_
_
#undef DLIB_SVR_LINEAR_TrAINER_ABSTRACT_H
h
_
#ifdef DLIB_SVR_LINEAR_TrAINER_ABSTRACT_H
_
_
#ifdef DLIB_SVR_LINEAR_TrAINER_ABSTRACT_H
h
_
#include "sparse_vector_abstract.h"
#include "sparse_vector_abstract.h"
#include "function_abstract.h"
#include "function_abstract.h"
...
@@ -264,6 +264,6 @@ namespace dlib
...
@@ -264,6 +264,6 @@ namespace dlib
}
}
#endif // DLIB_SVR_LINEAR_TrAINER_ABSTRACT_H
_
_
#endif // DLIB_SVR_LINEAR_TrAINER_ABSTRACT_H
h
_
dlib/svm/svr_trainer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVm_EPSILON_REGRESSION_TRAINER_H
_
_
#ifndef DLIB_SVm_EPSILON_REGRESSION_TRAINER_H
h
_
#define DLIB_SVm_EPSILON_REGRESSION_TRAINER_H
_
_
#define DLIB_SVm_EPSILON_REGRESSION_TRAINER_H
h
_
#include "svr_trainer_abstract.h"
#include "svr_trainer_abstract.h"
...
@@ -389,5 +389,5 @@ namespace dlib
...
@@ -389,5 +389,5 @@ namespace dlib
}
}
#endif // DLIB_SVm_EPSILON_REGRESSION_TRAINER_H
_
_
#endif // DLIB_SVm_EPSILON_REGRESSION_TRAINER_H
h
_
dlib/svm/track_association_function.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_TRACK_ASSOCiATION_FUNCTION_H
_
_
#ifndef DLIB_TRACK_ASSOCiATION_FUNCTION_H
h
_
#define DLIB_TRACK_ASSOCiATION_FUNCTION_H
_
_
#define DLIB_TRACK_ASSOCiATION_FUNCTION_H
h
_
#include "track_association_function_abstract.h"
#include "track_association_function_abstract.h"
...
@@ -150,5 +150,5 @@ namespace dlib
...
@@ -150,5 +150,5 @@ namespace dlib
}
}
#endif // DLIB_TRACK_ASSOCiATION_FUNCTION_H
_
_
#endif // DLIB_TRACK_ASSOCiATION_FUNCTION_H
h
_
dlib/svm/track_association_function_abstract.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_H
_
_
#undef DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_H
h
_
#ifdef DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_H
_
_
#ifdef DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include "assignment_function_abstract.h"
#include "assignment_function_abstract.h"
...
@@ -266,6 +266,6 @@ namespace dlib
...
@@ -266,6 +266,6 @@ namespace dlib
}
}
#endif // DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_H
_
_
#endif // DLIB_TRACK_ASSOCiATION_FUNCTION_ABSTRACT_H
h
_
dlib/test/create_iris_datafile.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CREATE_IRIS_DAtAFILE_H
_
_
#ifndef DLIB_CREATE_IRIS_DAtAFILE_H
h
_
#define DLIB_CREATE_IRIS_DAtAFILE_H
_
_
#define DLIB_CREATE_IRIS_DAtAFILE_H
h
_
namespace
dlib
namespace
dlib
{
{
...
@@ -16,4 +16,4 @@ namespace dlib
...
@@ -16,4 +16,4 @@ namespace dlib
!*/
!*/
}
}
#endif // DLIB_CREATE_IRIS_DAtAFILE_H
_
_
#endif // DLIB_CREATE_IRIS_DAtAFILE_H
h
_
dlib/test/optimization_test_functions.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_OPTIMIZATION_TEST_FUNCTiONS_H_
_
_
#ifndef DLIB_OPTIMIZATION_TEST_FUNCTiONS_H_
h
_
#define DLIB_OPTIMIZATION_TEST_FUNCTiONS_H_
_
_
#define DLIB_OPTIMIZATION_TEST_FUNCTiONS_H_
h
_
#include <dlib/matrix.h>
#include <dlib/matrix.h>
#include <sstream>
#include <sstream>
...
@@ -304,7 +304,7 @@ namespace dlib
...
@@ -304,7 +304,7 @@ namespace dlib
}
}
}
}
#endif // DLIB_OPTIMIZATION_TEST_FUNCTiONS_H_
_
_
#endif // DLIB_OPTIMIZATION_TEST_FUNCTiONS_H_
h
_
dlib/threads/parallel_for_extension.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_PARALLEL_FoR_H
_
_
#ifndef DLIB_PARALLEL_FoR_H
h
_
#define DLIB_PARALLEL_FoR_H
_
_
#define DLIB_PARALLEL_FoR_H
h
_
#include "parallel_for_extension_abstract.h"
#include "parallel_for_extension_abstract.h"
#include "thread_pool_extension.h"
#include "thread_pool_extension.h"
...
@@ -601,5 +601,5 @@ namespace dlib
...
@@ -601,5 +601,5 @@ namespace dlib
}
}
#endif // DLIB_PARALLEL_FoR_H
_
_
#endif // DLIB_PARALLEL_FoR_H
h
_
dlib/threads/parallel_for_extension_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_PARALLEL_FoR_ABSTRACT_H
_
_
#undef DLIB_PARALLEL_FoR_ABSTRACT_H
h
_
#ifdef DLIB_PARALLEL_FoR_ABSTRACT_H
_
_
#ifdef DLIB_PARALLEL_FoR_ABSTRACT_H
h
_
#include "thread_pool_extension_abstract.h"
#include "thread_pool_extension_abstract.h"
...
@@ -403,6 +403,6 @@ namespace dlib
...
@@ -403,6 +403,6 @@ namespace dlib
}
}
#endif // DLIB_PARALLEL_FoR_ABSTRACT_H
_
_
#endif // DLIB_PARALLEL_FoR_ABSTRACT_H
h
_
dlib/threads/thread_pool_extension.cpp
View file @
ca498ac2
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_THREAD_POOl_CPP
_
_
#ifndef DLIB_THREAD_POOl_CPP
h
_
#define DLIB_THREAD_POOl_CPP
_
_
#define DLIB_THREAD_POOl_CPP
h
_
#include "thread_pool_extension.h"
#include "thread_pool_extension.h"
...
@@ -316,5 +316,5 @@ namespace dlib
...
@@ -316,5 +316,5 @@ namespace dlib
}
}
#endif // DLIB_THREAD_POOl_CPP
_
_
#endif // DLIB_THREAD_POOl_CPP
h
_
dlib/threads/thread_pool_extension.h
View file @
ca498ac2
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_THREAD_POOl_H
_
_
#ifndef DLIB_THREAD_POOl_H
h
_
#define DLIB_THREAD_POOl_H
_
_
#define DLIB_THREAD_POOl_H
h
_
#include "thread_pool_extension_abstract.h"
#include "thread_pool_extension_abstract.h"
#include "multithreaded_object_extension.h"
#include "multithreaded_object_extension.h"
...
@@ -1354,6 +1354,6 @@ namespace dlib
...
@@ -1354,6 +1354,6 @@ namespace dlib
#include "thread_pool_extension.cpp"
#include "thread_pool_extension.cpp"
#endif
#endif
#endif // DLIB_THREAD_POOl_H
_
_
#endif // DLIB_THREAD_POOl_H
h
_
dlib/threads/thread_pool_extension_abstract.h
View file @
ca498ac2
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_THREAD_POOl_ABSTRACT_H
_
_
#undef DLIB_THREAD_POOl_ABSTRACT_H
h
_
#ifdef DLIB_THREAD_POOl_ABSTRACT_H
_
_
#ifdef DLIB_THREAD_POOl_ABSTRACT_H
h
_
#include "threads_kernel_abstract.h"
#include "threads_kernel_abstract.h"
#include "../uintn.h"
#include "../uintn.h"
...
@@ -830,7 +830,7 @@ namespace dlib
...
@@ -830,7 +830,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_THREAD_POOl_ABSTRACT_H
_
_
#endif // DLIB_THREAD_POOl_ABSTRACT_H
h
_
dlib/timer/timer.cpp
View file @
ca498ac2
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_TIMER_cPP
_
_
#ifndef DLIB_TIMER_cPP
h
_
#define DLIB_TIMER_cPP
_
_
#define DLIB_TIMER_cPP
h
_
#include "timer.h"
#include "timer.h"
...
@@ -204,5 +204,5 @@ namespace dlib
...
@@ -204,5 +204,5 @@ namespace dlib
}
}
#endif // DLIB_TIMER_cPP
_
_
#endif // DLIB_TIMER_cPP
h
_
dlib/timer/timer.h
View file @
ca498ac2
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_TIMEr_H
_
_
#ifndef DLIB_TIMEr_H
h
_
#define DLIB_TIMEr_H
_
_
#define DLIB_TIMEr_H
h
_
#include "../threads.h"
#include "../threads.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -421,6 +421,6 @@ namespace dlib
...
@@ -421,6 +421,6 @@ namespace dlib
#include "timer.cpp"
#include "timer.cpp"
#endif
#endif
#endif // DLIB_TIMEr_H
_
_
#endif // DLIB_TIMEr_H
h
_
Prev
1
…
11
12
13
14
15
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