dlib/dlib
David Hirvonen 75961ed1ac CUDA_PROPAGATE_HOST_FLAGS=OFF in FindCUDA.cmake for try_compile tests (#1048)
Set `CUDA_PROPAGATE_HOST_FLAGS=OFF` in FindCUDA.cmake to avoid duplicate flag errors in nvcc that can occur when host flag forwarding is enabled and `-std=c++11` is set in `CMAKE_CXX_FLAGS` in the operative toolchain.
```
# Override the FindCUDA.cmake setting to avoid duplication of host flags if using a toolchain:
option(CUDA_PROPAGATE_HOST_FLAGS "Propage C/CXX_FLAGS and friends to the host compiler via -Xcompile" OFF)
```
2018-01-04 14:17:00 -05:00
..
all Fixed DLIB_ISO_CPP_ONLY not building. 2017-12-12 06:36:37 -05:00
any Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
appveyor Check if appveyor's VS2017 is the newest version. 2017-12-17 13:46:37 -05:00
array Made dlib::array able to push_back() from rvalues. 2017-10-08 07:49:50 -04:00
array2d C++11 features (#778) 2017-08-25 05:40:22 -04:00
base64
bayes_utils Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
bigint Made bigint use explicit relational operator functions rather than the overly 2017-11-13 22:38:38 -05:00
binary_search_tree
bit_stream
bits Hopefully improved compiler error diagnostic when using gcc and a user misconfigures their build environment. 2017-07-15 22:29:44 -04:00
bound_function_pointer
bridge Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
bsp Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
byte_orderer
clustering clarified spec 2016-11-27 13:24:16 -05:00
cmake_utils CUDA_PROPAGATE_HOST_FLAGS=OFF in FindCUDA.cmake for try_compile tests (#1048) 2018-01-04 14:17:00 -05:00
cmd_line_parser Replace shared_ptr/weak_ptr with STL's versions (#588) 2017-05-12 16:40:59 -04:00
compress_stream
conditioning_class
config_reader
control differential std::clamp from c++17 with dlib:: prefix to clamp() (#734) 2017-07-29 05:42:42 -04:00
cpp_pretty_printer
cpp_tokenizer
crc32
data_io Fixed missing inline 2017-10-08 07:45:50 -04:00
dir_nav add chrono::duration_cast<>() cast for clang error (#1019) 2017-12-17 20:18:44 -05:00
directed_graph Replace shared_ptr/weak_ptr with STL's versions (#588) 2017-05-12 16:40:59 -04:00
disjoint_subsets Minor cleanup 2017-12-01 07:17:09 -05:00
dnn Added a pragma statement that tells visual studio to not recursively inline 2017-11-30 22:14:04 -05:00
entropy_decoder
entropy_decoder_model
entropy_encoder
entropy_encoder_model
external Change minimum CMake version that supports the introduced features 2017-02-27 18:23:28 +01:00
filtering clarified spec 2017-02-25 06:42:35 -05:00
general_hash Made hamming_distance() a little more general. 2017-10-29 08:57:52 -04:00
geometry Include drectangle.h to point_transforms.h (#777) 2017-08-25 05:39:07 -04:00
global_optimization Fixed initial point selection to only happen once. 2017-12-19 06:34:49 -05:00
graph Replace shared_ptr/weak_ptr with STL's versions (#588) 2017-05-12 16:40:59 -04:00
graph_cuts Fixes issue with object named nil that collide with apple's definition. (#537) 2017-04-14 20:41:22 -04:00
graph_utils remove unused variable in edge_list_graphs.h (#486) 2017-03-18 15:17:52 -04:00
gui_core Fixed a bug in dlib's MS Windows GUI code that was introduced a little while back 2017-10-28 10:48:54 -04:00
gui_widgets generic_image all the way (#921) 2017-11-17 06:41:55 -05:00
hash_map
hash_set
hash_table
http_client Make http_client compile in C++11 and above (#714) 2017-07-18 09:33:27 -04:00
image_keypoint
image_loader Improved errors from libpng when users link against a different version of 2017-07-22 11:41:48 -04:00
image_processing Fixed shape_predictor_trainer padding so that it behaves as it used to. In 2017-12-04 17:09:18 -05:00
image_saver fix include issue when using libjpeg compiled outside of dlib (#307) 2016-10-28 15:15:55 -04:00
image_transforms Removed an assert used for debugging that shouldn't have been committed. 2017-12-19 14:18:55 -05:00
interfaces
iosockstream Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
java Fixed path 2017-10-17 10:31:27 -04:00
linker
logger Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
lsh
lz77_buffer
lzp_buffer
manifold_regularization
map
matlab Added install_target_output_folder option to matlab cmake scripts. 2017-10-20 16:54:49 -04:00
matrix Fixed set_colm() and set_rowm() not being assignable from some matrix 2017-12-19 10:57:07 -05:00
md5
member_function_pointer
memory_manager
memory_manager_global
memory_manager_stateless
misc_api Make filo compile with WIN32_LEAN_AND_MEAN defined (#169) 2016-07-26 08:30:20 -04:00
mlp
numerical_integration
opencv Fixed type passing to opencv to use basic instead of aggregate. (#1010) 2017-12-12 21:23:47 -05:00
optimization Fixed grammar 2017-12-16 11:26:40 -05:00
pipe Allow enqueueing to a pipe from rvalues. 2016-12-15 16:06:37 -05:00
python Fixed linker errors when building pyhton on windows. This fixes a bug that was introduced in a recent PR. 2017-08-21 21:27:12 -04:00
quantum_computing
queue
rand Fixed a very small bias in rand::get_random_double() 2017-12-04 12:29:51 -05:00
reference_counter
sequence
server Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
set
set_utils
simd >2x performance increase if DLIB_DO_NOT_USE_SIMD is defined (#1027) 2017-12-24 19:51:19 -05:00
sliding_buffer
smart_pointers Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
sockets Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
sockstreambuf Migrate from dlib::scoped_ptr to std::unique_ptr (#593) 2017-05-14 19:52:34 -04:00
sqlite Replace shared_ptr/weak_ptr with STL's versions (#588) 2017-05-12 16:40:59 -04:00
stack
static_map
static_set
statistics Added serialization support for the running_stats_decayed object. 2017-08-20 20:39:44 -04:00
stl_checked
string
svm Changed test_regression_function() and cross_validate_regression_trainer() to 2017-12-04 12:57:38 -05:00
sync_extension
test Fixed set_colm() and set_rowm() not being assignable from some matrix 2017-12-19 10:57:07 -05:00
threads Changed the windows signaler and mutex code to use the C++11 thread library instead of 2017-12-07 08:11:55 -05:00
timeout
timer Replace shared_ptr_thread_safe with std::shared_ptr (#590) 2017-05-13 14:05:23 -04:00
tokenizer Fixed double delete 2017-03-18 13:00:16 -04:00
travis Better travis python testing. 2017-12-10 15:33:46 -05:00
tuple
type_safe_union
unicode Disable misleading-indentation warning in unicode.h (pragma for GCC >= 6) 2016-11-19 22:28:03 +01:00
vectorstream fixed typo in spec 2016-03-18 12:12:02 -04:00
xml_parser Made the attribute_list of the xml parser a little more friendly by allowing 2017-05-06 12:46:19 -04:00
CMakeLists.txt Updated XQuartz URL 2018-01-03 21:25:33 -05:00
LICENSE.txt
algs.h Disable another visual studio warning. 2017-02-11 17:07:51 -05:00
all_console.cpp
all_gui.cpp
any.h
array.h
array2d.h
assert.h Remove initializer lists support for Apple/Clang (libstdc++ version used does not include std::initializer_list) 2016-11-14 13:52:45 -06:00
base64.h
bayes_utils.h
bigint.h
binary_search_tree.h
bit_stream.h
bound_function_pointer.h
bridge.h
bsp.h
byte_orderer.h
cassert
clustering.h
cmake Some cmake script cleanup and refactoring. 2017-10-16 20:55:28 -04:00
cmd_line_parser.h
compress_stream.h
conditioning_class.h
config.h Made load_image() support GIF files. 2016-02-07 20:59:55 -05:00
config.h.in Determine lapack fortran linking convention in CMake (#934) 2017-11-14 05:57:00 -05:00
config_reader.h
console_progress_indicator.h
control.h
cpp_pretty_printer.h
cpp_tokenizer.h
crc32.h
cstring
data_io.h
dir_nav.h
directed_graph.h
disjoint_subsets.h Minor cleanup 2017-12-01 07:17:09 -05:00
dlib_basic_cpp_build_tutorial.txt
dlib_include_path_tutorial.txt
dnn.h Problem: Visual Studio's vcpkgsrv.exe constantly uses a single CPU core, (#666) 2017-06-30 05:47:21 -04:00
enable_if.h
entropy_decoder.h
entropy_decoder_model.h
entropy_encoder.h
entropy_encoder_model.h
error.h Added DLIB_NO_ABORT_ON_2ND_FATAL_ERROR for dlib::fatal_error as a generic 2017-08-10 16:07:42 -04:00
filtering.h
float_details.h
fstream
geometry.h
global_optimization.h Renamed find_global_maximum() to find_max_global() 2017-11-23 11:43:32 -05:00
graph.h
graph_cuts.h
graph_utils.h
graph_utils_threaded.h
gui_core.h
gui_widgets.h
hash.h
hash_map.h
hash_set.h
hash_table.h
image_io.h
image_keypoint.h
image_processing.h Move shape_predictor_trainer to a separate header (#599) 2017-05-20 09:37:40 -04:00
image_transforms.h Added random_cropper 2016-09-04 19:10:15 -04:00
iomanip
iosfwd
iosockstream.h
iostream
is_kind.h
istream
linker.h
locale
logger.h
lsh.h
lz77_buffer.h
lzp_buffer.h
manifold_regularization.h
map.h
matrix.h
md5.h
member_function_pointer.h
memory_manager.h
memory_manager_global.h
memory_manager_stateless.h
metaprogramming.h Cleaned up the compile_time_integer_list and make_compile_time_integer_range 2017-11-20 19:31:20 -05:00
misc_api.h
mlp.h
noncopyable.h C++11 features (#778) 2017-08-25 05:40:22 -04:00
numeric_constants.h
numerical_integration.h
opencv.h
optimization.h
ostream
pipe.h
pixel.h Changed to avoid linker errors on some compilers. 2017-01-04 17:19:31 -05:00
platform.h
python.h
quantum_computing.h
queue.h
rand.h
ref.h
reference_counter.h
revision.h.in
sequence.h
serialize.h Made deserialize print more informative error messages. 2017-09-16 14:08:41 -04:00
server.h
set.h
set_utils.h
simd.h
sliding_buffer.h
smart_pointers.h Fixed grammar 2017-08-22 22:02:19 -04:00
smart_pointers_thread_safe.h Replace shared_ptr_thread_safe with std::shared_ptr (#590) 2017-05-13 14:05:23 -04:00
sockets.h
sockstreambuf.h
sort.h
sparse_vector.h
sqlite.h
sstream
stack.h
stack_trace.cpp Updated to use thread_local instead of old thread_specific_data class. 2017-12-01 20:15:16 -05:00
stack_trace.h Fixed stack trace macro 2017-12-01 19:53:57 -05:00
static_map.h
static_set.h
statistics.h
std_allocator.h
stl_checked.h
string.h
svm.h
svm_threaded.h
sync_extension.h
threads.h Added guards so dlib::async code isn't pulled in when using old versions of visual studio (since they don't support c++11). 2016-08-04 21:12:00 -04:00
time_this.h Fixed error in TIME_THIS(). It was still printing in seconds when it said 2017-11-01 16:25:32 -04:00
timeout.h
timer.h
timing.h Fixed timing print() so the output scales are set correctly. 2017-11-02 10:24:25 -04:00
tokenizer.h
tuple.h
type_safe_union.h
uintn.h
unicode.h
unordered_pair.h
vectorstream.h Added unserialize. 2016-01-23 19:42:48 -05:00
windows_magic.h
xml_parser.h