Hayden
|
1305ff92f7
Make parser treat all exponent literals as float
|
3 years ago |
Hayden Leete
|
018de19eba
Added hex and bin literal support to Expression parser
|
3 years ago |
bruvzg
|
8e79c5fb8d
Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scripts and expressions.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
49d8925713
Merge pull request #47294 from sebastian-heinz/patch-1
|
3 years ago |
sebastian-heinz
|
be90aadbcd
allow variant construction in expressions
|
3 years ago |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Hugo Locurcio
|
4bd5e4fd9b
Use the standard C `INFINITY` and `NAN` constants directly
|
4 years ago |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 years ago |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
bruvzg
|
644f739660
Static analyzer fixes:
|
4 years ago |
reduz
|
635d33dc6c
Refactor variant built-in methods yet again.
|
4 years ago |
reduz
|
5288ff538d
Create Variant built-in functions.
|
4 years ago |
reduz
|
221a2a1742
Refactored variant constructor logic
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
reduz
|
05de7ce6ca
Refactored variant setters/getters
|
4 years ago |
Yuri Roubinsky
|
38fb26794b
Exposed randi_range to global funcs + renamed rand_range to randf_range
|
5 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Aaron Franke
|
56e2c6c704
Make all String float conversion methods be 64-bit
|
5 years ago |
Rémi Verschelde
|
a8a2769bb6
Merge pull request #38713 from aaronfranke/string-64bit
|
5 years ago |
Aaron Franke
|
bb8aa107fd
Remove 32-bit String to_int method
|
5 years ago |
ntfs.hard
|
ec164b2301
Fix for Expression class: inner string can be single quoted
|
5 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Rémi Verschelde
|
69de7ce38c
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rafał Mikrut
|
359bebd8c0
Fix out of bound array access caused by unassigned variable
|
5 years ago |