openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pascalscript
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 22 hours
ago.
Jul 19, 2024 — Jul 19, 2025
Showing page 1 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Make previous commit compatible with Delphi 12.1 by using a simple {$WARNINGS OFF}, like it already does in a few other places.
Martijn Laan
More...
28 days ago
'Fix' warning on Delphi 12.3 (and probably on 12.2 as well).
Martijn Laan
More...
about 1 month ago
better support of array of const
evgeny-k
More...
3 months ago
Merge branch 'master' of github.com:remobjects/pascalscript
evgeny-k
More...
4 months ago
better support of AnsiString
evgeny-k
More...
4 months ago
TForm ShowModal is virtual, at least on Seattle and newer.
Martijn Laan
More...
6 months ago
Add TCustomForm's PopupMode and PopupParent. Docs say Seattle has this and links of earlier docs don't seem to work anymore.
Martijn Laan
More...
7 months ago
#241: Param with type "array of const" doesn't work
evgeny-k
More...
10 months ago
#272: Delphi 12.2 Warning: W1075 Overloading a similar index type by declaring an array property 'Items'
evgeny-k
More...
10 months ago
Don't know since when exactly but at least in Sydney TStream.CopyFrom has a third parameter.
Martijn Laan
More...
11 months ago
Fix 7e96130b.
Martijn Laan
More...
about 1 year ago
Fix 1cabc173.
Martijn Laan
More...
about 1 year ago
Improve previous: Use AnyString instead of const because types like Integer don't work because of the lack of 'var' in the prototypes. Putting 'var' + 'const' does not work at run time and was not able to fix this. Also improve AnyString: the compiler didn't actually check that an AnyString parameter in the call was actually a string type, instead it accepted any type as if the prototype said 'const'.
Martijn Laan
More...
about 1 year ago
Fix two TStream issues: 1) It's not abstract anymore. Don't know since when exactly but at least in Sidney it's not abstract. 2) Read/Write(Buffer) prototype is bad and very impractical on Unicode. Make it like it really is: they accept a var of any type and this can be done in PS by using 'const' as the type and still _not_ using 'var'. Tested it to work unchanged when a string type is used in the call anyway. Also note this fix has no runtime changes so it's not surprising that it still works.
Martijn Laan
More...
about 1 year ago
Remove really old and non-functional email adress.
Martijn Laan
More...
about 1 year ago
Merge branch 'master' of github.com:remobjects/pascalscript
evgeny-k
More...
about 1 year ago
#267: Array of const broken?
evgeny-k
More...
about 1 year ago
Make this work on Unicode: var S: set of AnsiChar; begin S := ['a', 'b']; end;
Martijn Laan
More...
about 1 year ago
Add TLinkLabel from Delphi 2010.
Martijn Laan
More...
about 1 year ago
fix for exception support in x64. incomplete
evgeny-k
More...
over 1 year ago
better x64 support: use class helpers for registration properties and methods
evgeny-k
More...
over 1 year ago
0: fix for prev
evgeny-k
More...
over 1 year ago
266: Error when calling delphi function in x64 mode
evgeny-k
More...
almost 2 years ago
D29 packages were added
evgeny-k
More...
almost 2 years ago
266: Error when calling delphi function in x64 mode
evgenyk
More...
almost 2 years ago
problems with x32/x64 call were fixed
evgeny-k
More...
almost 3 years ago
problems with x32/x64 call were fixed
evgeny-k
More...
almost 3 years ago
0: issue with compiling in delphi7
evgeny-k
More...
almost 3 years ago
fix for #232 (#257)
pjrobin
More...
over 3 years ago
Delphi 11 support was added
evgenyk2
More...
almost 4 years ago
←
1
2
3
4
5
6
7
8
9
…
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree