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 |
|
Flössie
|
2e0137d542
|
Move libc overloads in myfile.h to rtengine:: (fixes #6324)
|
2021-08-07 13:06:02 +02:00 |
|
Ingo Weyrich
|
284fe57159
|
Further reduction of include dependencies
|
2019-10-31 13:29:12 +01:00 |
|
Ingo Weyrich
|
068847eb5a
|
Further cleanup of include dependencies
|
2019-10-29 21:06:27 +01:00 |
|
Morgan Hardwood
|
60b2196bce
|
Updated gnu.org links to use HTTPS
|
2019-09-10 12:34:57 +02:00 |
|
heckflosse
|
9210a56ca4
|
Log filename in case mmap failed
|
2019-02-04 22:18:14 +01:00 |
|
heckflosse
|
d1ba2091a0
|
Make compilation unit rtengine/myfile.cc -Wextra clean, #4155
|
2017-10-25 17:22:42 +02:00 |
|
heckflosse
|
2fcb7d9665
|
Removed bz2 support
|
2017-06-13 21:05:14 +02:00 |
|
heckflosse
|
975330fb97
|
Fix all warnings in myfile.cc
|
2017-03-31 19:31:19 +02:00 |
|
Flössie
|
0bbc84b2af
|
Merge branch 'master' into clang-tidy
|
2016-10-18 17:48:50 +02:00 |
|
heckflosse
|
8df2df664f
|
Cppcheck: some fixes
|
2016-10-17 18:49:15 +02:00 |
|
Flössie
|
0731975ff0
|
Apply modernize-use-nullptr
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
|
2016-10-12 17:48:40 +02:00 |
|
heckflosse
|
c8779c04f5
|
Fix all - 2 cppcheck performance hints
|
2016-07-06 13:04:24 +02:00 |
|
Adam Reichold
|
a2eea7c265
|
Finally fully remove the safegtk module.
|
2016-02-21 10:26:11 +01:00 |
|
Adam Reichold
|
0eab0ebd94
|
Move the two low-level file I/O helper to their respective single place of usage.
|
2016-02-21 10:12:56 +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 |
|
DrSlony
|
16061aad88
|
Removed unused files
|
2015-08-09 20:56:10 +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 |
|