FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/builtin/module_builtin_string.cpp - WhyNot135/daScript · GitHub
WhyNot135
/
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
builtin
module_builtin_string.cpp
on
master
User selector
Datepicker
Commit history
Commits on Jun 12, 2026
codeql: fix 4 integer-overflow findings + filter vendored SARIF
Show description for 92438a6
borisbat
and
claude
committed
92438a6
View commit details
Copy full SHA for 92438a6
View code at this point
Browse repository at this point
Commits on Jun 7, 2026
flatten: hash-key opt-pass tables + cut copy_prop clone churn
Show description for f0e8a6e
borisbat
and
claude
committed
f0e8a6e
View commit details
Copy full SHA for f0e8a6e
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
annotations: migrate Annotation and AnnotationDeclaration to gc_node
Show description for f2a0bca
borisbat
and
claude
committed
f2a0bca
View commit details
Copy full SHA for f2a0bca
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
gc(Expression,MakeFieldDecl,MakeStruct,Function,Structure,Enumeration,Variable): migrate AST nodes from smart_ptr to gc_node
Show description for af45f1f
borisbat
and
claude
committed
af45f1f
View commit details
Copy full SHA for af45f1f
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gc(TypeDecl): replace smart_ptr<TypeDecl> with gc_node-based raw pointers
Show description for ec3e307
borisbat
and
claude
committed
ec3e307
View commit details
Copy full SHA for ec3e307
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
Add first_character, with_das_string builtins and optimize character_at
Show description for 46b5387
borisbat
and
claude
committed
46b5387
View commit details
Copy full SHA for 46b5387
View code at this point
Browse repository at this point
Improve perf_lint standalone tool and remove C++ deprecation infrastructure
Show description for 0087000
borisbat
and
claude
committed
0087000
View commit details
Copy full SHA for 0087000
View code at this point
Browse repository at this point
Add performance lint module (daslib/perf_lint) with 5 rules
Show description for 5910754
borisbat
and
claude
committed
5910754
View commit details
Copy full SHA for 5910754
View code at this point
Browse repository at this point
Commits on Mar 7, 2026
add rfind to strings module, glob_match to strings_boost, batch compile_check
Show description for 70b1270
borisbat
and
claude
committed
70b1270
View commit details
Copy full SHA for 70b1270
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 Feb 15, 2026
better strings
borisbat
committed
011c87a
View commit details
Copy full SHA for 011c87a
View code at this point
Browse repository at this point
Commits on Jan 23, 2026
fmt is now in builting. which makes "{a:.8g}" possible without require string
borisbat
committed
7d1c2f4
View commit details
Copy full SHA for 7d1c2f4
View code at this point
Browse repository at this point
Commits on Dec 14, 2025
allocators always throw out of mem. no longer need to check everywhere
borisbat
committed
b164477
View commit details
Copy full SHA for b164477
View code at this point
Browse repository at this point
Commits on Nov 18, 2025
Mark exported & imported functions with attributes.
aleksisch
committed
56ed698
View commit details
Copy full SHA for 56ed698
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
prepare for UBSAN
aleksisch
committed
5147ce4
View commit details
Copy full SHA for 5147ce4
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
Enhance parsing and error reporting with line tracking
Show description for 44fb8dd
profelis
committed
44fb8dd
View commit details
Copy full SHA for 44fb8dd
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
fix: improve string comparison logic in startsWith and endsWith functions
profelis
committed
7d1b7b8
View commit details
Copy full SHA for 7d1b7b8
View code at this point
Browse repository at this point
Commits on May 5, 2025
Merge pull request #1641 from aleksisch/feature/ast-aot-cpp-das
Show description for abd57e0
borisbat
authored
abd57e0
View commit details
Copy full SHA for abd57e0
View code at this point
Browse repository at this point
Commits on May 1, 2025
to_lower and to_upper now survives string interning
borisbat
committed
9c1ca79
View commit details
Copy full SHA for 9c1ca79
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
implement missing bindings
aleksisch
committed
9f47ee4
View commit details
Copy full SHA for 9f47ee4
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
move builtin string methods to c++ from das
aleksisch
committed
0588784
View commit details
Copy full SHA for 0588784
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
improve test cases for string removal
profelis
committed
44994f6
View commit details
Copy full SHA for 44994f6
View code at this point
Browse repository at this point
Commits on Feb 14, 2025
refactor string deletion functions to return success status and add tests for delete_string
profelis
committed
82bd23f
View commit details
Copy full SHA for 82bd23f
View code at this point
Browse repository at this point
Commits on Aug 24, 2024
Fixed clang on Windows compilation issues.
e-dog
committed
6119bf9
View commit details
Copy full SHA for 6119bf9
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
Fixed clang compilation issues (POSIX function names mostly).
e-dog
committed
f1f8378
View commit details
Copy full SHA for f1f8378
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
small favors
borisbat
committed
dabb046
View commit details
Copy full SHA for dabb046
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
improved diagnostic messages
Show description for d7746d9
a.borisov
committed
d7746d9
View commit details
Copy full SHA for d7746d9
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
no more fmt lib in headers
profelis
committed
f339d6c
View commit details
Copy full SHA for f339d6c
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
"format" is deprecated. long live "fmt"
borisbat
committed
3ef8967
View commit details
Copy full SHA for 3ef8967
View code at this point
Browse repository at this point
Commits on Jun 15, 2024
missing types, also unification
borisbat
committed
039d83b
View commit details
Copy full SHA for 039d83b
View code at this point
Browse repository at this point
now for some decent conversions
borisbat
committed
412ece7
View commit details
Copy full SHA for 412ece7
View code at this point
Browse repository at this point
upsie
borisbat
committed
35986b3
View commit details
Copy full SHA for 35986b3
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
number conversions in runtime. also test
borisbat
committed
2620606
View commit details
Copy full SHA for 2620606
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL