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
*
Fix for Mantis #26123.
svenbarth
2014-06-06
1
-2
/
+2
*
Added support for partial specialization. This should fix a few problems with...
svenbarth
2014-06-05
1
-5
/
+7
*
* fixed compilation (changes after testing :/ )
jonas
2014-06-01
1
-1
/
+1
*
* removed JVM-specific creation of methodpointertype and
jonas
2014-06-01
1
-15
/
+1
*
+ support overriding tdef/tsym methods with target-specific functionality:
jonas
2014-03-29
1
-6
/
+6
*
Add a modeswitch for type helpers as discussed in core on 24th October 2013. ...
svenbarth
2014-02-16
1
-1
/
+1
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+1
*
Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstr...
svenbarth
2013-10-25
1
-1
/
+1
*
Refactor tobjectdef.find_implemented_interface out into unit defcmp so that t...
svenbarth
2013-10-23
1
-2
/
+2
*
Fix for Mantis #25210 .
svenbarth
2013-10-20
1
-4
/
+4
*
+ introduce tvariantrecbranch to be able to store
florian
2013-04-14
1
-1
/
+1
*
* give an error when declaring a class as conforming to a forward-declared
jonas
2013-04-07
1
-0
/
+5
*
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
[next]