Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NativeScript/ios

NativeScript for iOS and visionOS using V8
https://github.com/NativeScript/ios

feat: Updated V8 to latest version (8.9.0) (#102)

db96c4a0416a13e6ac352228c4189fdd5218e73b authored almost 4 years ago
chore(release): 7.1.1

8409f9af84de73e2cd00cbeebce3ba4b53431a6e authored about 4 years ago
Revert "feat: Updated V8 to latest version (#84)" (#101)

This reverts commit d56a2604e8b974b39c7b84821373b06825009e18.

20ed811b9a31077d68af1c79e3ab648affa6f724 authored about 4 years ago
chore(release): 7.1.0

92195e8f7c02aa50a97d686757e0b04070c78ef7 authored about 4 years ago
fix: DictionaryAdapter missing handle scopes and locks (#90)

22173da08710694596ddb9bcc60d326e131c2a93 authored about 4 years ago
feat: Updated V8 to latest version (#84)

d56a2604e8b974b39c7b84821373b06825009e18 authored about 4 years ago
fix(xcode): 12.3 support (#92)

ea693d9236fa602f1bfcf7f82ac7cf1563070c4a authored about 4 years ago
chore(changelog): fix typo in URL (#88)

3c5edfbf8b0a9543deafcc4ad4b542e44d7a34d4 authored about 4 years ago
release: 7.0.6

1288b835c0465a19d1704436e0089d2fd81d6051 authored about 4 years ago
fix: Do not prematurely release blocks (#81) (#83)

d3eecf29633a130329fdf6302f86241d245cd1e4 authored about 4 years ago
release: 7.0.5 (#80)

3f6628517895c6bf93e8904c04c3902da12f3349 authored about 4 years ago
fix: create handle scope with proper isolate (#77) (#78)

4923cdc91847bbf809e7402d3568c5f70095ad08 authored about 4 years ago
chore: bump version (#75)

Update version & changelog

673a92b5d802dda266d0e3f910e7a0e61aa69931 authored over 4 years ago
feat: Faster loading of JS files (#73)

* feat: Increase speed of loading JS files

25628ec2fa09e44f26b017cf6312e5a16d027cd2 authored over 4 years ago
feat: Support the Unmanaged type (#54) (#72)

1237ad118c3f20a8e05bf0cfa350af12880828d8 authored over 4 years ago
chore: bump version and add changelog (#71)

b43660be921903281134a7f1fa69c0244c954bf9 authored over 4 years ago
fix: Do not update in-place object prototypes (#67) (#70)

* fix: Do not update in-place object prototypes (#67)

* fix: Load proper prototype when regis...

2548b54b906837550cf683d8e045a1b7e793cb28 authored over 4 years ago
chore: 7.0.2-RC.1 changes (#66)

* chore: RC1 changes

* chore: RC1 changes

* Update Package JSON to be RC.1

* Update to ...

f19d5a7f627407d27f621a50880664a940293f25 authored over 4 years ago
fix: Ensure Isolate is alive before using it (#63)

669ca33787b405c71120525ddc4eb1e8b95c3611 authored over 4 years ago
fix: xcode 12 arch handling (#64)

ee5ee85bc38b284186ccbbce75b5eea47ec90277 authored over 4 years ago
feat: Allow passing TypedArray to NSArray (#59) (#60)

061dc3ed4e100e3640eeb2e1568c6ac77a42b3cc authored over 4 years ago
chore: improve README (#55)

* chore: improve README

* chore: formatting

254ac419d0878f043c69bba718a1e5268115d5c4 authored over 4 years ago
chore: 7.0 scope

39bc14b04545a63902a1a2ae810957e693b93e3e authored over 4 years ago
fix(exit): runtime cleanup #51 (#52)

59ae25d79497a73b86b7a35ec4ad0b4f3507b4f2 authored over 4 years ago
fix(interop): Do not clone prototype object when attaching protocols to pseudo-types (#50)

4d4903a6dae17ce2f79362401d7be4c439c873dc authored over 4 years ago
fix(nsproxy): proper NSProxy handling (#49)

Co-authored-by: Darin Dimitrov <[email protected]>

4aa442ae3092aa2db8f025b273a327f06fb50b71 authored over 4 years ago
fix: Use better swizzled methods prefix to avoid collisions with possible existing methods in the class hierarchy (#46)

16ffea586b51dc7a2e82eafa3a48b2d75f60eb98 authored over 4 years ago
Merge pull request #45 from NativeScript/darind/v8-update

feat: Updated V8 to latest version (b1a0dd8503de05b8268d2cad201ed2310084dfe6)

25da68cf423750774c80a452e8dea58e245df979 authored over 4 years ago
Merge pull request #44 from nstudio/master

chore: add note about gclient sync after fetching v8

c61593d6631df727b831630c22602e24517d50ba authored over 4 years ago
feat: Updated V8 to latest version (b1a0dd8503de05b8268d2cad201ed2310084dfe6)

a4b2bca674962956f8778e5cb5a53eccd8ba6765 authored over 4 years ago
fix(inspector):

- improved context retrieval in CSS, DOM and Network agents
- Use default-platform.h from V8 source

f745e552c1a83f6497fc53235047330d0ab78c11 authored over 4 years ago
chore: add note about gclient sync after fetching v8

30dfff4c4a68f0858c89aa8ca619ac85a1894f59 authored over 4 years ago
fix: Added missing v8.patch

49314c8a4d8a5739282df5120d9fd843e7cc2fe1 authored over 4 years ago
Merge pull request #41 from NativeScript/darind/metadata-demangle-swift-names

fix: Register Swift classes with both native names

eb083c4e4f15a3f4366ca42bd8f026e355e923e5 authored over 4 years ago
fix: Register Swift classes with both native names

The Objective-C runtime doesn't behave consistently with Swift class
names. Sometimes the mangled...

2b89d7c83bd8a3414f93974d1a902475c45b21bf authored over 4 years ago
fix: Use runtime class type for metadata availability checks (#40)

b9e1be41cbe1f35910b1602dd58e16145b6b194d authored almost 5 years ago
fix: allow marshalling ArrayBuffer as void* parameters (#39)

4465c686c51ade8622266919c190ff873aaa20b4 authored almost 5 years ago
feat: Updated V8 to latest version (7695c860ab643fa6855e327f4c00edf6c9447722)

40dbe6fd4bdf6ae6cb93adae16f316a3d83ccffb authored almost 5 years ago
chore: disable clang modules

26603c8154e3eb49f765d025469cbbc3a42dc619 authored almost 5 years ago
Merge pull request #37 from NativeScript/darind/catalyst

feat: Support UIKit for Mac (a.k.a. Catalyst)

f411960a6e8c281463c053d2258b995ec8fac21b authored almost 5 years ago
feat: Support UIKit for Mac (a.k.a. Catalyst)

30647cd79bd9edf07378ed1661de5f3775dbafd9 authored almost 5 years ago
fix: Log if a bundle cannot be loaded

9a6c832382698ea9256f51936fae3357be9c3bc9 authored almost 5 years ago
build: Remove unused v8_init and v8_initializers library dependencies

6113f9c70957604b5c179b33c368cf5b7ee16c46 authored almost 5 years ago
fix(runtime): Guard protocols offset in metadata (#36)

182403a503252bfbccb02f0ae14cb99eb0f0341f authored almost 5 years ago
chore: Bump up version to 7.0.0-beta.3-v8

756f7fbbf8d5cd0337f82379d3d3022f685293d3 authored almost 5 years ago
fix(runtime): Attach additional protocols to the prototype of pseudo-types (#36)

9de87f5c404dbbeef653a1d96f8c4afd147a7506 authored almost 5 years ago
fix(console.log): Handle errors when stringifying js objects

8a0612b843a625ae21ab9151857ebb6d4349278d authored almost 5 years ago
feat: Updated V8 to latest version (62d2b9d0fb7f0bcc46df53d1d8872e7d167b72d7)

0217f997916e332e71aa1db8154b75f414d8a201 authored almost 5 years ago
fix: add proper locking when disposing a block

873460ba8a07a635323bf7da96d0957f21611d77 authored almost 5 years ago
Merge pull request #34 from NativeScript/darind/method-swizzling

Instance method swizzling

d2f571a489c8994df02e228c19aa6a9fd53a4391 authored almost 5 years ago
feat(runtime): instance method swizzling (#31)

fddbde76c265519f2678c8f97c99e8c07a6d97d4 authored almost 5 years ago
fix: Check selector availability at runtime (#33)

95a7724d10633fa3473c6c2b823e526296f66052 authored almost 5 years ago
feat: Updated V8 to latest version (1d69704dee7088854f5c30198c07adb06d788a23)

95fd2de995c624f984aa0d9ef049f935a3ec0a4a authored almost 5 years ago
fix(runtime): adapters context handling and cleanup

c0e6c2b698d7825dc181124e05e251a077dfcfcf authored almost 5 years ago
fix(runtime): Free allocated persistent in FastEnumerationAdapter

3e4a10afc55c9e6c0bb141444900bdcb90cb3ec8 authored almost 5 years ago
fix(runtime): Do not replace object prototype during instantiation

ce8366c74c9d58c9d6332a02759ba8c0ac6a8538 authored almost 5 years ago
fix(runtime): NULL guard in swizzled release method

b0d8606a02c419398a613ddc7299b2f2946a5b6e authored almost 5 years ago
Merge pull request #30 from NativeScript/darind/no-arc

Disable ARC

a37729123587b18ddb53aca14b15e8aa533e8654 authored almost 5 years ago
fix(runtime): Reuse wrapped block instances

bc2ce13c741480d12e6f02237cce074248b1317a authored almost 5 years ago
fix(runtime): Drain run loop after executing main script

9666c9d4a6f02727199e2675d8d2110e67ed2927 authored almost 5 years ago
fix(runtime): PromiseProxy should also handle "catch" method

64e2a6b99556dc8ded951132786046edf2cf6549 authored almost 5 years ago
feat(runtime): Disable ARC

3905294c476bbbabc6270dd9e7de94f2033fde47 authored almost 5 years ago
fix(runtime): Use dedicated wrapper for allocated object placeholders

5e86181277db241e3e935da1ea2eeb9b7b8d1874 authored almost 5 years ago
feat(runtime): Added mechanism to GC protect given instance

4eee0e7b4e17f4cc7d947ed539c12076ff9c87d7 authored almost 5 years ago
fix(runtime): Cast to proper ObjCClassWrapper instance

5e3074324bc4f142d4bc0e5d71093f4932acca62 authored almost 5 years ago
fix(runtime): replace GetCurrentContext() function calls (#29)

f0ce67b916e42a1ce6410fdc7f84e32b0eef9fa8 authored almost 5 years ago
fix: Remove unused RunScript method

de1c1927c2a401edbfe7b9d88d14443f2812e6b8 authored almost 5 years ago
fix: address sanitizer issues

8988f955ea1310feb21b4f301a2dd8b75d615a27 authored almost 5 years ago
Merge pull request #28 from NativeScript/darind/v8-locker

V8 lockers

c5f3971647eb2345b4ea89d2a796e3058c435e7f authored almost 5 years ago
feat(runtime): Use V8 lockers

575037fb2db2b0384fc7b567e6571bce99c32af8 authored almost 5 years ago
feat(runtime): schedule callbacks to be executed on the same run loop on which the Promise was created

1e61ed8473929b1ee71951a67a237d15a26843b4 authored almost 5 years ago
feat: Updated V8 to latest version (04c868c1ac484ba09fe004649e973077eec447ba)

fcc2da2c2013e45774ddcd8e5ff050f08fe5d904 authored almost 5 years ago
fix(runtime): Reference.value and pointers of primitive types

270eaa887cd0486d96424f381c81e609017d6e59 authored almost 5 years ago
fix: skip undefined properties in console.dir (#27)

3f8a5941db9f247a977d286810e5c9498a01e43d authored almost 5 years ago
fix: Marshal callbacks on the same RunLoop that created them (#14)

b6b6767d33c33d49be7ae41abe2f90a344ba3196 authored almost 5 years ago
fix(workers): (#14):

- Guard against destroyed runtime when disposing blocks
- Worker scripts should be evaluated as m...

3587ad41f2e65f8c74c5fc1c3f7d1a0b8fad388a authored almost 5 years ago
fix(runtime): do not prematurely dispose blocks (#26)

b2f7faba76681a9a7b927bdd6c4f257b6a4780b9 authored almost 5 years ago
fix(project-template): remove inexistent items

0d6b26cd8b2e65783888a5156109a29bff6e4e63 authored almost 5 years ago
feat(runtime): constructor resolution with NSObject type parameters

9323b3bee952576437f92529dfa0bacaac35b4fd authored almost 5 years ago
feat(project-template): include build scripts

d2ba8bb957cc0121cbe8333fe67ff9c1635ad018 authored almost 5 years ago
fix(project-template): Add LDPLUSPLUS variable

fd170072e2b0079b6b422a7ef8848e79e95d12d3 authored almost 5 years ago
fix(project-template): Correctly get architecture in "nsld" with XCode 11

a9215d4ac26c80015d24db74168bc700b6621103 authored almost 5 years ago
fix(metadata-generator): take into account static frameworks composed of a single object file such as GoogleMaps (#25)

f34d4e9e6b30edf567421167179e9014695dbcc9 authored almost 5 years ago
fix: use stack allocated objc_super instance

1fa721fdf621dc6b5401f293c487e231d2d0b13e authored almost 5 years ago
fix: Remove global functions vector

1ebe20da94747474dc1c1cd071cee70f206c252a authored almost 5 years ago
feat: Replace std::unordered_map with robin_hood::unordered_map (https://github.com/martinus/robin-hood-hashing)

56735ff54a9a3bbcba4d2328cbda71abc1a2980e authored almost 5 years ago
fix: mark V8Args.Length method as const

5cc75b24072f5dd6ef830229b7649920b6575e86 authored almost 5 years ago
feat: Updated V8 to latest version (410ca4c50eab93607074adb2ab59155d5004e433)

d807ba499c7183e08ba20a8371f9a84d33986344 authored almost 5 years ago
feat: perf optimizations (#24):

- Replace calloc with malloc
- Disable ARC in Interop.mm

da7346f4d843f9e3dad28c3c4ecf6e47ee39a717 authored almost 5 years ago
chore: Bump up version to 6.5.0-beta.2-v8

013ea8dd153da760f69b32b5d3af200996e8a92b authored almost 5 years ago
fix: Separate the FFI call parameter offsets calculation and the actual memory allocations (#24)

ac6ad59733c41e4985c14a3fc032777dcaf2c972 authored almost 5 years ago
fix: console.time:

- Added "CONSOLE INFO" label
- Setting the precision to 3 decimal digits

49d4d5ab1a4a0e66bff71f8727d09e57c7f865b5 authored almost 5 years ago
fix: Reserve vector capacities in advance for known sizes

88e751f4b15d7f77a6bce8ff2b9634ffa00e4262 authored almost 5 years ago
fix: Prevent function arguments copying (#24)

4c224eea6cfc70c6e5f0e848eef42eeaca226394 authored almost 5 years ago
fix: use microseconds precision in console.time and console.timeEnd methods

a3accb666987986add5fb98346ef79f007d60fb1 authored almost 5 years ago
fix: cache C function pointers (#24)

0d012a2823bae7e9e37892b9e5a4ec5868446efb authored almost 5 years ago
fix: Do not create js wrappers for __NSMallocBlock__ instances

f9d04e175ea2733fc038b9bb60700be2098d3bc0 authored almost 5 years ago
fix: use class_replaceMethod instead of class_addMethod for extended native classes

979942c88589f6a00ac15923e662e7dec733efcc authored about 5 years ago
fix: Optional method returning a structure should use objc_msgSend_stret on x86_64 (#23)

ed3c973840255c3e931beb62dea2f5617bb83af4 authored about 5 years ago
feat: Updated V8 to latest version (e56a7edbed2c359b1a80cbb585751ad67461912c)

e4c1093bf69739d43a6dbc6df6a1a48bddc65c22 authored about 5 years ago