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. 08 Sep, 2009 2 commits
  4. 07 Sep, 2009 8 commits
  5. 06 Sep, 2009 4 commits
  6. 04 Sep, 2009 1 commit
  7. 01 Sep, 2009 2 commits
  8. 31 Aug, 2009 2 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
  9. 30 Aug, 2009 5 commits
  10. 29 Aug, 2009 7 commits
    • Davis King's avatar
      In addition to minor code cleanup I also changed the following: · 867756ca
      Davis King authored
         - The zoomable_region widget now uses exponential rather than linear
           zoom scaling since this is much more pleasing to use.  There is now
           a new requirement on the zoom increment that it must be between 0
           and 1.
         - I added a few missing requires clauses.
         - I changed the set_zoom_scale() function so that it actually changes
           the zoom scale even if the user requests a zoom value outside the
           allowed range.  It just uses the max or min allowed value rather than
           doing nothing.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403170
      867756ca
    • Davis King's avatar
      Added a check to the deserialization code for vector_normalizer objects that · d5118107
      Davis King authored
      will detect if the user is trying to deserialize a vector_normalizer_pca object
      into a vector_normalizer.  If so it throws serialization_error.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403169
      d5118107
    • Davis King's avatar
      Added a get_rect() for array2d objects. · 12599d07
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403168
      12599d07
    • Davis King's avatar
      updated the docs · c00e5225
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403167
      c00e5225
    • Davis King's avatar
      Added the bgr_pixel and cv_image objects. · 0d428108
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403166
      0d428108
    • Davis King's avatar
      updated the docs · 6db66130
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403165
      6db66130
    • Davis King's avatar
      Added some typedefs for signed fixed width integers. · 41687ecb
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403164
      41687ecb
  11. 25 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