Michaël Van Canneyt
|
1e1b273c67
* Correct TCharArray declaration, disambiguate between widechar/char
|
1 rok temu |
Michaël Van Canneyt
|
7e4aca384f
* Some delphi compatibility issues solved (PtrToNil and TGUID operator)
|
1 rok temu |
Michaël Van Canneyt
|
a3beff94dc
* TStringHelper alias.
|
2 lat temu |
Michael VAN CANNEYT
|
0c17b8e9c6
* String helpers for all string types
|
2 lat temu |
Michael VAN CANNEYT
|
4336599c3a
* Char -> AnsiChar
|
2 lat temu |
Sven/Sarah Barth
|
d24eeffa2b
* fix #40293: have the SysUtils unit use the TArray<> declaration in the ObjPas unit instead of declaring it again
|
2 lat temu |
Bi0T1N
|
eb62a71a5f
Add Delphi-compatible TCurrencyHelper
|
2 lat temu |
Michaël Van Canneyt
|
13548088b7
* Implement case-insensitive version of Equals & Contains. Fix issue #40029
|
2 lat temu |
Michaël Van Canneyt
|
30b0d98636
* Change return type of some functions, so -1 can actually be returned, patch by Zeljko Avramovic (issue 39268).
|
3 lat temu |
Sven/Sarah Barth
|
e65b822a0c
+ add type helpers for the remaining Boolean types (QWordBool and Boolean{8,16,32,64})
|
3 lat temu |
nickysn
|
b878d461c8
* fixed compilation for i8086 and 8-bit targets after r49622. The conditional
|
4 lat temu |
michael
|
e6a593c5fa
* Patch from Zeljko Avramovic to extend ordinal/float helpers
|
4 lat temu |
michael
|
5283049a62
* Patch from Werner Pamler to implement TStringSplitOptions.ExcludeLastEmpty
|
4 lat temu |
michael
|
5f6f5cb864
* Bit helpers for ordinal functions, adapted from batch by Thaddy De Koning (bug ID 0036146)
|
5 lat temu |
svenbarth
|
9d10f21b07
* applied patch by Thaddy de Koning to fix Mantis #35378: correctly declare TNativeIntHelper.MinValue
|
6 lat temu |
michael
|
e4ef17b5c0
* Use SizeInt, let StartsWith/EndsWith handle #0 characters (bug ID 33559)
|
7 lat temu |
florian
|
add418db0e
* properly define Min/Max values of Native*Int helpers, resolves #33543
|
7 lat temu |
marco
|
b33da605f3
* move tendian to objpas, alias in sysutils, types. mantis #31150
|
8 lat temu |
michael
|
9f88f52ddf
* Getters/Setters should be private
|
8 lat temu |
michael
|
42804c935f
* Declare TStringSplitOptions with scopedenum (bug ID 29032)
|
9 lat temu |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
9 lat temu |