index
:
delta/fpc.git
aros
aspect
avr
avr32
avx
baserock/2.6.4
blaise
blocks
cleanroom
cpstr
cpstrnew
cpstrrtl
ctypes
debug_eh
dodi
fcl-web_joost
fixes_2_0
fixes_2_2
fixes_2_2_0_dos
fixes_2_4
fixes_2_6
fixes_2_6_0
fixes_3_0
fixes_3_0_ios
fixes_3_2
florian
foxsen
fpc_2_3
generics
genfunc
hlcgllvm
i8086
inline
interfacertti
janbruns
joost
js
jvmbackend
laksen
linker
linker@2665
llvm
maciej
master
merged
mips_embedded
nestedprocvars
newthreading
objc
olivier
pasboolxx
paul
peterjan
rc_2_2_2
release_2_1_2x
release_2_2_4_rc1
resources
sergei
ssa
svenbarth
target-subdir
targetandroid
tg74
tue
unicode
unicodekvm
unicodertl
unicodestring
unitrw
usersections
wasm
webassembly
wkrenn
wpo
xpcom
z80
svn.freepascal.org: svn/fpc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
pdecobj.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for type helpers. In non Delphi modes they use "type helper" an...
svenbarth
2013-02-06
1
-38
/
+82
*
compiler: also don't allow record constructors with only default arguments
paul
2013-01-18
1
-1
/
+1
*
compiler: don't allow parameterless constructors
paul
2013-01-18
1
-1
/
+9
*
compiler: allow constructors in helpers for records
paul
2013-01-16
1
-5
/
+1
*
compiler: handle calling convention of record (class)constructors/destructors...
paul
2013-01-06
1
-3
/
+11
*
+ optimization that (re)orders instance fields of Delphi-style classes in
jonas
2012-07-22
1
-1
/
+9
*
Fix for Mantis #21350
svenbarth
2012-06-14
1
-0
/
+4
*
Fix for Mantis #21457
svenbarth
2012-06-12
1
-3
/
+7
*
Allow the usage of a generic's name without type arguments inside of nested c...
svenbarth
2012-05-22
1
-1
/
+5
*
* extended r21290 to also apply to Java interfaces (they can also contain
jonas
2012-05-14
1
-1
/
+1
*
compiler: allow compiler to find real class definition during class members p...
paul
2012-05-14
1
-2
/
+18
*
- removed a duplicated include statement
svenbarth
2012-05-03
1
-1
/
+0
*
* replaced "set1<=set2" expression with "(set1*set2)=set1", because the
jonas
2012-04-28
1
-1
/
+3
*
* merged trunk up to r20882
jonas
2012-04-15
1
-5
/
+26
|
\
|
*
* pdecobj.pas, object_dec:
svenbarth
2012-01-28
1
-0
/
+6
|
*
Merging of generics branch of Sven Barth
florian
2011-12-06
1
-1
/
+10
|
*
--- Merging r19281 into '.':
florian
2011-10-03
1
-4
/
+10
*
|
+ Android/JVM target, including a translation of the Android r14 SDK
jonas
2011-12-12
1
-1
/
+1
*
|
* fixed error in r19248 whereby the namespace for automatically generated
jonas
2011-10-28
1
-19
/
+1
*
|
* fixed wrong notes about declaring two destructors after r18427:
jonas
2011-08-21
1
-1
/
+2
*
|
* automatically generate versions of inherited virtual class methods that
jonas
2011-08-20
1
-1
/
+1
*
|
+ support for virtual class methods on the JVM platform. The JVM does not
jonas
2011-08-20
1
-6
/
+16
*
|
* change non-virtual instance methods to "virtual; final;" methods on the
jonas
2011-08-20
1
-0
/
+18
*
|
- removed po_java procoption, since it wasn't really used for anything
jonas
2011-08-20
1
-1
/
+0
*
|
+ support for procedural variables for the JVM target
jonas
2011-08-20
1
-0
/
+5
*
|
+ full support for sets on the JVM target
jonas
2011-08-20
1
-0
/
+4
*
|
* ifdefed pjvm usage
jonas
2011-08-20
1
-0
/
+4
*
|
+ generate java.lang.Enum descendant classes for Pascal enum types
jonas
2011-08-20
1
-0
/
+2
*
|
+ new vis_none visibility specifier that can be used as "neutral"
jonas
2011-08-20
1
-1
/
+1
*
|
+ shortstring support for the JVM target (including accessing character 0 as
jonas
2011-08-20
1
-11
/
+13
*
|
+ ansistring support. Items of note:
jonas
2011-08-20
1
-0
/
+2
*
|
+ support for non-static class methods on the JVM target
jonas
2011-08-20
1
-4
/
+0
*
|
* moved $methodpointer type construction from psystem to pdecobj for JVM,
jonas
2011-08-20
1
-1
/
+14
*
|
+ explicitly add constructors of parent class that do not appear in the
jonas
2011-08-20
1
-1
/
+4
*
|
+ support properties in Java classes & interfaces
jonas
2011-08-20
1
-2
/
+3
*
|
* (class_)constructor/destructor_head() now also parses hints,
jonas
2011-08-20
1
-46
/
+36
*
|
* don't generate typed constant initializers for interfaces (since they
jonas
2011-08-20
1
-1
/
+2
*
|
+ support for initialising typed constants via compiler-generated
jonas
2011-08-20
1
-7
/
+12
*
|
+ unicodestring support for the JVM target (except for multiple adds
jonas
2011-08-20
1
-0
/
+2
*
|
* changed TObject from an alias for JLObject into a derived class from
jonas
2011-08-20
1
-1
/
+4
*
|
+ support for (only named, for now) records in the JVM target:
jonas
2011-08-20
1
-104
/
+1
*
|
+ support for {$namespace x.y.z} directive to specify the namespace
jonas
2011-08-20
1
-2
/
+29
*
|
* for now only auto-generate a parameterless constructor in case no
jonas
2011-08-20
1
-5
/
+110
*
|
* symcreat functionality to use the parser from inside the compiler for
jonas
2011-08-20
1
-179
/
+201
*
|
* replaced partial manual declarations of some Java classes with
jonas
2011-08-20
1
-2
/
+2
*
|
* allow constants and final class vars in Java interfaces (required to
jonas
2011-08-20
1
-4
/
+11
*
|
+ support for formal constants (= not typed constants) in Java interfaces,
jonas
2011-08-20
1
-2
/
+2
*
|
+ support for "final" fields in *external* (Java and other) classes, enabled
jonas
2011-08-20
1
-79
/
+118
*
|
+ support sealed/abstract Java classes (todo: allow abstract Java classes
jonas
2011-08-20
1
-3
/
+17
*
|
* don't allow static methods in Java interfaces
jonas
2011-08-20
1
-1
/
+2
[next]