|
|
@85463
|
4 years |
vboxsync |
FE/Qt: bugref:9686, bugref:9510. Small cleanup
|
|
|
@85228
|
4 years |
vboxsync |
iprt/string.h: Shut up sign conversion warnings. bugref:9790
|
|
|
@85211
|
4 years |
vboxsync |
iprt/string.h: Signed fix in RTStrPutCp for Clang11. bugref:9790
|
|
|
@85154
|
4 years |
vboxsync |
IPRT: Added RTStrSplit + testcases.
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@84207
|
5 years |
vboxsync |
IPRT: Added two flags to the %Rhxs formatter type to control the …
|
|
|
@84054
|
5 years |
vboxsync |
IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
|
|
|
@83994
|
5 years |
vboxsync |
IPRT/string.h: Document status code formatting in IN_RT_STATIC builds …
|
|
|
@83886
|
5 years |
vboxsync |
IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr …
|
|
|
@83168
|
5 years |
vboxsync |
iprt/string.h: Adding %RTeic and %RTeim format types for handling …
|
|
|
@83166
|
5 years |
vboxsync |
iprt/string.h: Adding %RTeic and %RTeim format types for handling …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@81926
|
5 years |
vboxsync |
IPRT: Added 32-bit memchr variant. Prepared 16 and 64 bit ones too.
|
|
|
@80764
|
5 years |
vboxsync |
IPRT: Optimized RTEnvPutEx. bugref:9341
|
|
|
@80565
|
5 years |
vboxsync |
IPRT/string.h: Added hexformatting variants that takes an additional …
|
|
|
@80496
|
5 years |
vboxsync |
IPRT/string.h: Added added two more human readable size formatting …
|
|
|
@80358
|
5 years |
vboxsync |
iprt/string.h: Fixed RTStrStartsWith and RTStrIStartsWith return code …
|
|
|
@79562
|
5 years |
vboxsync |
IPRT: Added RTSTRCONVERTHEXBYTES_F_SEP_COLON as well as a …
|
|
|
@79013
|
5 years |
vboxsync |
IPRT/process-creation-posix.cpp: Try to dynamically resolve crypt_r on …
|
|
|
@76585
|
6 years |
vboxsync |
*: scm --fix-header-guard-endif
|
|
|
@76557
|
6 years |
vboxsync |
include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76507
|
6 years |
vboxsync |
/include: scm --fix-header-guards. bugref:9344
|
|
|
@76408
|
6 years |
vboxsync |
iprt/string.h: Dropped including utf16.h and let those who need it …
|
|
|
@76349
|
6 years |
vboxsync |
iprt/string.h: Don't include iprt/latin1.h and thereby iprt/err.h. …
|
|
|
@74708
|
6 years |
vboxsync |
iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters.
|
|
|
@74594
|
6 years |
vboxsync |
iprt/string.h: Fix pasto in comment for RTStrToUInt32()
|
|
|
@73935
|
6 years |
vboxsync |
iprt/string.h: Save 8 bytes in RTSTRSPACECORE on 64-bit systems.
|
|
|
@73914
|
6 years |
vboxsync |
iprt/string.h: Moved %RJs to %RMjs. Addressed escaping of non-ASCII …
|
|
|
@73909
|
6 years |
vboxsync |
iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
|
|
|
@73801
|
6 years |
vboxsync |
IPRT/strformatter: Added %RJs for formatting JSON quoted strings. …
|
|
|
@71605
|
7 years |
vboxsync |
iprt/string.h: Added RT_COPY_VOLATILE & RT_BCOPY_VOLATILE for helping …
|
|
|
@70092
|
7 years |
vboxsync |
IPRT: Added RTStrNICmpAscii.
|
|
|
@69833
|
7 years |
vboxsync |
iprt/string.h: Adding %Rhcb + %Rhci for human readable size formatting …
|
|
|
@69105
|
7 years |
vboxsync |
include/iprt/: (C) year
|
|
|
@69016
|
7 years |
vboxsync |
iprt/string.h: Added hex dump formatting alternative %RhxD for …
|
|
|
@67769
|
7 years |
vboxsync |
iprt/string.h: removed C++ hack for the 'new' keyword. We don't need …
|
|
|
@67334
|
7 years |
vboxsync |
IPRT: Added RTStrToUtf16BigEx and RTStrToUtf16Big for turning UTF-8 …
|
|
|
@66882
|
8 years |
vboxsync |
iprt: Added RTUINT256U and RTUINT512U. Hacked up simple formatting …
|
|
|
@66732
|
8 years |
vboxsync |
iprt/string.h,iprt/utf16.h: Added some big endian UTF-16 related …
|
|
|
@66361
|
8 years |
vboxsync |
IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
|
|
|
@66284
|
8 years |
vboxsync |
Runtime: introduced 'RKv' format specifier
|
|
|
@64340
|
8 years |
vboxsync |
IPRT: Introducing RTStrPrintf2, RTStrPrintf2V, RTStrPrintf2Ex, and …
|
|
|
@63313
|
8 years |
vboxsync |
iptr/string.h: support for NetBSD R0 code.
From Haomai Wang GSoC …
|
|
|
@63236
|
8 years |
vboxsync |
iptr/string.h: All supported releases of FreeBSD have memrchr(3) in …
|
|
|
@63188
|
8 years |
vboxsync |
iprt/string.h: NetBSD declares memrchr(3) in its <string.h> in all …
|
|
|
@62930
|
8 years |
vboxsync |
RTUtf16PurgeEncoding: Optimized it a little, adding debug assertion …
|
|
|
@62916
|
8 years |
vboxsync |
RTStrPurgeEncoding: Optimized it a little, adding debug assertion for …
|
|
|
@62473
|
8 years |
vboxsync |
(C) 2016
|
|
|
@60603
|
9 years |
vboxsync |
Assorted compile fixes for FreeBSD
|
|
|
@60028
|
9 years |
vboxsync |
iprt: Added simple (and untested) RTAsn1Integer_ToString implemented. …
|
|
|
@59067
|
9 years |
vboxsync |
IPRT: Added RTStrStartsWith and RTStrIStartsWith.
|
|
|
@57941
|
9 years |
vboxsync |
iprt/string.h: split out the UTF-16 and Latin-1 parts.
|
|
|
@57927
|
9 years |
vboxsync |
IPRT: Doxygen clenaups (mostly).
|
|
|
@57926
|
9 years |
vboxsync |
IPRT: Doxygen clenaups (mostly).
|
|
|
@57722
|
9 years |
vboxsync |
iprt/string.h: Provide memrchr on platforms which doesn't have it.
|
|
|
@57719
|
9 years |
vboxsync |
iprt/string.h: Added RTStrOffCharOrTerm.
|
|
|
@57184
|
9 years |
vboxsync |
include/iprt/string.h: hack for Linux 4.2
|
|
|
@57004
|
9 years |
vboxsync |
iprt,*: Marked all format strings in the C part of IPRT and fixed the …
|
|
|
@56980
|
9 years |
vboxsync |
iprt/string.h: Moved RT_IPRT_FORMAT_ATTR on inline functions to make …
|
|
|
@56919
|
9 years |
vboxsync |
Introducing RT_IPRT_FORMAT_ATTR for the purpose of marking functions …
|
|
|
@56291
|
9 years |
vboxsync |
include: Updated (C) year.
|
|
|
@53615
|
10 years |
vboxsync |
doxygen fixes.
|
|
|
@52944
|
10 years |
vboxsync |
IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
|
|
|
@51770
|
10 years |
vboxsync |
Merged in iprt++ dev branch.
|
|
|
@50793
|
11 years |
vboxsync |
iprt: Added RTSTR_VALIDATE_ENCODING_EXACT_LENGTH for …
|
|
|
@50792
|
11 years |
vboxsync |
IPRT: Added RTUtf16ValidateEncodingEx, RTUtf16ValidateEncoding and …
|
|
|
@46010
|
12 years |
vboxsync |
iprt/string.h: Added RTStrIsCaseFoldable, RTStrIsUpperCased and …
|
|
|
@45392
|
12 years |
vboxsync |
iprt/string.h: comment fix.
|
|
|
@43214
|
12 years |
vboxsync |
RTStrIsIpAddr[46] -> RTNetIsIpv\1AddrStr; made the buggers return bool …
|
|
|
@43171
|
12 years |
vboxsync |
Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
|
|
|
@40938
|
13 years |
vboxsync |
runtime: backed out r77481,r77482,r77483,r77484,r77485
|
|
|
@40931
|
13 years |
vboxsync |
linux: 3.4-rc3 build fix [-fpermissive]
|
|
|
@40771
|
13 years |
vboxsync |
iprt/string.h: comment fixes
|
|
|
@40507
|
13 years |
vboxsync |
iprt/string.h: indent.
|
|
|
@40123
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40091
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40071
|
13 years |
vboxsync |
Runtime/strings: add Utf-8 and Utf-16 sanitising to a white list of …
|
|
|
@40052
|
13 years |
vboxsync |
IPRT: Added string hashing API (RTStrHash1*).
|
|
|
@38658
|
13 years |
vboxsync |
IPRT: , and are now deprecated, the conversion to local codeset …
|
|
|
@37964
|
13 years |
vboxsync |
Register formatting in strformatrt.cpp (for logging).
|
|
|
@37871
|
13 years |
vboxsync |
iprt/string.h: build fix for some FreeBSD versions which declare …
|
|
|
@36638
|
14 years |
vboxsync |
addendum to r71078: there is another limit of 15 bytes required
|
|
|
@36625
|
14 years |
vboxsync |
iprt/string.h: Adjusted RTSTR_MEMCHR_MAX so that buggy implementations …
|
|
|
@36555
|
14 years |
vboxsync |
Use DECLHIDDEN, especially in IPRT.
|
|
|
@36407
|
14 years |
vboxsync |
IPRT: Added RTStrCopyP, RTStrCopyPEx, RTStrCatP and RTStrCatPEx. These …
|
|
|
@35585
|
14 years |
vboxsync |
iprt/string.h: Added RTStrFormatU[8|16|32|64|128] and …
|
|
|
@35464
|
14 years |
vboxsync |
iprt/string.h: Added RTStrSpaceGetN.
|
|
|
@35398
|
14 years |
vboxsync |
re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
|
|
|
@35396
|
14 years |
vboxsync |
backed out r69255, r69257 (does currently not compile)
|
|
|
@35395
|
14 years |
vboxsync |
iprt/string: cleanup
|
|
|
@35393
|
14 years |
vboxsync |
properly wrap mem* to xf86mem* for older XF86 modules
|
|
|
@34379
|
14 years |
vboxsync |
doc nit
|
|
|
@34072
|
14 years |
vboxsync |
iprt/string.h: doc correction.
|
|
|
@33678
|
14 years |
vboxsync |
IPRT: Added RTStrCat and RTStrCatEx.
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@33496
|
14 years |
vboxsync |
iprt/string.h: Moved the string format docs to the header so it is …
|
|
|
@33111
|
14 years |
vboxsync |
FreeBSD: build fixes (thanks to Bernhard Froehlich)
|
|
|
@32032
|
14 years |
vboxsync |
iprt/string.h: use 80 colums, r=xxxx is for writing nasty review …
|
|
|
@31950
|
14 years |
vboxsync |
iprt: explicitly document that all RTStr* functions return the number …
|
|
|