Stephen Shkardoon
|
23f2a2fc9f
|
Use _WIN32 instead of WIN32 to detect Windows
`WIN32` is not defined when building a 64-bit executable on Windows with Clang. `_WIN32` is the more appropriate option here.
http://web.archive.org/web/20191012035921/http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system contains a handy table/matrix of the options and why this is best.
|
2023-08-13 17:09:49 +12:00 |
|
Lawrence Lee
|
c557b320c2
|
Refresh cached image data if sidecar is changed
|
2023-05-14 18:18:27 -07:00 |
|
Desmis
|
e573de78b4
|
merge with dev
|
2020-03-19 13:40:11 +01:00 |
|
Ingo Weyrich
|
06be849a31
|
Finally eliminate aehistograms cache folder, #4904
|
2020-02-13 16:07:30 +01:00 |
|
Desmis
|
d645dc5951
|
merge with dev
|
2019-11-28 06:50:05 +01:00 |
|
Ingo Weyrich
|
04b08741ee
|
Further cleanups
|
2019-11-27 18:55:20 +01:00 |
|
Ingo Weyrich
|
033d9fe02a
|
Merge branch 'dev' into newlocallab
|
2019-11-04 23:01:33 +01:00 |
|
Ingo Weyrich
|
6935faa258
|
Further cleanup of include dependencies
|
2019-10-30 22:12:06 +01:00 |
|
Desmis
|
0711373021
|
Merge with dev
|
2019-09-11 08:35:25 +02:00 |
|
Morgan Hardwood
|
60b2196bce
|
Updated gnu.org links to use HTTPS
|
2019-09-10 12:34:57 +02:00 |
|
Desmis
|
2b9468e9f8
|
merge with dev
|
2019-06-04 18:29:58 +02:00 |
|
heckflosse
|
df65774667
|
Fix calculation of reserve
|
2019-06-04 17:52:39 +02:00 |
|
Flössie
|
f9c44f2e47
|
Some minor cleanups and optimizations
|
2019-06-03 09:19:46 +02:00 |
|
heckflosse
|
25fdf2114e
|
Change thumbnail cache eviction strategy
|
2019-06-01 16:56:10 +02:00 |
|
Desmis
|
c3bd22f337
|
merge with dev
|
2018-12-19 15:16:18 +01:00 |
|
heckflosse
|
e91df4d59f
|
Closing RT is slow on Windows when cache folder contains a lot of files, fixes #5083
|
2018-12-11 15:57:17 +01:00 |
|
U-PC-BUREAU\jacques
|
b9c7fa80da
|
merge with dev
|
2018-11-01 08:37:28 +01:00 |
|
heckflosse
|
d65767a022
|
Delete cache file from cache/data when using delete from cache full, #4904
|
2018-10-31 22:21:43 +01:00 |
|
heckflosse
|
bfe2ce7fe1
|
Don't check for .jpg, .cust, .cust16 files in cache/images folder, #4904
|
2018-10-31 20:52:16 +01:00 |
|
heckflosse
|
473e4bc236
|
clear cache data folder, #4904
|
2018-10-31 17:22:03 +01:00 |
|
heckflosse
|
310e734391
|
Don't create aehistograms folder in RT cache, #4904
|
2018-10-31 16:21:26 +01:00 |
|
U-PC-BUREAU\jacques
|
bda6ad9235
|
Suppress Mip in preferences and cachemanager
|
2018-10-10 10:30:03 +02:00 |
|
Desmis
|
d204369f83
|
merge with dev
|
2017-07-06 18:10:25 +02:00 |
|
heckflosse
|
21d388d7ee
|
Add a forgotten ;
|
2017-07-04 15:25:49 +02:00 |
|
heckflosse
|
11e3a72134
|
Small speedup for file browser
|
2017-07-04 15:20:00 +02:00 |
|
heckflosse
|
2492001c50
|
merged dev into locallab_dev
|
2017-05-03 14:15:52 +02:00 |
|
Desmis
|
894fcf5734
|
Improve cachemanager for mip files
|
2017-02-16 08:01:23 +01:00 |
|
Desmis
|
c2f161b280
|
add hash number MD5 to mip files
|
2017-02-14 13:16:13 +01:00 |
|
Desmis
|
161a56eec5
|
Fixed crash and add suppress bad message in history and mip in cache
|
2017-02-14 08:09:42 +01:00 |
|
Floessie
|
6b6c08028d
|
Merge pull request #3677 from Beep6581/idle_register
Add `IdleRegister` to deal with destruction while idle func is queued
|
2017-02-13 16:24:00 +01:00 |
|
Flössie
|
79ff7f5997
|
Replace all add_idle() s with IdleRegister
|
2017-02-10 21:22:42 +01:00 |
|
Flössie
|
242b7a86cf
|
Fix FreeBSD compile error (fixes #3566)
|
2017-02-10 20:20:48 +01:00 |
|
heckflosse
|
80085787a1
|
limit number of file attributes
|
2016-02-01 17:20:03 +01:00 |
|
Adam Reichold
|
d99e899774
|
Fix #3122 by properly splitting out the MD5 part of the data file name to get the base file name when limiting the cache.
|
2016-01-27 19:33:33 +01:00 |
|
Adam Reichold
|
7d28c2531c
|
Fix #3067 by including the memory header directly into the cache manager.
|
2016-01-07 19:18:49 +01:00 |
|
Adam Reichold
|
f66e838eb9
|
Fix enforcing the cache size limit and modernize the cache manager.
|
2016-01-04 21:02:40 +01:00 |
|
Adam Reichold
|
f77ca41a6f
|
Fix usage of the double-checked locking (anti-)pattern in the cache manager singleton.
|
2015-11-28 14:53:27 +01: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 |
|