Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
justuni
/
livecode
Public
forked from
livecode/livecode
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
livecode
libscript
src
script-builder.cpp
on
develop
User selector
All users
All time
Commit history
Commits on May 30, 2017
[[ Emscripten ]] Tweaks to build of engine
Show description for b27cf19
runrevmark
committed
b27cf19
View commit details
Copy full SHA for b27cf19
View code at this point
Browse repository at this point
[[ Toolchain ]] Generate shims with uniform signature for binding array
Show description for 3c9189e
runrevmark
committed
3c9189e
View commit details
Copy full SHA for 3c9189e
View code at this point
Browse repository at this point
Commits on Apr 4, 2017
[[ Bug 19523 ]] Make sure registers are destroyed during codegen
Show description for 6096f71
runrevmark
committed
6096f71
View commit details
Copy full SHA for 6096f71
View code at this point
Browse repository at this point
Commits on Jan 24, 2017
Simplify LCB records.
Show description for f98760e
peter-b
committed
f98760e
View commit details
Copy full SHA for f98760e
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
[[ Script ]] Rework LCB VM implementation
Show description for e785ff9
runrevmark
committed
e785ff9
View commit details
Copy full SHA for e785ff9
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
[[ UnsafeAttrib ]] Add unsafe handlers and unsafe blocks
Show description for 3b18b02
runrevmark
committed
3b18b02
View commit details
Copy full SHA for 3b18b02
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
[[ Cleanup ]] Cleanup various parts of bytecode block patch
Show description for 6a39fcf
runrevmark
committed
6a39fcf
View commit details
Copy full SHA for 6a39fcf
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
[[ BytecodeBlocks ]] Add bytecode blocks
Show description for c8c79a0
runrevmark
committed
c8c79a0
View commit details
Copy full SHA for c8c79a0
View code at this point
Browse repository at this point
Commits on Jun 7, 2016
[[ LocalVariableInit ]] Make compiler responsible for initializing locals
Show description for 8acd595
runrevmark
committed
8acd595
View commit details
Copy full SHA for 8acd595
View code at this point
Browse repository at this point
[[ CleanupVM ]] Clean up the VM code to allow easier changes.
Show description for da702f2
runrevmark
committed
da702f2
View commit details
Copy full SHA for da702f2
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
LCB: Add array expressions to language.
Show description for 45d2e24
peter-b
committed
45d2e24
View commit details
Copy full SHA for 45d2e24
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
[[ UninitialisedVars ]] Fix for Mac compilation
livecodesebastien
committed
6a118b1
View commit details
Copy full SHA for 6a118b1
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
[[ RunRevReferences ]] Remove references to RunRev in LiveCode 8 files copyright
livecodesebastien
committed
90db388
View commit details
Copy full SHA for 90db388
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
[[ Foreign Callbacks ]] Bridging and lifetime management.
Show description for b673c3d
runrevmark
committed
b673c3d
View commit details
Copy full SHA for b673c3d
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
[Bug 15639] Remove some signed/unsigned comparison errors.
peter-b
committed
1a5f659
View commit details
Copy full SHA for 1a5f659
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Re-arrange libscript to avoid a clash with the QuickTime SDK headers
livecodefraser
committed
4fc4167
View commit details
Copy full SHA for 4fc4167
View code at this point
Browse repository at this point
Commits on Mar 10, 2015
[[ LCB ]] Fix incorrect module version calculation.
runrevmark
committed
80964a8
View commit details
Copy full SHA for 80964a8
View code at this point
Browse repository at this point
[[ LCB ]] Add constant formalism for binary module format versioning.
runrevmark
committed
0ae0416
View commit details
Copy full SHA for 0ae0416
View code at this point
Browse repository at this point
Commits on Feb 12, 2015
Merge pull request #1808 from runrevmark/feature-lcb_context_vars
Show description for e262d6c
runrevmark
committed
e262d6c
View commit details
Copy full SHA for e262d6c
View code at this point
Browse repository at this point
Commits on Feb 11, 2015
[ CID 20330 ] Pointless self-assignment.
runrevmark
committed
fd88251
View commit details
Copy full SHA for fd88251
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
[[ LCB ]] Initial implementation of context handlers.
Show description for 475e1b9
runrevmark
committed
475e1b9
View commit details
Copy full SHA for 475e1b9
View code at this point
Browse repository at this point
[[ LCB ]] Added trial support for context variables.
Show description for 68a1913
runrevmark
committed
68a1913
View commit details
Copy full SHA for 68a1913
View code at this point
Browse repository at this point
[[ LCB ]] Improvements to simple constants.
Show description for 15845ee
runrevmark
committed
15845ee
View commit details
Copy full SHA for 15845ee
View code at this point
Browse repository at this point
[[ LCB ]] Implement simple constants.
Show description for 10ea3cf
runrevmark
committed
10ea3cf
View commit details
Copy full SHA for 10ea3cf
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Merge pull request #1776 from peter-b/coverity
Show description for 0ac7698
peter-b
committed
0ac7698
View commit details
Copy full SHA for 0ac7698
View code at this point
Browse repository at this point
[CID 16456] libscript: MCScriptEndHandlerInModule(): Unitialized variable.
Show description for e94c098
peter-b
committed
e94c098
View commit details
Copy full SHA for e94c098
View code at this point
Browse repository at this point
[[ LCB Builder ]] Remove outdata MCScriptImportedDefinition.type field.
runrevmark
committed
d6fbc8a
View commit details
Copy full SHA for d6fbc8a
View code at this point
Browse repository at this point
[[ LCB Builder ]] Add API to enable an import definition to be attached to an existing definition index.
runrevmark
committed
50bd109
View commit details
Copy full SHA for 50bd109
View code at this point
Browse repository at this point
Commits on Jan 28, 2015
[[ LCB Builder ]] Explain arg count variants of Fetch, Store and Return opcodes.
runrevmark
committed
8fb991d
View commit details
Copy full SHA for 8fb991d
View code at this point
Browse repository at this point
[[ LCB Builder ]] Replace direct MCResizeArrays with __extend_array wrapper.
runrevmark
committed
54db835
View commit details
Copy full SHA for 54db835
View code at this point
Browse repository at this point
[[ LCB Machine ]] Add local variable names to module struct.
Show description for 7068a04
runrevmark
committed
7068a04
View commit details
Copy full SHA for 7068a04
View code at this point
Browse repository at this point
[[ LCB Builder ]] Changes to module builder API to support changes to the VM.
runrevmark
committed
6b63670
View commit details
Copy full SHA for 6b63670
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
[[ LCB ]] Fix minor errors in code gen for indirect calls.
runrevmark
committed
4146790
View commit details
Copy full SHA for 4146790
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Update new source files with GPL header.
runrevmark
committed
03b6f04
View commit details
Copy full SHA for 03b6f04
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
[[ Compiler ]] Fix output of position info (was previously handler relative addresses, rather than global).
runrevmark
committed
25f561e
View commit details
Copy full SHA for 25f561e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.