Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
bctoolbox
Commits
a66d83ff
Commit
a66d83ff
authored
2 years ago
by
Simon Morlat
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/release/5.2' into merge/release/5.2
parents
c1a10ffa
c2e61c5a
master
enable/mbedtls_debug
feature/coding-style
feature/unitTestInCpp
fix/cpu_weight
fix/duplicated-logs
fix/runtime_errors
ios_remove_use_of_application_state_5_3
merge/release/5.2
release/5.3
release/5.4
5.5.0-alpha
5.4.0
5.4.0-beta
5.4.0-alpha
5.3.106
5.3.105
5.3.104
5.3.102
5.3.101
5.3.100
5.3.99
5.3.97
5.3.96
5.3.95
5.3.94
5.3.93
5.3.92
5.3.90
5.3.89
5.3.88
5.3.87
5.3.86
5.3.85
5.3.84
5.3.83
5.3.81
5.3.79
5.3.77
5.3.74
5.3.73
5.3.72
5.3.71
5.3.70
5.3.69
5.3.68
5.3.67
5.3.65
5.3.64
5.3.63
5.3.62
5.3.61
5.3.60
5.3.59
5.3.58
5.3.57
5.3.56
5.3.55
5.3.54
5.3.53
5.3.52
5.3.51
5.3.50
5.3.49
5.3.46
5.3.45
5.3.44
5.3.42
5.3.41
5.3.38
5.3.37
5.3.36
5.3.35
5.3.34
5.3.33
5.3.29
5.3.27
5.3.26
5.3.25
5.3.24
5.3.23
5.3.22
5.3.21
5.3.19
5.3.18
5.3.15
5.3.13
5.3.12
5.3.11
5.3.10
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.1
5.3.0
5.3.0-beta
5.3.0-alpha
1 merge request
!206
Add error handlers to catch stack trace on error. Available for Windows...
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
CHANGELOG.md
+10
-0
CHANGELOG.md
include/bctoolbox/charconv.h
+41
-1
include/bctoolbox/charconv.h
include/bctoolbox/ios_utils.hh
+1
-1
include/bctoolbox/ios_utils.hh
include/bctoolbox/port.h
+6
-1
include/bctoolbox/port.h
src/CMakeLists.txt
+12
-1
src/CMakeLists.txt
src/conversion/charconv.cc
+16
-1
src/conversion/charconv.cc
src/conversion/charconv_android.cc
+15
-2
src/conversion/charconv_android.cc
src/conversion/charconv_windows.cc
+27
-1
src/conversion/charconv_windows.cc
src/logging/logging.c
+5
-0
src/logging/logging.c
src/utils/ios_utils.mm
+17
-0
src/utils/ios_utils.mm
src/utils/port.c
+6
-0
src/utils/port.c
src/utils/win_utils.cc
+281
-0
src/utils/win_utils.cc
with
437 additions
and
8 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets