florian
|
3c7f726f98
* typeconvnodes are only equal if also their result type is equal
|
15 years ago |
olivier
|
22a5e7ef0a
* Add convutils and stdconvs units.
|
15 years ago |
olivier
|
3b326d1bd1
* Fixed some declarations for Haiku. Some are needed to compile Lazarus.
|
15 years ago |
paul
|
fa729dd252
compiler: fix calling of dispinterface procedures (issue #0015528)
|
15 years ago |
paul
|
74cc1e0bab
compiler: allow 'as' for dispinterface, allow comparisons of dispinterface and pointers (issue #0015530, issue #0015529)
|
15 years ago |
joost
|
c9eea4ff5e
* Recognition of the XHTTPRequestedWith http header for CGI and FCGI
|
15 years ago |
paul
|
e9214c1826
compiler: improve comparison for property and getter. it was possible to declare a class property with regular method for the getter because of cpo_ignorehidden flag
|
15 years ago |
sergei
|
a24b84c11b
* Fixed CDATA section splitting which got broken due to excessive optimization in r14194.
|
15 years ago |
marco
|
61f8a71380
* ishellextinit
|
15 years ago |
marco
|
689094646e
* image_file_machine constants
|
15 years ago |
marco
|
266f5e850a
* Delphi compat overload releasestgmedium
|
15 years ago |
sergei
|
5dee45a6a3
* A forgotten part of r13824: the condition in assertion must be the same as the condition of calling TNodePool.AddExtent.
|
15 years ago |
pierre
|
a1baf343b9
* Add convutils ans stdconvs units
|
15 years ago |
Jonas Maebe
|
3cc11800e9
* guarantee at least one sleep operation in every thread
|
15 years ago |
paul
|
9513b50d26
compiler: don't allow to publish class properties + test
|
15 years ago |
paul
|
09fd52791a
tests: add fail test for class properties
|
15 years ago |
paul
|
56259a084c
compiler: restore occasionally removed check for sp_internal local symbols
|
15 years ago |
paul
|
587e6142ad
compiler: write proper note about unused private class symbol (const,type,property,method instead of method only) with full class prefix. complain also about strict private members.
|
15 years ago |
paul
|
77a2c316dd
compiler: use sp_internal instead of vo_is_internal for internal symbols used for static fields, remove vo_is_internal
|
15 years ago |
Jonas Maebe
|
2c5ed92a4b
* fixed search path for httpd units in fpc.cft & fpccfg.inc
|
15 years ago |
Jonas Maebe
|
08a4ede9c4
* added str(enum,charray) and export str(enum,ansistr/widestr/unicodestr)
|
15 years ago |
Jonas Maebe
|
28cd8271c9
* initial version of internal Mach-O/i386 assembler by Dmitry Boyarintsev
|
15 years ago |
pierre
|
134331f129
* more updates for test history
|
15 years ago |
marco
|
aad151b506
* endianfixes .mo reader.
|
15 years ago |
Jonas Maebe
|
b6a23de91e
* opencl depends on opengl
|
15 years ago |
Jonas Maebe
|
d4864854cc
* extra typecasts to more easily catch errors with -CR if some defs are
|
15 years ago |
marco
|
0b7e3d14e4
* cleanup of redir. I hope this solves win32 lfn problems, while preserving execinheritshandles functionality.
|
15 years ago |
paul
|
6b087799ef
compiler: nested class types:
|
15 years ago |
paul
|
55702ed4c0
compiler: fix nested class types
|
15 years ago |
paul
|
6e51a4d4a9
compiler: fix nested class types and consts usage outside class declaration
|
15 years ago |