-
9f064c1e25
Fixes optional pointers.
Deukhoofd
2020-12-12 11:37:19 +01:00
-
f704a6c2f7
Fixes copy constructor in OptionalBorrowedPtr being broken.
Deukhoofd
2020-12-12 11:30:22 +01:00
-
5ef9d5f6fc
Fixes assignment of raw pointers to smart pointers being broken.
Deukhoofd
2020-12-11 17:27:58 +01:00
-
1119012158
Removes Result class.
Deukhoofd
2020-12-11 17:16:36 +01:00
-
e35129ceed
Fixes destructor.
Deukhoofd
2020-12-11 16:48:07 +01:00
-
577f105c61
Result destructor for _errorMessage.
Deukhoofd
2020-12-11 16:42:58 +01:00
-
fdfd5f05c0
Adds copy operators on Result.
Deukhoofd
2020-12-11 16:38:38 +01:00
-
e3853bf290
Implicitly cast result value to OK result with given value.
Deukhoofd
2020-12-11 16:25:18 +01:00
-
6f932f375f
Fixes style.
Deukhoofd
2020-12-11 16:19:36 +01:00
-
880f476034
Fixes specialization error
Deukhoofd
2020-12-11 16:19:18 +01:00
-
3b4ba7c82b
Add trivial constructors to pointers.
Deukhoofd
2020-12-11 16:14:12 +01:00
-
f7a161c690
Adds new result class to show a functions success or failure.
Deukhoofd
2020-12-11 16:02:18 +01:00
-
0116ed8f4c
Fix specialization error.
Deukhoofd
2020-12-11 15:37:46 +01:00
-
26fea2ac20
Reorganise memory model to make it clear Memory.hpp should be referenced.
Deukhoofd
2020-12-11 15:29:27 +01:00
-
c4a4aedb04
Even more documentation.
Deukhoofd
2020-12-11 15:25:24 +01:00
-
d133b0a6fb
Adds documentation and fixes a couple issues.
Deukhoofd
2020-12-11 15:22:21 +01:00
-
efdce7b74c
Several fixes for new memory model.
Deukhoofd
2020-12-11 15:12:17 +01:00
-
0e6ae18a32
Reworked memory model.
Deukhoofd
2020-12-11 14:58:16 +01:00
-
ea97089e23
Fix build.
Deukhoofd
2020-10-23 16:52:22 +02:00
-
09bc55ec94
Allow disabling signal handling, turn signal handling off by default.
Deukhoofd
2020-10-18 17:18:27 +02:00
-
c445536aed
Fixed issue preventing THROW macro having easy access to sstream.
Deukhoofd
2020-10-15 18:05:51 +02:00
-
c3606c25f6
Replaces some overrides with final for minor performance gains.
Deukhoofd
2020-10-15 17:54:06 +02:00
-
edaa9f496d
Modify THROW macro to use a constexpr function for file name, instead of macro.
Deukhoofd
2020-10-09 13:48:21 +02:00
-
5fcebd4d4d
Implements faster hash mechanic for StringView.
Deukhoofd
2020-10-09 13:23:32 +02:00
-
77e9f3f768
Revert "Make CInterface exported functions be contained in .h files, instead of .cpp."
Deukhoofd
2020-10-02 18:44:29 +02:00
-
dff8c4d15c
Attempt creating a tag file online.
Deukhoofd
2020-09-25 18:11:53 +02:00
-
078f790732
Save docs.
Deukhoofd
2020-09-25 15:13:25 +02:00
-
2479e39320
Sign build file.
Deukhoofd
2020-09-25 15:02:46 +02:00
-
e9ae447273
Include the precompiled header file.
Deukhoofd
2020-09-25 12:46:20 +02:00
-
2e8a7f5fbb
Documents the C Interface.
Deukhoofd
2020-09-25 12:31:37 +02:00
-
9abdbecd17
Make CInterface exported functions be contained in .h files, instead of .cpp.
Deukhoofd
2020-09-25 12:00:44 +02:00
-
178a38db07
Fixed colours in test output on build server.
Deukhoofd
2020-09-25 11:54:23 +02:00
-
3e9fd2bea8
Switch from Catch2 to DocTest for unit tests.
Deukhoofd
2020-09-25 11:50:53 +02:00
-
51c7ba1c50
Use a precompiled header for many std includes.
Deukhoofd
2020-09-25 11:06:55 +02:00
-
87706ffae0
Adds License
Deukhoofd
2020-09-24 19:32:34 +00:00
-
74d7e23056
Style fixes.
Deukhoofd
2020-09-24 21:02:22 +02:00
-
2e93cd65c5
Remove constevals for now, until mingw32-w64 supports it on the build server.
Deukhoofd
2020-09-24 20:54:11 +02:00
-
9d7b2d62b6
Check whether everything has documentation on build
Deukhoofd
2020-09-24 20:48:00 +02:00
-
f20b55b0d5
Lots more documentation.
Deukhoofd
2020-09-24 20:40:21 +02:00
-
31b63d56db
Lots of documentation.
Deukhoofd
2020-09-22 19:32:40 +02:00
-
95f1e818e7
Further build fixes.
Deukhoofd
2020-09-21 18:59:26 +02:00
-
79e6bd4aa1
Fixes for build failing.
Deukhoofd
2020-09-21 18:58:30 +02:00
-
3f4b026071
Header cleanup.
Deukhoofd
2020-09-21 14:01:19 +02:00
-
4a476dcf4c
Try using Ninja instead of make.
Deukhoofd
2020-09-21 13:19:19 +02:00
-
49ca3d0426
Use LLD as linker when we build with Clang.
Deukhoofd
2020-09-21 12:37:34 +02:00
-
514186a1e6
Remove thinlto, causes more issues than it helps.
Deukhoofd
2020-09-18 19:32:50 +02:00
-
38f36699ac
Only use ThinLTO for shared libraries.
Deukhoofd
2020-09-12 16:59:07 +02:00
-
4f8ca03a39
Attempt using RanLib and AR
Deukhoofd
2020-09-12 16:55:27 +02:00
-
b6de3a730b
Use ThinLTO for Clang.
Deukhoofd
2020-09-12 16:50:36 +02:00
-
fedb27790e
Fixed checks for less than 0 on List indexing, as it was always false.
Deukhoofd
2020-08-20 13:27:39 +02:00
-
675407d7f5
Fixed Windows issues.
Deukhoofd
2020-08-20 13:21:39 +02:00
-
8fecd2079a
Remove Windows signal handling for now, as it's causing issues.
Deukhoofd
2020-08-20 13:19:11 +02:00
-
efe902d045
Dont include signal handler in Windows.
Deukhoofd
2020-08-20 13:10:10 +02:00
-
8dac6c632b
Link pthread statically.
Deukhoofd
2020-08-20 12:54:37 +02:00
-
a91a57aa0a
Style fix
Deukhoofd
2020-08-18 19:18:38 +02:00
-
5eb95805f6
Further Windows fixes.
Deukhoofd
2020-08-18 19:15:00 +02:00
-
16b083d927
Tweaks to make Windows happy again hopefully
Deukhoofd
2020-08-18 18:50:03 +02:00
-
c1a207f918
Further fixes for Windows.
Deukhoofd
2020-08-18 18:46:50 +02:00
-
c2655568d7
Fixes for Windows.
Deukhoofd
2020-08-18 18:44:06 +02:00
-
cfcdbfe984
Support for custom signal callbacks.
Deukhoofd
2020-08-18 18:41:18 +02:00
-
d59c13a34d
Allow disabling pretty traces and remove dependency on libdw.
Deukhoofd
2020-08-17 20:08:23 +02:00
-
37b1e16b34
Style fix.
Deukhoofd
2020-08-17 12:05:15 +02:00
-
a665ad3eaf
Set up macros for easier exception throwing.
Deukhoofd
2020-08-17 12:02:42 +02:00
-
a64c2aaca8
Trim whitespace of snippets in stack traces.
Deukhoofd
2020-08-16 19:45:19 +02:00
-
98ff6b3b69
Improves exception stack traces by including inlined functions, and displaying snippets of code.
Deukhoofd
2020-08-16 19:15:45 +02:00
-
010600c76b
Fix unit test
Deukhoofd
2020-08-16 17:35:51 +02:00
-
5c9e58d032
Style fixes.
Deukhoofd
2020-08-16 17:34:58 +02:00
-
73e67b8c5d
Fixed define flag.
Deukhoofd
2020-08-16 17:31:11 +02:00
-
c58bc6f785
Hide some functions that aren't used by Windows from the Windows build.
Deukhoofd
2020-08-16 17:27:09 +02:00
-
5c0c0878a6
Fixed issue where compile options were added too late.
Deukhoofd
2020-08-16 17:24:37 +02:00
-
34ba9331ed
Only add debug symbols on Linux build
Deukhoofd
2020-08-16 17:18:12 +02:00
-
620248f329
Include debug symbols in Release build, rework exception stack trace.
Deukhoofd
2020-08-16 16:59:13 +02:00
-
5a14c712d2
Style fix
Deukhoofd
2020-08-16 10:43:54 +02:00
-
20a7dc55a0
Return a value when stacktrace is empty.
Deukhoofd
2020-08-16 10:41:10 +02:00
-
9726920b7f
Fixes for Windows.
Deukhoofd
2020-08-15 16:14:33 +02:00
-
7de12d53b5
Implements noexcept copy constructor for Exception.
Deukhoofd
2020-08-15 16:14:06 +02:00
-
0a2acc1eea
Link stacktrace to library instead of test executable.
Deukhoofd
2020-08-15 14:58:44 +02:00
-
34362a2cd7
Style fixes.
Deukhoofd
2020-08-15 14:54:19 +02:00
-
faaa4cdc9b
Make C Interface return stack.
Deukhoofd
2020-08-15 14:52:15 +02:00
-
f158dbf8a2
Throw all exceptions with Arbutils exception.
Deukhoofd
2020-08-15 14:50:17 +02:00
-
3e96d2fd76
Dont include test for stack trace on Windows.
Deukhoofd
2020-08-15 14:32:38 +02:00
-
168c45cb3b
Further fixes for Exception class on Windows.
Deukhoofd
2020-08-15 14:25:27 +02:00
-
c7d18db8b7
Completely not include the stacktrace on Windows.
Deukhoofd
2020-08-15 14:22:32 +02:00
-
e778b61839
Don't use stacktrace on Windows.
Deukhoofd
2020-08-15 14:19:36 +02:00
-
002902eed9
Dont include stack trace test in valgrind.
Deukhoofd
2020-08-15 14:05:22 +02:00
-
1dee4cd4a8
Better handling for Exception stack trace testing.
Deukhoofd
2020-08-15 13:59:10 +02:00
-
5ac7654be1
Add option to get depth of stack trace.
Deukhoofd
2020-08-15 13:48:34 +02:00
-
f29e111b78
Support new exception type with stack trace.
Deukhoofd
2020-08-15 13:31:16 +02:00
-
fb6b04bf03
Style Fix
Deukhoofd
2020-08-10 17:22:47 +02:00
-
6e7a28d754
Support for swapping in a UniquePtrList.
Deukhoofd
2020-08-10 17:20:37 +02:00
-
08952c86d0
Support for passing parameters to list to construct item in list.
Deukhoofd
2020-08-09 10:47:41 +02:00
-
d18e2c080c
Style fix..
Deukhoofd
2020-08-08 12:22:28 +02:00
-
74ebb40afc
Fixes build.
Deukhoofd
2020-08-08 12:20:20 +02:00
-
93e14af1e8
Trigger new build.
Deukhoofd
2020-08-08 12:19:01 +02:00
-
0d9ea1d3a3
Changes empty static StringView, as it caused conflicts with older Empty bool checker.
Deukhoofd
2020-08-08 12:09:23 +02:00
-
f330e8a9e0
Fixes naming.
Deukhoofd
2020-08-08 11:41:21 +02:00
-
d8c3fe1436
Add support for simple empty StringView.
Deukhoofd
2020-08-08 11:26:46 +02:00
-
18c7c3ddcb
Remove thread_local as it causes issues with shared library linking.
Deukhoofd
2020-07-28 19:24:35 +02:00
-
1000893652
Make C Interface exceptions thread local.
Deukhoofd
2020-07-28 18:35:42 +02:00
-
5fda89bc72
Add support for setting and taking ownership on a pointer in UniquePtrList.
Deukhoofd
2020-07-25 14:28:00 +02:00