Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
8647a33a
Commit
8647a33a
authored
Mar 01, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved files around.
parent
04be5427
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
CMakeLists.txt
dlib/CMakeLists.txt
+1
-1
source.cpp
dlib/all/source.cpp
+1
-1
config.h
dlib/config.h
+1
-1
tensor_tools.h
dlib/dnn/tensor_tools.h
+1
-1
global_function_search.h
dlib/global_optimization/global_function_search.h
+1
-1
jpeg_loader.h
dlib/image_loader/jpeg_loader.h
+1
-1
png_loader.h
dlib/image_loader/png_loader.h
+1
-1
test_for_odr_violations.cpp
dlib/test_for_odr_violations.cpp
+0
-0
test_for_odr_violations.h
dlib/test_for_odr_violations.h
+2
-2
threads_kernel_shared.h
dlib/threads/threads_kernel_shared.h
+1
-1
No files found.
dlib/CMakeLists.txt
View file @
8647a33a
...
...
@@ -213,7 +213,7 @@ if (NOT TARGET dlib)
data_io/image_dataset_metadata.cpp
data_io/mnist.cpp
global_optimization/global_function_search.cpp
all/
test_for_odr_violations.cpp
test_for_odr_violations.cpp
)
...
...
dlib/all/source.cpp
View file @
8647a33a
...
...
@@ -19,7 +19,7 @@
#include "../md5/md5_kernel_1.cpp"
#include "../tokenizer/tokenizer_kernel_1.cpp"
#include "../unicode/unicode.cpp"
#include "test_for_odr_violations.cpp"
#include "
../
test_for_odr_violations.cpp"
...
...
dlib/config.h
View file @
8647a33a
...
...
@@ -25,7 +25,7 @@
// #define DLIB_USE_CUDA
// Define this so the code in dlib/
all/
test_for_odr_violations.h can detect ODR violations
// Define this so the code in dlib/test_for_odr_violations.h can detect ODR violations
// related to users doing bad things with config.h
#define DLIB_NOT_CONFIGURED
dlib/dnn/tensor_tools.h
View file @
8647a33a
...
...
@@ -13,7 +13,7 @@
#include "../rand.h"
#include <memory>
#include "../geometry/rectangle.h"
#include "../
all/
test_for_odr_violations.h"
#include "../test_for_odr_violations.h"
namespace
dlib
{
...
...
dlib/global_optimization/global_function_search.h
View file @
8647a33a
...
...
@@ -9,7 +9,7 @@
#include <mutex>
#include "../rand.h"
#include "upper_bound_function.h"
#include "../
all/
test_for_odr_violations.h"
#include "../test_for_odr_violations.h"
namespace
dlib
{
...
...
dlib/image_loader/jpeg_loader.h
View file @
8647a33a
...
...
@@ -9,7 +9,7 @@
#include "image_loader.h"
#include "../pixel.h"
#include "../dir_nav.h"
#include "../
all/
test_for_odr_violations.h"
#include "../test_for_odr_violations.h"
namespace
dlib
{
...
...
dlib/image_loader/png_loader.h
View file @
8647a33a
...
...
@@ -9,7 +9,7 @@
#include "image_loader.h"
#include "../pixel.h"
#include "../dir_nav.h"
#include "../
all/
test_for_odr_violations.h"
#include "../test_for_odr_violations.h"
namespace
dlib
{
...
...
dlib/
all/
test_for_odr_violations.cpp
→
dlib/test_for_odr_violations.cpp
View file @
8647a33a
File moved
dlib/
all/
test_for_odr_violations.h
→
dlib/test_for_odr_violations.h
View file @
8647a33a
...
...
@@ -3,8 +3,8 @@
#ifndef DLIB_TEST_FOR_ODR_VIOLATIONS_H_
#define DLIB_TEST_FOR_ODR_VIOLATIONS_H_
#include "
../
assert.h"
#include "
../
config.h"
#include "assert.h"
#include "config.h"
extern
"C"
{
...
...
dlib/threads/threads_kernel_shared.h
View file @
8647a33a
...
...
@@ -12,7 +12,7 @@
#include "../memory_manager.h"
#include "../queue.h"
#include "../set.h"
#include "../
all/
test_for_odr_violations.h"
#include "../test_for_odr_violations.h"
...
...
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