FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/simulate/runtime_array.cpp - PushoN/daScript · GitHub
PushoN
/
daScript
Public
forked from
GaijinEntertainment/daScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
daScript
src
simulate
runtime_array.cpp
on
master
User selector
Datepicker
Commit history
Commits on Apr 22, 2026
add tag_array / tag_table debug builtins + preserve tag on realloc
Show description for 69cc9cf
borisbat
and
claude
committed
69cc9cf
View commit details
Copy full SHA for 69cc9cf
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
remove skip_lock_check from array and table internals
borisbat
committed
86982da
View commit details
Copy full SHA for 86982da
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
remove out-of-memory checks, context functions now assume valid memory
profelis
committed
070b3a6
View commit details
Copy full SHA for 070b3a6
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
Fix potential null pointer dereference in array_reserve during memory copy
profelis
committed
26bfea1
View commit details
Copy full SHA for 26bfea1
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
Add error handling for array resizing with large sizes
profelis
committed
713e5af
View commit details
Copy full SHA for 713e5af
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
more error reporting
borisbat
committed
987e5e4
View commit details
Copy full SHA for 987e5e4
View code at this point
Browse repository at this point
Commits on Dec 28, 2024
very safe context mode
borisbat
committed
6e296e5
View commit details
Copy full SHA for 6e296e5
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
pass LineInfo for all mem allocations
Show description for 0ec4fa5
profelis
committed
0ec4fa5
View commit details
Copy full SHA for 0ec4fa5
View code at this point
Browse repository at this point
Commits on May 29, 2024
now with instrumentation for memory allocation threadlocal
borisbat
committed
d9cd9a0
View commit details
Copy full SHA for d9cd9a0
View code at this point
Browse repository at this point
Commits on May 8, 2024
Fix out of memory error handling in array_reserve
profelis
committed
dbc487b
View commit details
Copy full SHA for dbc487b
View code at this point
Browse repository at this point
Commits on May 7, 2024
unify ouf of heap error
borisbat
committed
deedbbe
View commit details
Copy full SHA for deedbbe
View code at this point
Browse repository at this point
Commits on Apr 11, 2024
WIP - heap limit
borisbat
committed
ad06a1d
View commit details
Copy full SHA for ad06a1d
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
GC is now aware of iterators
borisbat
committed
acfbc4f
View commit details
Copy full SHA for acfbc4f
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
throw errors with line information
Show description for de0d4de
profelis
committed
de0d4de
View commit details
Copy full SHA for de0d4de
View code at this point
Browse repository at this point
Commits on Feb 26, 2023
int(a)*int(a) -> size_t is not good. size_t(a)*size_t(a) before muliplicaiton is the way, obviously
borisbat
committed
52c856c
View commit details
Copy full SHA for 52c856c
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
for noise matters - part 2
borisbat
committed
7d2072f
View commit details
Copy full SHA for 7d2072f
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
das_clz instead of __builtin_clz
Show description for 7b96f46
borisbat
committed
7b96f46
View commit details
Copy full SHA for 7b96f46
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
now with both linear and persistent heap
borisbat
committed
0cf2645
View commit details
Copy full SHA for 0cf2645
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
more missing
borisbat
committed
2028584
View commit details
Copy full SHA for 2028584
View code at this point
Browse repository at this point
allocation tracking
borisbat
committed
8c5b959
View commit details
Copy full SHA for 8c5b959
View code at this point
Browse repository at this point
Commits on Jun 3, 2020
ability to delete hopeless data
borisbat
committed
b53e353
View commit details
Copy full SHA for b53e353
View code at this point
Browse repository at this point
Commits on May 30, 2020
iterators reworked. also 'next'
borisbat
committed
a814ffa
View commit details
Copy full SHA for a814ffa
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
delete lambda, delete iterator
borisbat
committed
c081233
View commit details
Copy full SHA for c081233
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
iterator is now erased on consumption. memory is freed
borisbat
committed
065b88e
View commit details
Copy full SHA for 065b88e
View code at this point
Browse repository at this point
Commits on Jan 28, 2020
support for 'shared' flag
Show description for 732f93b
borisbat
committed
732f93b
View commit details
Copy full SHA for 732f93b
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
panic, when doing things with locked table
borisbat
committed
753a4d8
View commit details
Copy full SHA for 753a4d8
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
simple hit-based profiler. 'how many nodes hit this line'
borisbat
committed
c40d640
View commit details
Copy full SHA for c40d640
View code at this point
Browse repository at this point
Commits on Sep 23, 2019
string GC - basic 'fast' version - no relocation, just pure collect
borisbat
committed
8c3c943
View commit details
Copy full SHA for 8c3c943
View code at this point
Browse repository at this point
Commits on Aug 28, 2019
bug giveth
borisbat
committed
df9d27a
View commit details
Copy full SHA for df9d27a
View code at this point
Browse repository at this point
Commits on Apr 22, 2019
minor fixes
Boris Batkin
committed
31124ee
View commit details
Copy full SHA for 31124ee
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
wip, iterators
borisbat
committed
d2f24db
View commit details
Copy full SHA for d2f24db
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
use das:: min/max instead of assuming it is in using
Aliot
committed
92f2320
View commit details
Copy full SHA for 92f2320
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
remove trailing whitespaces
Aliot
committed
410e8b8
View commit details
Copy full SHA for 410e8b8
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
deleting table
borisbat
committed
50508dd
View commit details
Copy full SHA for 50508dd
View code at this point
Browse repository at this point
wip, delete
borisbat
committed
ee08488
View commit details
Copy full SHA for ee08488
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL