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
/
pdecvar.pas
Commit message (
Expand
)
Author
Age
Files
Lines
*
* check for read/write after a newly declared property (mantis #26011)
jonas
2014-06-15
1
-1
/
+11
*
* removed no longer used/needed {$ifdef jvm} parts
jonas
2014-06-15
1
-10
/
+0
*
* fixes for the support for overriding properties on the JVM target:
jonas
2014-06-14
1
-2
/
+6
*
* factored out overridden properties into a virtual method
jonas
2014-06-12
1
-2
/
+1
*
* factored out associating properties with their getters/setters/fiels
jonas
2014-06-12
1
-142
/
+21
*
* changed write-only parameter of parse_symlist() into an out-parameter
jonas
2014-06-12
1
-1
/
+1
*
* don't generate debug info for class fields in generic types
jonas
2014-06-10
1
-4
/
+2
*
Added support for partial specialization. This should fix a few problems with...
svenbarth
2014-06-05
1
-18
/
+24
*
* isolated segment-related functionality of tabsolutevarsym into i386/i8086-
jonas
2014-03-30
1
-3
/
+6
*
+ support overriding tdef/tsym methods with target-specific functionality:
jonas
2014-03-29
1
-20
/
+20
*
* use a 16-bit integer for property indexes on 16- and 8-bit targets
nickysn
2014-03-09
1
-2
/
+10
*
* disallow 64-bit property index specifiers on 64-bit CPUs, since they were not
nickysn
2014-03-09
1
-2
/
+0
*
* do not crash on invalid property declaration, resolves #23980
florian
2014-02-19
1
-1
/
+1
*
* fixes several issues which cause warnings by the dfa code when using it to ...
florian
2013-12-01
1
-0
/
+5
*
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
-1
/
+1
*
+ implemented absolute seg:ofs vars on i8086
nickysn
2013-10-05
1
-7
/
+17
*
compiler: don't treat TRUE and FALSE as keywords. They are predefined constan...
paul
2013-09-16
1
-89
/
+77
*
* merge i8086 branch by Nikolay Nikolov
florian
2013-04-25
1
-4
/
+4
|
\
|
*
* enable absolute for i8086-msdos
florian
2013-03-29
1
-4
/
+4
*
|
+ introduce tvariantrecbranch to be able to store
florian
2013-04-14
1
-6
/
+31
|
/
*
* when automatically generating (s|g)etters, make sure that the visibility of
jonas
2013-01-30
1
-15
/
+20
*
Fix one problem type of Mantis #23546. A record must not contain a static arr...
svenbarth
2013-01-09
1
-7
/
+26
*
* always mark symbols referenced by properties as "used"; in case the
jonas
2012-11-27
1
-4
/
+2
*
+ support for automatically generating setters/getters for properties on the
jonas
2012-11-08
1
-5
/
+18
*
* turned getpropaccesslist, add_parameters and add_index_parameter into
jonas
2012-11-08
1
-42
/
+4
*
+ optimization that (re)orders instance fields of Delphi-style classes in
jonas
2012-07-22
1
-15
/
+22
*
* revert revision 21251 for pdecvar.pas: not generating the bss-data for the ...
svenbarth
2012-05-09
1
-2
/
+4
*
* pdecvar.pas, read_record_fields: don't generate BSS-data for generic static...
svenbarth
2012-05-08
1
-1
/
+2
*
* merged trunk up to r20882
jonas
2012-04-15
1
-49
/
+63
|
\
|
*
* AIX-specific struct alignment rules
jonas
2012-04-11
1
-1
/
+1
|
*
* also show the valid bounds in most cases when signalling a range check
jonas
2012-03-10
1
-5
/
+5
|
*
- removed optimization that pops the current symtable off the symtablestack
jonas
2012-01-28
1
-19
/
+0
|
*
compiler:
paul
2012-01-24
1
-3
/
+9
|
*
* use correct source code position for error messages about invalid
jonas
2012-01-12
1
-2
/
+2
|
*
Merging of generics branch of Sven Barth
florian
2011-12-06
1
-1
/
+1
|
*
compiler: fix ppu read/write of property parameters symtable (bug #0020454)
paul
2011-11-09
1
-1
/
+1
|
*
compiler: don't create a parasymtable for property if property has no parameters
paul
2011-10-28
1
-2
/
+2
|
*
compiler: store property parameters in a parasymtables together with property...
paul
2011-10-07
1
-11
/
+30
|
*
compiler: clear vd_class option if it was added by _STATIC token (issue #0020...
paul
2011-09-07
1
-3
/
+11
|
*
Mantis #19182, Delphi compatible tweaks:
sergei
2011-09-05
1
-3
/
+4
*
|
* also set the mangledbasename when a public name is specified for a
jonas
2012-04-14
1
-0
/
+1
*
|
* fixed insertion of typed constants twice in bss after r18723
jonas
2011-08-20
1
-0
/
+1
*
|
+ support for increasing the visibility of fields using properties
jonas
2011-08-20
1
-0
/
+16
*
|
* extracted the code to deal with static fields into a routine
jonas
2011-08-20
1
-49
/
+19
*
|
* ifdefed pjvm usage
jonas
2011-08-20
1
-1
/
+4
*
|
* in case a property uses a getter/setter with lower visibility than the
jonas
2011-08-20
1
-2
/
+30
*
|
+ generate java.lang.Enum descendant classes for Pascal enum types
jonas
2011-08-20
1
-3
/
+3
*
|
* explicitly specify symtable to jvm_guarantee_record_typesym() instead of
jonas
2011-08-20
1
-2
/
+2
*
|
+ support for anonymous record types for the JVM targets: automatically
jonas
2011-08-20
1
-1
/
+3
[next]