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
/
packages
/
rtl-objpas
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate Makefile's after fpcmake change in commit #41721
pierre
2019-03-17
1
-0
/
+1
*
* fix for Mantis #35150: correctly convert Int64/QWord values to OleVariant (...
svenbarth
2019-03-03
1
-2
/
+15
*
* adjust signature of variant managers olevarfromint so that 64-bit values ca...
svenbarth
2019-03-03
1
-1
/
+1
*
* reorder methods to get rid of some inlining notes (no functional changes)
svenbarth
2019-03-02
1
-644
/
+645
*
* fix passing structured result values on non-Win32
svenbarth
2019-03-02
1
-0
/
+10
*
* enable Invoke() tests for i386
svenbarth
2019-03-01
1
-0
/
+2
*
+ add function call manager which implements Invoke() for the i386 register c...
svenbarth
2019-03-01
2
-1
/
+446
*
* correctly compare floating point values in TValue
svenbarth
2019-03-01
1
-4
/
+6
*
* Fix bug ID 35098 (count param)
michael
2019-02-16
1
-7
/
+21
*
* Patch from Serge Anvarov with missing strutils aliases. Mantis #35047
marco
2019-02-09
1
-3
/
+56
*
* correctly check for the Extended value of a Currency and Comp value
svenbarth
2019-01-04
1
-2
/
+2
*
haiku-x86_64: regenerated all Makefiles, take 2
karoly
2019-01-04
1
-1
/
+9
*
* move CallHandler() abstract method out of Windows ifdef so that the include...
svenbarth
2019-01-02
1
-1
/
+1
*
+ add a callback implementation for the Win64 calling convention
svenbarth
2018-12-29
2
-2
/
+415
*
* method pointers are also returned by parameter
svenbarth
2018-12-29
1
-0
/
+1
*
+ add functions that abstract working with virtual memory across targets for ...
svenbarth
2018-12-29
2
-2
/
+39
*
+ add tests for TMethodImplementation for method and procedure variables
svenbarth
2018-12-29
3
-0
/
+608
*
+ add ability to create method implementations for method and procedure varia...
svenbarth
2018-12-29
1
-0
/
+83
*
+ add TMethodImplementation class
svenbarth
2018-12-29
1
-0
/
+140
*
* rework low level callback API
svenbarth
2018-12-29
1
-25
/
+16
*
* move some types to the top of the unit
svenbarth
2018-12-29
1
-13
/
+13
*
* fix Comp type casts to QWord and Int64
svenbarth
2018-12-29
1
-2
/
+2
*
* fix ShortString handling in TValue (always the maximum length of the corres...
svenbarth
2018-12-29
1
-5
/
+2
*
+ provide IValueData's ExtractRawData(NoCopy)() in TValue (and also implement...
svenbarth
2018-12-29
1
-0
/
+18
*
* move utility code to a separate unit
svenbarth
2018-12-29
2
-197
/
+223
*
* fix compilation on platforms that *do* have a Comp type
svenbarth
2018-12-27
1
-2
/
+2
*
* correctly handle record, set and array results if no extended parameter inf...
svenbarth
2018-12-26
1
-0
/
+18
*
* move check for result location to separate function
svenbarth
2018-12-26
1
-12
/
+19
*
+ add tests for raw Invoke() which needs to determine the result location by ...
svenbarth
2018-12-26
1
-0
/
+235
*
* fix for Mantis #34496: correctly align stack so that SSE operations work co...
svenbarth
2018-12-26
1
-2
/
+1
*
+ add some more tests for floating point values
svenbarth
2018-12-26
1
-0
/
+280
*
* correctly handle a floating point result
svenbarth
2018-12-26
1
-0
/
+11
*
+ add tests for floating point arguments and results
svenbarth
2018-12-26
1
-0
/
+271
*
+ add utility functions to get TValue values for Single, Double, Extended, Co...
svenbarth
2018-12-26
1
-0
/
+26
*
* correctly compare tkFloat values
svenbarth
2018-12-26
1
-0
/
+15
*
* more correct handling of floating point values (especially Comp and Currenc...
svenbarth
2018-12-26
2
-2
/
+193
*
Always accept empty string as meaning zero is TryRomanToInt, fixes intermitte...
pierre
2018-12-13
1
-1
/
+6
*
* Allow to retrieve argument size, patch by Silvio Clecio (bug ID 34611)
michael
2018-11-29
1
-0
/
+2
*
+ Add Debug message when resource file is found, but not registered.
pierre
2018-11-24
1
-0
/
+1
*
* Move consts to stdconv
michael
2018-10-20
1
-0
/
+33
*
* Regenerated makefiles to support x86_64-android.
yury
2018-10-17
1
-1
/
+9
*
* fix trailing quote char. Patch by wp mantis 34405
marco
2018-10-10
1
-1
/
+1
*
- remove forgotten debug code
svenbarth
2018-10-07
1
-8
/
+0
*
* also run invoke tests if internal function call manager is available (which...
svenbarth
2018-10-07
1
-0
/
+4
*
+ add define to use ffi function call manager for tests
svenbarth
2018-10-07
1
-1
/
+7
*
+ add a TFunctionCallManager that provides built in Invoke() support for x86_...
svenbarth
2018-10-07
3
-0
/
+282
*
+ implement the high level Invoke() for TRttiMethod (currently only for inter...
svenbarth
2018-10-07
2
-0
/
+1433
*
* extend TValue.ToString for a few more types
svenbarth
2018-10-07
1
-1
/
+5
*
+ add TRttiMethodType for method variables and TRttiProcedureType for procedu...
svenbarth
2018-10-07
2
-0
/
+390
*
* differentiate between a list of all parameters and one of only visible ones...
svenbarth
2018-10-07
1
-14
/
+29
[next]