Remy Lebeau
|
a28882ae00
Undefining HAS_System_RegisterExpectedMemoryLeak for non-Windows platforms in Delphi 2006+. Tweaking the conditions that define REGISTER_EXPECTED_MEMORY_LEAK.
|
4 lat temu |
Remy Lebeau
|
17b616a53f
More compiler warnings
|
4 lat temu |
Remy Lebeau
|
1bcddfa432
Forgot to add the System.TimeSpan unit to the uses clause in IdGlobal.pas
|
4 lat temu |
Remy Lebeau
|
cf4d88479b
Fixing compiler errors/warnings.
|
4 lat temu |
Remy Lebeau
|
a8f3ac51eb
#333 Adding new LocalTimeToUTCTime() and UTCTimeToLocalTime() functions in IdGlobal unit. Deprecating TimeZoneBias() function in IdGlobalProtocols unit, and GetLocalTime() function in IdSSLOpenSSLUtils unit. (#355)
|
4 lat temu |
Remy Lebeau
|
d79782c3e0
#314 under FreePascal, replacing use of iconv with LConvEnc unit on Android
|
5 lat temu |
Remy Lebeau
|
ae60a6571d
Misc tweaks
|
5 lat temu |
Remy Lebeau
|
71ff2d990e
Misc tweaks, todo comments, etc.
|
5 lat temu |
Remy Lebeau
|
c3a4056ce2
Fixing a minor typo in IdGlobal.pas
|
5 lat temu |
Remy Lebeau
|
ddb2e4577e
#324 fix for TIdAppendFileStream constructor not seeking the stream to the end in Delphi 2009 and earlier.
|
5 lat temu |
Remy Lebeau
|
2d7f939c62
#298 Trying to fix a Range Check error in FPC on Windows CE
|
5 lat temu |
Remy Lebeau
|
1fc751d42c
#298 Updating TIdMBCSEncoding constructor to use GetCPInfo() instead of GetCPInfoEx() on Windows CE.
|
5 lat temu |
Remy Lebeau
|
96efd9d4b3
Updating IdDisposeAndNil() to account for signature change of FreeAndNil() in Delphi 10.4 Denali
|
5 lat temu |
Remy Lebeau
|
31d67fec33
Adding TIdLibFuncName and PIdLibFuncNameChar aliases to IdGlobal.pas.
|
6 lat temu |
Bi0T1N
|
8343ede3db
Add general LoadLibFunction (#290)
|
6 lat temu |
Remy Lebeau
|
778697a628
Adding {$WARN SYMBOL_PLATFORM OFF/ON} directives around System.RegisterExpectedMemoryLeak() call in IndyRegisterExpectedMemoryLeak() function.
|
6 lat temu |
Remy Lebeau
|
47a3b34287
Defining HAS_PRawByteString for Delphi 2009+
|
6 lat temu |
Bi0T1N
|
cebc053a1c
Define PRawByteString for older FPC
|
6 lat temu |
Remy Lebeau
|
46e5e51cc4
Fix for compiler error in LocalDateTimeToHttpStr() (again)
|
6 lat temu |
Remy Lebeau
|
257bfe8576
Fix for missing declaration of GetCPInfoEx() in Delphi 2007 and earlier.
|
6 lat temu |
Remy Lebeau
|
5fb9225fc1
Checking in changes that have been pending for a long time. Getting back in sync with the trunk:
|
6 lat temu |
RemyLebeau
|
b79a2e88df
More changes for OSX platform support
|
6 lat temu |
RemyLebeau
|
d83cae854f
Adding TIdLibHandle type and IdNilHandle constant, to address THandle/TLibHandle discrepancies between Delphi and FreePascal when dealing with dynamically loaded libraries.
|
7 lat temu |
RemyLebeau
|
bb529d1bb4
Replacing lingering references to NilHandle.
|
7 lat temu |
RemyLebeau
|
9d66f363d6
Enabling IndyRegisterExpectedMemoryLeak() when using the LeakCheck memory manager (https://bitbucket.org/shadow_cs/delphi-leakcheck)
|
7 lat temu |
RemyLebeau
|
787572bfe1
Updating various DLL related functions to use THandle instead of HMODULE.
|
7 lat temu |
RemyLebeau
|
5261f6b7f6
Bug fix for HackLoad() not loading any files at all when passed an empty ALibVersions array.
|
7 lat temu |
RemyLebeau
|
5764e023ff
Embarcadero patches.
|
7 lat temu |
RemyLebeau
|
e4faf9a748
Fix for compiler error in IdGlobal.pas in Delphi 2010 and earlier.
|
7 lat temu |
RemyLebeau
|
4418c4713c
Increasing the size of the local byte array used in TIdMBCSEncoding.GetByteCount() when USE_ICONV is defined.
|
7 lat temu |