1. 10 Sep, 2009 1 commit
    • Davis King's avatar
      Removed two try/catch blocks from the threading code. One was replaced with · e1b3a927
      Davis King authored
      the RAII equivalent and the other was the final catch block to log uncaught exceptions
      from the user and then abort the program.  The code now lets the exception escape
      to the operating system so that it is easier to debug uncaught exceptions.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403201
      e1b3a927
  2. 09 Sep, 2009 5 commits
  3. 07 Sep, 2009 6 commits
    • Davis King's avatar
      Fixed typo in spec. · 15f5889e
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403195
      15f5889e
    • Davis King's avatar
      Added comments regarding the paired calling order of functions and their · 98cab583
      Davis King authored
      derivatives.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403194
      98cab583
    • Davis King's avatar
      Fixed spelling and grammar. · 880f532c
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403193
      880f532c
    • Davis King's avatar
      Refined the spec for some functions and also added some missing asserts. · 5df855d7
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403192
      5df855d7
    • Davis King's avatar
      updated the docs · ea35161a
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403191
      ea35161a
    • Davis King's avatar
      Split the code up into multiple files and setup the abstracts for each of them. · 9fb35897
      Davis King authored
      --HG--
      rename : dlib/optimization/optimization.h => dlib/optimization/optimization_line_search.h
      rename : dlib/optimization/optimization_abstract.h => dlib/optimization/optimization_line_search_abstract.h
      rename : dlib/optimization/optimization.h => dlib/optimization/optimization_search_strategies.h
      rename : dlib/optimization/optimization_abstract.h => dlib/optimization/optimization_search_strategies_abstract.h
      rename : dlib/optimization/optimization.h => dlib/optimization/optimization_stop_strategies.h
      rename : dlib/optimization/optimization_abstract.h => dlib/optimization/optimization_stop_strategies_abstract.h
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403190
      9fb35897
  4. 06 Sep, 2009 7 commits
  5. 05 Sep, 2009 1 commit
    • Davis King's avatar
      This is the first checkin of a bunch of code refactoring I have been doing to this component. · 7831ae02
      Davis King authored
      Most of these changes are just rearrangements of the old code.  However, I also changed
      the starting value of a line search and also removed some unneeded calls to the objective
      function and its derivative in the course of doing the refactoring.  This has all resulted
      in a significant reduction in calls to the objective function.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403182
      7831ae02
  6. 03 Sep, 2009 1 commit
  7. 01 Sep, 2009 1 commit
    • Davis King's avatar
      Fixed grammar · 49f2050c
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403180
      49f2050c
  8. 31 Aug, 2009 1 commit
  9. 30 Aug, 2009 4 commits
    • Davis King's avatar
      updated the docs · 97905301
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403178
      97905301
    • Davis King's avatar
      Made a release · c21adb98
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403176
      c21adb98
    • Davis King's avatar
      updated docs · ed82f0ac
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403175
      ed82f0ac
    • Davis King's avatar
      Fixed typo in comment. · e1fef7b9
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403174
      e1fef7b9
  10. 29 Aug, 2009 10 commits
  11. 24 Aug, 2009 1 commit
  12. 22 Aug, 2009 1 commit
  13. 21 Aug, 2009 1 commit
    • Davis King's avatar
      Fixed broken link · 2d900ec7
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403161
      2d900ec7