1. 15 Sep, 2017 2 commits
  2. 08 Sep, 2017 1 commit
  3. 03 Aug, 2017 1 commit
  4. 29 Jul, 2017 1 commit
  5. 20 Jul, 2017 1 commit
  6. 18 Jul, 2017 1 commit
  7. 17 Jul, 2017 1 commit
  8. 04 Jul, 2017 1 commit
  9. 03 Jul, 2017 1 commit
    • Tony Lian's avatar
      Merge pull request #9075 from TonyLianLong:master · c8783f3e
      Tony Lian authored
      Remove unnecessary Non-ASCII characters from source code (#9075)
      
      * Remove unnecessary Non-ASCII characters from source code
      
      Remove unnecessary Non-ASCII characters and replace them with ASCII
      characters
      
      * Remove dashes in the @param statement
      
      Remove dashes and place single space in the @param statement to keep
      coding style
      
      * misc: more fixes for non-ASCII symbols
      
      * misc: fix non-ASCII symbol in CMake file
      c8783f3e
  10. 01 Jul, 2017 1 commit
  11. 30 Jun, 2017 1 commit
  12. 14 Jun, 2017 1 commit
  13. 09 Jun, 2017 1 commit
  14. 03 Jun, 2017 1 commit
  15. 24 May, 2017 2 commits
  16. 22 May, 2017 1 commit
  17. 12 May, 2017 1 commit
  18. 25 Apr, 2017 1 commit
  19. 11 Apr, 2017 1 commit
  20. 22 Dec, 2016 1 commit
  21. 20 Oct, 2016 1 commit
  22. 07 Oct, 2016 1 commit
  23. 30 Sep, 2016 1 commit
  24. 19 Aug, 2016 1 commit
  25. 26 Jul, 2016 1 commit
  26. 07 Apr, 2016 1 commit
  27. 18 Dec, 2015 1 commit
  28. 15 Dec, 2015 3 commits
  29. 14 Dec, 2015 1 commit
    • Sergey Alexandrov's avatar
      Do not modify input parameter in MergeDebevec · 08b30580
      Sergey Alexandrov authored
      MergeDebevec takes camera response function as an optional input
      parameter. Despite being clearly marked as input, this matrix is
      overwritten during processing.
      
      This commit adds a temporary matrix to store the log response and avoid
      modification of the input.
      08b30580
  30. 09 Dec, 2015 1 commit
  31. 27 Nov, 2015 1 commit
  32. 20 Oct, 2015 1 commit
  33. 23 May, 2015 1 commit
  34. 14 May, 2015 3 commits