Commit Graph

5145 Commits

Author SHA1 Message Date
Davis King
eee0d295c3 Improved error message you get about linking to libjpeg and libpng
if you try to open a jpeg or png file.
2016-01-17 12:06:53 -05:00
Davis King
da6e48071c Added some preprocessor stuff to check if the user is #including
dlib/all/source.cpp into their own .cpp files.  If so they will get a useful
error message.
2016-01-17 11:54:31 -05:00
Davis King
12d9d257f2 Put guards around some GCC specific #pragma statements to avoid warnings in
visual studio.
2016-01-16 09:01:22 -05:00
Davis E. King
e1ff23fdb5 Merge pull request #68 from yukoba/patch-1
sys.stdout.encoding instead of latin-1 in setup.py
2016-01-14 18:56:27 -05:00
Davis E. King
80e6443d83 Merge pull request #69 from severin-lemaignan/auto-ptr-guards
Add pragma guards around deprecated auto_ptr to prevent GCC warnings
2016-01-14 18:47:23 -05:00
Séverin Lemaignan
d873810ee4 Add pragma guards around deprecated auto_ptr to prevent GCC warnings
Fixes #67
2016-01-14 13:18:15 +00:00
Yu Kobayashi
d35104ed3c sys.stdout.encoding instead of latin-1 in setup.py
Please use sys.stdout.encoding instead of latin-1 in setup.py.
This is necessary for non English OS.
2016-01-14 11:07:18 +09:00
Davis King
6bd5c2e395 Made cmake use the built in find X11 scripts by default on OS X. 2016-01-10 18:31:49 -05:00
Davis King
63734971a0 Fixed compile time error I just introduced 2016-01-08 18:23:58 -05:00
Davis King
ab2cd12915 Made running_gradient serializable. 2016-01-08 18:15:15 -05:00
Davis King
5435c56d8c merged 2016-01-07 18:25:45 -05:00
Davis King
d73f58ae1c Added running_gradient 2016-01-07 18:24:49 -05:00
Davis King
6a64180200 Minor cleanup 2016-01-02 17:16:42 -05:00
Davis King
347ee396ba fixed tabbing 2015-11-03 18:31:09 -05:00
Davis E. King
27dd8f6b0a Merge pull request #54 from vrichter/master
Change relative path of configure files in CMakeLists.
2015-11-03 18:27:23 -05:00
Viktor Richter
b1dab227dc Change relative path of configure files in CMakeLists.
Using CMAKE_PROJECT_DIR instead of CMAKE_SOURCE_DIR/../dlib
makes the build process more portable.
2015-11-03 14:44:30 +01:00
Davis King
8fcf1a5fda Record last changeset and set PATCH version to 99 2015-10-28 20:27:41 -04:00
Davis King
6124442f86 Created release v18.18 2015-10-28 20:25:59 -04:00
Davis King
8badddce46 Added tag v18.18 for changeset 7ae1775f61a4 2015-10-28 20:25:59 -04:00
Davis King
eacfe67b2d updated docs 2015-10-28 08:39:22 -04:00
Davis King
d4f5e24587 Fixed formatting 2015-10-27 19:52:00 -04:00
Davis King
eca57b467c Fixed README path 2015-10-27 18:29:05 -04:00
Davis King
577f22d51c updated scripts to deal with new README location 2015-10-27 18:21:44 -04:00
Davis King
3110bcfe8d Removed readme since the top level one is a better place to put this information. 2015-10-27 18:15:47 -04:00
Davis King
5ba3c96eb6 updated README 2015-10-27 18:14:33 -04:00
Davis King
7eab4ed009 Suppressed warnings about unused testing code. 2015-10-27 17:49:40 -04:00
Davis King
514be3dea0 Added throw() spec to a throwing destructor. 2015-10-27 17:38:35 -04:00
Davis King
f50faa47be saving docs 2015-10-27 17:29:26 -04:00
Davis King
bde2e25875 updated docs 2015-10-27 17:28:10 -04:00
Davis King
a547b904ee updated docs 2015-10-27 17:11:06 -04:00
Davis King
ace034ccf4 Updated compile instructions and added notes about building the python API. 2015-10-27 17:09:29 -04:00
Davis King
9988deac43 Cleaned up install instructions slightly. 2015-10-27 08:50:44 -04:00
Davis King
844f252a75 Updated compile/install instructions for python bindings. 2015-10-27 08:25:43 -04:00
Davis King
5d377ceb6d Added a overview comment at the top of the file. 2015-10-27 08:22:33 -04:00
Davis King
5f9e4bf92e Made makerel not include a compiled python binary now that dlib can be
installed on windows via pip.
2015-10-27 08:10:29 -04:00
Davis King
0b85df2d8d updated docs 2015-10-22 08:44:36 -04:00
Davis King
9873bff722 fixed formatting 2015-10-22 08:44:03 -04:00
Davis King
7219f4b598 Added spec for the csv matrix output method. 2015-10-22 08:40:31 -04:00
Davis King
3ca0806358 merged 2015-10-22 08:11:39 -04:00
Davis King
c2b66ecc03 Cleaned up the float_details code and made it more standards conforming. 2015-10-22 08:10:41 -04:00
Davis King
57e187e88c Make the Fortran bindings work in Borland compilers 2015-10-22 07:59:38 -04:00
Davis King
af6163d9a2 Fixed potential compile time error. 2015-10-12 20:07:16 -04:00
Davis King
3aca456b64 fixed spelling error in comment 2015-10-02 07:50:13 -04:00
Davis King
13877f5456 Made makerel put the tag on the right revision 2015-09-29 22:36:46 -04:00
Davis King
99a91ce680 The last commit didn't really fix the bug. This one seems to do a better job :) 2015-09-28 22:40:02 -04:00
Davis King
b51b2857f3 Fixed a bug in setup.py that caused it to not print all cmake's outputs to the
screen.  In particular, that caused cmake's error messsages to be truncated if
the build failed.
2015-09-28 22:14:32 -04:00
Davis King
fbd1178047 Made the python modules use SSE4 instructions by default. 2015-09-28 21:47:44 -04:00
Davis King
d1ea9995c1 Added message statements to print if simd instructions are being enabled. 2015-09-28 21:47:22 -04:00
Davis King
a4c38a624b More python build script improvements for windows. 2015-09-28 06:09:19 -04:00
Davis King
28247609c9 Made the search for pyhton3 libraries more robust. 2015-09-27 20:29:07 -04:00