Daniel Gao
711f274403
Get rid of relative include paths
...
* Use target_include_directories to specify include paths
* Specify project root (parent of rtgui and rtengine) as include path
* Replace relative includes with normal includes
2024-11-16 17:20:02 -05:00
Ingo Weyrich
b2218d05dd
clip negative output of demosaicers to zero, #5561
2019-12-12 18:45:18 +01:00
Ingo Weyrich
03c0d6c86c
Some cleanups, also fix some fallouts from reduce_include_dependencies branch
2019-11-05 20:31:17 +01:00
Ingo Weyrich
ec3ba6d9b8
renamed sleef.c to sleef.h
2019-11-03 17:03:40 +01:00
Ingo Weyrich
284fe57159
Further reduction of include dependencies
2019-10-31 13:29:12 +01:00
Morgan Hardwood
60b2196bce
Updated gnu.org links to use HTTPS
2019-09-10 12:34:57 +02:00
Ingo Weyrich
80c3eb6ac3
fix clang warnings on non SSE builds
2019-08-16 17:11:14 +02:00
Ingo Weyrich
55a2aae381
cppcheck: further fixes
2019-08-08 22:17:00 +02:00
Morgan Hardwood
5b50b2d059
Various interface fixes, closes #5211
2019-03-25 01:53:07 +01:00
Floessie
17bec0a2e5
Merge pull request #5197 from Beep6581/relax-procparam-dependency
...
Relax dependency from `procparams.h`
2019-03-11 15:14:00 +01:00
heckflosse
b0a7b5fed3
tiles per thread for some more tiled algorithms, #5203
2019-03-09 18:47:02 +01:00
heckflosse
77475a3827
configurable tiles per thread also for rcd, #5203
2019-03-03 17:29:19 +01:00
Flössie
0cbc4923bc
Relax dependency from procparams.h
2019-02-28 20:44:50 +01:00
heckflosse
192e29416a
Call border interpolation from amaze only if border < 4
2018-06-29 13:45:13 +02:00
heckflosse
a79b53f5f1
Changed border interpolation for amaze demosaic, #4642
2018-06-28 19:23:17 +02:00
heckflosse
41c1f21c76
Pixelshift: replaced checkbox to use lmmse by a combobox to allow further demosaicers for parts with motion, #4579
2018-06-01 19:13:59 +02:00
luz.paz
c3c3ceac79
Misc. typos
...
Found via `codespell`
+ removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
2018-02-14 14:07:18 -05:00
heckflosse
96bf06a950
Removed most of the __x86_64__ dependencies. Also removed _RT_NESTED_OPENMP
2018-01-23 16:05:31 +01:00
Flössie
e6e4bfa350
Merge branch 'dev' into procparams-cleanup
2017-12-05 18:23:48 +01:00
heckflosse
80fca667e2
Fix crash bug in raw ca correction when width is odd, also fix two overruns detected by adress sanitizer, fixes #4202
2017-11-29 23:06:53 +01:00
Flössie
e0f7c1358b
procparams.h
cleanup - Part 2
...
TODO:
- Add c'tors and find all defaults
- Remove `setDefaults()` in favour of c'tors
- Add `operator ==()` to `struct`s
2017-11-17 17:05:46 +01:00
heckflosse
37243d9cd6
Pixelshift: new beta realease
2017-01-13 21:35:11 +01:00
Flössie
2e9f3fb9dc
Applied clang-tidy
on rtengine/FTblockDN.cc
...
- Applied `clang-tidy` 3.8 with these checks and `-fix`:
google-readability-casting,modernize-redundant-void-arg,
modernize-use-bool-literals,modernize-use-nullptr,
modernize-use-override,readability-braces-around-statements,
readability-container-size-empty,
readability-inconsistent-declaration-parameter-name,
readability-redundant-control-flow,readability-redundant-string-cstr,
readability-redundant-string-init,readability-simplify-boolean-expr,
readability-static-definition-in-anonymous-namespace
- Renamed last occurrences of `ULIM` to `median`
- Removed double include of `median.h` from `rtengine/rawimagesource.cc`
(found by Ingo)
2016-07-09 12:52:59 +02:00
Flössie
787a892737
Make further use of median()
and replace ULIM
and ULIMV
( #3346 )
2016-06-26 15:14:45 +02:00
heckflosse
78d2d65e2a
Fix some aligned access to unaligned memory
2016-01-29 23:26:23 +01:00
heckflosse
91f240d057
Disabled benchmark code in Amaze demosaic
2016-01-27 00:22:54 +01:00
heckflosse
ded93005d9
removed streaming code because after adding _mm_mfence() it wasn't faster than the non SSE memset
2016-01-26 23:27:52 +01:00
heckflosse
ee665d6790
Amaze Demosaic: Speedup, cleaned code, changed nyquist code
2016-01-26 13:10:38 +01:00
heckflosse
2017a0e592
Code review and speedup for Amaze Demosaic
2016-01-24 01:44:35 +01:00
heckflosse
4272e2e167
Simlified use of StopWatch and included example into amaze demosaic
2015-11-27 23:19:45 +01:00
heckflosse
929c0ad1b3
Removed Stopwatches
2015-10-03 00:17:18 +02:00
heckflosse
d05754fbf8
Reduced updates to progress bar for amaze demosaic
2015-10-02 23:03:32 +02:00
DrSlony
0e0cfb9b25
Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
2015-08-11 11:55:03 +02:00
DrSlony
effb46c3e1
Line endings
2015-08-11 11:53:44 +02:00
torger
d5ca351c20
Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility)
2015-07-10 12:00:36 +02:00