16 Commits

Author SHA1 Message Date
Even Rouault
7e81226b51 Replace toUtf8().data() by toUtf8().constData()
All your uses of toUtf8().data() actually just need a const char*
So use constData() that is semantically more correct, and documented
to be faster.

From http://doc.qt.io/qt-5/qbytearray.html#data
"For read-only access, constData() is faster because it never
causes a deep copy to occur."
2018-10-07 07:23:42 +10:00
Juergen E. Fischer
1192f949ec * osgeo4w: build pdbs for releases
* disable copying of reports without feedback
2018-08-18 11:24:21 +02:00
Nyall Dawson
1c615c15cc More documentation compliance
Use Qt style "returns .." tense instead of "return ..", and lock
this in with a documentation compliance unit test
2018-05-25 15:09:00 +10:00
Juergen E. Fischer
ec17f0fa34 fix release build on windows
(cherry picked from commit a0a0392159fba7639f4811f70826a2c6d66a13f9)
2018-02-24 21:51:08 +01:00
Alessandro Pasotti
6eac6ac8cb [cmake] MXE build changes 2018-02-08 09:30:09 +01:00
Nyall Dawson
3e1b99be69 Remove a bunch of Qt4 compatibility code 2018-02-06 22:39:42 +11:00
Nathan Woodrow
a934060d4c Fix Windows build warnings 2018-01-09 13:45:32 +10:00
Nathan Woodrow
39d4d9abac
Crashhandler allthreads (#6013)
* [CrashHandler] Suspend all threads on crash
2018-01-09 09:23:17 +10:00
Nyall Dawson
f8d839519f Fix indentation 2017-11-23 15:43:17 +10:00
Nathan Woodrow
702dfdab5d Tweak crash message 2017-11-13 17:28:09 +10:00
Nathan Woodrow
82644fb37f uh oh ;) 2017-11-13 11:58:29 +10:00
Nathan Woodrow
e4596052c0 Add local symbols to stack trace in crash 2017-11-12 19:58:08 +10:00
Nathan Woodrow
e1b76e01ca [FIX] Make the correct location for crash report 2017-11-10 09:14:17 +10:00
Juergen E. Fischer
a1024905bf fix windows warnings 2017-11-07 21:44:54 +01:00
Nyall Dawson
e47479b325 Mingw fixes 2017-11-07 10:38:43 +10:00
Nathan Woodrow
ee59abf030
Improved out of process crash handler (#5543)
* Add out of process crash handler for better crash handling.
2017-11-06 15:18:07 +10:00