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 |
|
heckflosse
|
2710bcdcec
|
Fix a warning and a crash
|
2016-07-02 23:03:58 +02:00 |
|
heckflosse
|
4236fd0545
|
Add milliseconds to queue params file, fixes #3363
|
2016-07-01 13:33:05 +02:00 |
|
Adam Reichold
|
ad45ba6df1
|
Remove one last instance of the obsolete PROTECT_VECTORS macro that was accidentally reintroduced during rebasing.
|
2016-02-21 10:45:25 +01:00 |
|
Adam Reichold
|
a2eea7c265
|
Finally fully remove the safegtk module.
|
2016-02-21 10:26:11 +01:00 |
|
Adam Reichold
|
bcda68f6e0
|
Remove the last safe directory listing functions.
|
2016-02-21 10:12:56 +01:00 |
|
Adam Reichold
|
747a28014b
|
Begin removing simple pass-through wrapper for POSIX-style file system functions from safegtk module.
|
2016-02-21 10:07:57 +01:00 |
|
Adam Reichold
|
b6ffe04c46
|
Try to fix #3131 by opening the batch queue CSV file in binary mode to prevent any unwanted implicit text codec conversion on Windows.
|
2016-02-05 21:20:25 +01:00 |
|
Adam Reichold
|
17d9309f1c
|
Remove PROTECT_VECTORS option since either program is correct without locking or it is not, especially since std::vector is definitely not thread-safe on all major platforms.
|
2016-01-30 20:39:54 +01:00 |
|
Adam Reichold
|
260e1f808f
|
Fix #3113 by changing the destruction order in the batch queue, so that the accelerator group reference-counted pointer is destructed after the menu to silence the otherwise resulting Gtk+ RTTI warnings.
|
2016-01-26 21:53:36 +01:00 |
|
Adam Reichold
|
9a0d19ac24
|
Fix #3104, i.e. the batch queue context menu, by binding a reference instead of the initial value of the vector.
|
2016-01-17 16:32:03 +01:00 |
|
Adam Reichold
|
b5a7037e4f
|
Fix a shadowed indirect header dependency in the batch queue to close #3074.
|
2016-01-09 10:50:29 +01:00 |
|
Adam Reichold
|
547b969ed4
|
Rewrite the routines to save and load the batch queue using iostreams.
|
2016-01-06 19:53:02 +01:00 |
|
Adam Reichold
|
b85e9c623f
|
Copy-edit some methods of the batch queue to test usage of C++11's auto variables and lambda functions.
|
2016-01-06 19:53:02 +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 |
|
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 |
|