Matthias Koefferlein
|
a8eaead404
|
Enhanced tl::Variant so it can capture all possible default values. Added a self-diagnosis step in debug builds.
|
2024-07-20 19:57:11 +02:00 |
Matthias Koefferlein
|
424ead4d9a
|
Some enhancements to expression parser:
- upcase() and downcase() functions
- type error messages indicate argument number
|
2024-04-18 22:02:46 +02:00 |
Matthias Koefferlein
|
2b4a583f05
|
Update copyright year
|
2024-01-01 17:27:59 +01:00 |
Matthias Koefferlein
|
f685fe3adf
|
WIP: keyword arguments for expressions
|
2023-12-28 01:03:21 +01:00 |
Matthias Koefferlein
|
a85dbd3d31
|
Updating copyright notice to 2023
|
2023-01-01 22:27:22 +01:00 |
Matthias Koefferlein
|
d0fc4b86b4
|
Fixed a compiler warning
|
2022-05-29 12:06:14 +02:00 |
Matthias Koefferlein
|
981db08dea
|
More automatic conversion of int to enum and vice versa + automatic object-to-variant conversion when supplying to_int, to_double or to_variant functions. Discussion 2052.
|
2022-04-04 01:09:19 +02:00 |
Matthias Koefferlein
|
12fd26663d
|
Merge branch 'qt6'
|
2022-01-06 21:48:02 +01:00 |
Matthias Koefferlein
|
10456516db
|
Updated copyright to 2022, preparations for 0.27.6 (was delayed due to code signing certificate issues)
|
2022-01-04 21:20:04 +01:00 |
Matthias Koefferlein
|
132ad2ed8d
|
WIP: removing need to tl::type_traits
|
2021-11-29 22:54:28 +01:00 |
Matthias Koefferlein
|
31cc8f32e2
|
Fixed #787 - the results of const reference return values need to be copied as the holder object may go out of scope
|
2021-05-02 23:00:38 +02:00 |
Matthias Koefferlein
|
372a42e84a
|
Renamed test files so that debugger doesn't get confused
|
2021-01-23 20:40:10 +01:00 |