florian
|
0c65d53f45
+ added register keyword to Interlocked* definitions as suggested by Jonas, resolves #12255
|
16 лет назад |
Jonas Maebe
|
c4310a6f08
* replaced invalid {$STACKSIZE } directive with {$MINSTACKSIZE }
|
16 лет назад |
Jonas Maebe
|
ae45a80d46
* allow the usage of symbolic constants to specify the "stored" attribute
|
16 лет назад |
ivost
|
452d2b5fee
* updated error message
|
16 лет назад |
ivost
|
555d72a37b
* fixed library name (typo)
|
16 лет назад |
ivost
|
76694f6ec8
* added new test for interface to tguid or shortstring constants
|
16 лет назад |
ivost
|
0f519439b5
* reverted r12690 and r12691
|
16 лет назад |
ivost
|
7f2c77a407
* temporarly disabled GetInterface(iidstr: .... to keep fpc compiling
|
16 лет назад |
ivost
|
c61a0784cb
* assign an Interface to TGuid was not possible (const Guid: TGuid = IUnknown)
|
16 лет назад |
marco
|
57e65411ad
* fix for libxml2xml
|
16 лет назад |
ivost
|
3f7f4a9ddf
* accidentially disabled usage of windows unit
|
16 лет назад |
yury
|
8bbb39b630
* MaxBitFlags must not exceed MaxInt atm. After r12443, MaxBitFlags was $3FFFFFFE0. "unreachable code" warning indicated that something is wrong. Please fix all warning/notes to eliminate possible coding errors...
|
16 лет назад |
yury
|
89d466a3dc
* Fixed writing debug link for external symbols file. Bug #13041.
|
16 лет назад |
Jonas Maebe
|
6f12cb03db
* if no locking is specified, also request an exclusive lock for solaris
|
16 лет назад |
Jonas Maebe
|
78f6e5ff6e
* fixed fmShareDenyNone for Solaris
|
16 лет назад |
marco
|
c13f553b9b
* comment added previous commit
|
16 лет назад |
joost
|
6ceb016593
* Do not set the Transaction property of a TDatabase while assigning TSQLTransaction.Database when the TSQLTransaction is loaded from stream
|
16 лет назад |
joost
|
1d66bf0764
* Use the transaction of the query when assigning blob-parameters, not the connections transaction
|
16 лет назад |
ivost
|
2730c5f705
* made libxml2 headers Lazarus "Codetools" compatible
|
16 лет назад |
marco
|
33133d00da
* polybezierto and polydraw corrected as per Mantis 13112
|
16 лет назад |
Jonas Maebe
|
6581c8dec5
* hopefully final fix to unix locking: specifying no locking mode again
|
16 лет назад |
Jonas Maebe
|
adaae268ae
* don't perform fmShareDenyNone/fmShareExclusive check for unix, as it
|
16 лет назад |
Jonas Maebe
|
8a0c16edb6
* fixed the placement of some fileclose() calls
|
16 лет назад |
michael
|
b1f3d5de97
* Fixed tfile2 so it compiles and runs on windows
|
16 лет назад |
Jonas Maebe
|
213c00b17f
* updated check for minimum version required to build trunk (at least
|
16 лет назад |
marco
|
017f7b2528
* log* defines.
|
16 лет назад |
florian
|
acb06dac1b
+ Wp<Controllertype> support for arm and avr
|
16 лет назад |
Jonas Maebe
|
b39cc14c47
* regenerated after patch to Makefile.fpc in r12636
|
16 лет назад |
Jonas Maebe
|
be2d246327
* also let fcl-xml depend on iconvenc for beos and haiku
|
16 лет назад |
michael
|
e29d652dbe
* Reversed dependency of fcl-xml so it checks the platform names which need the dependency
|
16 лет назад |