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
Free Pascal Compiler
Settings
|
Report Duplicate
76
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
almost 1 year
ago. based on code collected
about 1 year
ago.
Dec 19, 2023 — Jan 18, 2024
Showing page 11 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- removed the repeated section bounds check in the section parsing code, because now all reads go through the read function, which does section bounds checking on every read
Nikolay Nikolov
More...
about 1 year ago
+ added section bounds checking to the read function, used inside TWasmObjInput.ReadObjData.ReadSection
Nikolay Nikolov
More...
about 1 year ago
- removed the TObjectReader parameter from ReadUleb, ReadUleb32 and ReadName
Nikolay Nikolov
More...
about 1 year ago
- rm commented out code
Nikolay Nikolov
More...
about 1 year ago
* the ReadUleb, ReadUleb32 and ReadName methods moved to be local functions inside TWasmObjInput.ReadObjData.ReadSection
Nikolay Nikolov
More...
about 1 year ago
* use ReadUleb32 in more places
Nikolay Nikolov
More...
about 1 year ago
+ introduced ReadUleb32 to avoid code repetition of the >high(uint32) checks
Nikolay Nikolov
More...
about 1 year ago
* Fix project
Michaël Van Canneyt
More...
about 1 year ago
* Add const for string where possible
Michaël Van Canneyt
More...
about 1 year ago
* Fix AV due to not initialized FullName field. Patch by Bart B. Fixes issue #40489
Michaël Van Canneyt
More...
about 1 year ago
* minor improvement for TPasRecordType.IsAdvancedRecord. Fixes issue #40539
Michaël Van Canneyt
More...
about 1 year ago
* Namespaced version of testinsight units
Michaël Van Canneyt
More...
about 1 year ago
* Test insight client
Michaël Van Canneyt
More...
about 1 year ago
+ parse the data count section
Nikolay Nikolov
More...
about 1 year ago
+ parse the rest of the function section
Nikolay Nikolov
More...
about 1 year ago
+ read the functions count from the functions section
Nikolay Nikolov
More...
about 1 year ago
+ function section duplicate check
Nikolay Nikolov
More...
about 1 year ago
+ WebAssembly object reader: implemented parsing of the import section
Nikolay Nikolov
More...
about 1 year ago
+ added const sets for the WebAssembly reference, numeric and vector types
Nikolay Nikolov
More...
about 1 year ago
* SUBTARGET defines
Michaël Van Canneyt
More...
about 1 year ago
* Correct check on command-line for -t
Michaël Van Canneyt
More...
about 1 year ago
+ import section duplicate check
Nikolay Nikolov
More...
about 1 year ago
- removed TODO comment
Nikolay Nikolov
More...
about 1 year ago
+ input error message in case the type section size is unexpected/wrong
Nikolay Nikolov
More...
about 1 year ago
+ Wasm internal linker, object reader: implemented parsing of the type section
Nikolay Nikolov
More...
about 1 year ago
+ introduced decode_wasm_basic_type function
Nikolay Nikolov
More...
about 1 year ago
+ added functions for reading the different types of Wasm object sections
Nikolay Nikolov
More...
about 1 year ago
* implementation of TInternalLinkerWasi.DefaultLinkScript. Create a script that reads all the object files.
Nikolay Nikolov
More...
about 1 year ago
* write a WebAssembly header in TWasmExeOutput.writeData
Nikolay Nikolov
More...
about 1 year ago
* override GetCodeSize, GetDataSize and GetBssSize in TInternalLinkerWasi to avoid crash
Nikolay Nikolov
More...
about 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
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