Commit Graph

5136 Commits

Author SHA1 Message Date
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
Davis King a80aaf1841 Added missing file 2015-09-27 20:27:51 -04:00
Davis King 588ac7737c Improved error message when boost isn't found. 2015-09-27 20:00:51 -04:00
Davis King e44a2e23ac Incremented patch number. 2015-09-27 18:10:53 -04:00
Davis King c46f67e845 Made python extensions use static linking when compiled with visual studio
to avoid dll hell.
2015-09-27 18:09:44 -04:00
Davis King e16b0f8d21 Minor tweaks to make PyPi happy. 2015-09-27 11:59:58 -04:00
Davis King 438ef04a54 Made the add_python_module cmake script include the visual studio runtime dlls
in its output.  This way they will get included by the python setup.py script.
2015-09-27 11:07:16 -04:00
Davis King 068ef078a8 On Windows, made the cmake check for an installed copy of the Intel MKL see if
it works with the currently selected compiler and only uses it if the version
is appropraite.
2015-09-27 10:52:38 -04:00
Davis King 940d104aaf Cleaned up docs 2015-09-27 09:44:45 -04:00
Davis King ed64455109 Fixed error in setup.py 2015-09-26 22:48:31 -04:00