Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c4f5771
Upgrade v8 to v11.1.277.17
caitp Mar 27, 2023
b0b1a3e
Don't use libm trig functions in v8
caitp Mar 30, 2023
09d6cf2
rebuild v8 without the undefined symbols
caitp Mar 30, 2023
43ebf3d
incorporate updated v8 inspector files
caitp Mar 30, 2023
798391e
Allocate Wrapper objects using cppgc
caitp Mar 30, 2023
5adf2d8
Comment out no-longer-exposed API
caitp Mar 30, 2023
be72ea8
Simplify PrimitiveDataWrapper
caitp Apr 11, 2023
8e80998
Support v8::Isolate* as a first parameter to DataWrapper constructor
caitp May 1, 2023
a633f2d
Add class-name printers for debugging
caitp May 27, 2023
205f91c
ExternalData -- tool for identifying type of single-pointer instance …
caitp May 27, 2023
667fd73
Do not freeze flags after init
caitp May 27, 2023
740fec5
Initialize cppgc and attach CppHeap to Isolate
caitp May 27, 2023
474bad3
Add a convenience function for moving a wrapper to a new value (Unnee…
caitp May 27, 2023
5d5f227
Ignore -Werror failures due to deprecated string conversion apis
caitp May 27, 2023
29ec6d3
Rewrite SetValue/DeleteValue Helpers to use GarbageCollected<T> utils
caitp May 27, 2023
ad084af
Add an ObjectTemplate for a traceable ordinary Object wrapper
caitp May 27, 2023
c5738c0
Track "super" references in ObjCDataWrappers using traceable structs
caitp May 27, 2023
bf06c79
Add Clear() method to ConcurrentMap
caitp May 27, 2023
bfbd301
Revert "Add Clear() method to ConcurrentMap"
caitp May 27, 2023
7539351
get Reference tests passing
caitp May 27, 2023
ddc164f
get Pointer tests passing
caitp May 29, 2023
e87de02
get various function/block tests passing
caitp May 29, 2023
e36df03
refactor Struct types
caitp May 29, 2023
36d5e1a
Refactoring native Apple types
caitp May 29, 2023
92682ed
fixup ExtVectorWrapper
caitp May 29, 2023
a8f7125
Garbage changes to revert
caitp May 29, 2023
3b0e697
Revert "Garbage changes to revert"
caitp May 29, 2023
9f6d0b9
inspector: avoid diagnostic issue regarding use of deprecated string …
caitp May 29, 2023
84a3c57
Add Common.mm to project (ScriptWrappable helpers used by CPPGC code)
caitp May 29, 2023
bea9cad
Disable ObjectManager functionality (Temporarily)
caitp May 29, 2023
d2134c3
Addon to the Common.mm change from earlier
caitp May 29, 2023
740d468
Misc changes that might not be needed
caitp May 29, 2023
1b2c354
Pull in v8 library updates for m1
caitp May 29, 2023
ad9670b
Revert "Misc changes that might not be needed"
caitp May 29, 2023
9523366
chore: tmp disable worker tests
NathanWalker Jun 20, 2023
781d419
release: 8.6.0-alpha.0
NathanWalker Jun 20, 2023
11893ce
chore: cleanup changelog
NathanWalker Jun 20, 2023
6004801
release: 8.6.0-alpha.1
NathanWalker Jun 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Misc changes that might not be needed
  • Loading branch information
caitp authored and NathanWalker committed Jun 20, 2023
commit 740d4688ea44291dc4e9c121f9cd32459bd17c03
2 changes: 2 additions & 0 deletions NativeScript/NativeScript.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "runtime/Runtime.h"
#include "runtime/Tasks.h"

#include <memory>

using namespace v8;
using namespace tns;

Expand Down
1 change: 0 additions & 1 deletion NativeScript/runtime/ArgConverter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "ArgConverter.h"
#include "NativeScriptException.h"
#include "DictionaryAdapter.h"
#include "ObjectManager.h"
#include "Interop.h"
#include "Helpers.h"
#include "Runtime.h"
Expand Down