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 }}
LiveCodeSteven
/
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
libfoundation
src
foundation-value.cpp
on
develop
User selector
All users
All time
Commit history
Commits on Jul 16, 2015
libfoundation: Add new MC_DLLEXPORT_DEF macro.
Show description for 1479e2c
peter-b
committed
1479e2c
View commit details
Copy full SHA for 1479e2c
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
libfoundation: Add __MCCustomCopyDescription().
peter-b
committed
2fcffa6
View commit details
Copy full SHA for 2fcffa6
View code at this point
Browse repository at this point
libfoundation: Re-implement MCValueCopyDescription for booleans.
Show description for 41000c6
peter-b
committed
41000c6
View commit details
Copy full SHA for 41000c6
View code at this point
Browse repository at this point
libfoundation: Re-implement MCValueCopyDescription() for null.
Show description for c20d53e
peter-b
committed
c20d53e
View commit details
Copy full SHA for c20d53e
View code at this point
Browse repository at this point
libfoundation: Implement MCValueCopyDescription() for unrecognised types.
Show description for a6a1e83
peter-b
committed
a6a1e83
View commit details
Copy full SHA for a6a1e83
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
[[CID 16909 etc.]] Avoid overruns of hash table capacities array.
Show description for 6d2ceee
peter-b
committed
6d2ceee
View commit details
Copy full SHA for 6d2ceee
View code at this point
Browse repository at this point
Commits on Jan 21, 2015
[[ Foundation ]] Add simple MCHandler valueref implementation - context is stored within the value, and invoke/release operations deferred to callbacks.
runrevmark
committed
2024fb2
View commit details
Copy full SHA for 2024fb2
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Merge branch 'develop' of https://github.com/runrev/livecode into modular
Fraser J. Gordon
committed
9e83dea
View commit details
Copy full SHA for 9e83dea
View code at this point
Browse repository at this point
[[misc-customtypes]] libfoundation: Check custom type func pointers before call
Show description for e8011d3
peter-b
committed
e8011d3
View commit details
Copy full SHA for e8011d3
View code at this point
Browse repository at this point
Commits on Dec 11, 2014
Fix the widget property setting and update the example widget
Fraser J. Gordon
committed
44d1db0
View commit details
Copy full SHA for 44d1db0
View code at this point
Browse repository at this point
libfoundation: Synchronise with MLC branch.
peter-b
committed
fb94a16
View commit details
Copy full SHA for fb94a16
View code at this point
Browse repository at this point
Merge branch 'develop' of github.com:runrev/livecode into modular.
Show description for 7149cda
peter-b
committed
7149cda
View commit details
Copy full SHA for 7149cda
View code at this point
Browse repository at this point
Commits on Dec 8, 2014
[[ Foundation ]] Fixed resolution of custom valueref typeinfos.
runrevmark
committed
afd0f31
View commit details
Copy full SHA for afd0f31
View code at this point
Browse repository at this point
Commits on Nov 28, 2014
Merge pull request #1550 from peter-b/misc-valgrindmemcheck
Show description for df5de90
peter-b
committed
df5de90
View commit details
Copy full SHA for df5de90
View code at this point
Browse repository at this point
[[ Valgrind ]] Add memcheck hints when cleaning up memory pools at exit.
Show description for 75c9b73
peter-b
committed
75c9b73
View commit details
Copy full SHA for 75c9b73
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
libfoundation: Synchronise with MLC branch.
peter-b
committed
090000f
View commit details
Copy full SHA for 090000f
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
[[ Foundation ]] Tweak to MCBooleanCreateWithBool placement.
runrevmark
committed
faa0ba8
View commit details
Copy full SHA for faa0ba8
View code at this point
Browse repository at this point
[[ Foundation ]] Added 'foreign type info' and 'foreign value' API.
Show description for 5560971
runrevmark
committed
5560971
View commit details
Copy full SHA for 5560971
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Merge branch 'develop' into modular-test_in_compile
Show description for 82c13d3
runrevmark
committed
82c13d3
View commit details
Copy full SHA for 82c13d3
View code at this point
Browse repository at this point
[[ Foundation ]] Reworked typeinfo structures to introduce optional, named and alias types.
Show description for 3e4fbc3
runrevmark
committed
3e4fbc3
View commit details
Copy full SHA for 3e4fbc3
View code at this point
Browse repository at this point
Commits on Nov 18, 2014
Merge branch 'feature-typeinfo_handler_record' into develop
runrevmark
committed
fc21816
View commit details
Copy full SHA for fc21816
View code at this point
Browse repository at this point
[[ Foundation ]] Added one, zero, minus one number constants.
Show description for e02f4f4
runrevmark
committed
e02f4f4
View commit details
Copy full SHA for e02f4f4
View code at this point
Browse repository at this point
Merge branch 'feature-typeinfo_handler_record' into develop
runrevmark
committed
c86ba3f
View commit details
Copy full SHA for c86ba3f
View code at this point
Browse repository at this point
Commits on Nov 11, 2014
[[ FoundationProperList ]] Added case for ProperList Hash call.
runrevmark
committed
e2799de
View commit details
Copy full SHA for e2799de
View code at this point
Browse repository at this point
Merge remote-tracking branch 'runrev/feature-typeinfo_handler_record' into modular
Show description for b4a144b
runrevmark
committed
b4a144b
View commit details
Copy full SHA for b4a144b
View code at this point
Browse repository at this point
[[ FoundationError ]] Added new MCErrorRef type for handling errors.
Show description for 2934db9
runrevmark
committed
2934db9
View commit details
Copy full SHA for 2934db9
View code at this point
Browse repository at this point
[[ FoundationRecord ]] Make sure GetTypeInfo returns the record's type info.
runrevmark
committed
fea41be
View commit details
Copy full SHA for fea41be
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
[[ FoundationRecord ]] Added non-copy-on-write version of MCRecordRef.
runrevmark
committed
a3beb2b
View commit details
Copy full SHA for a3beb2b
View code at this point
Browse repository at this point
[[ FoundationTypeInfo ]] Added MCValueGetTypeInfo() for currently defined type info value refs.
runrevmark
committed
371b4b1
View commit details
Copy full SHA for 371b4b1
View code at this point
Browse repository at this point
[[ FoundationTypeInfo ]] Added initial implementation of TypeInfo value ref including built-in types (boolean, number, string, data, array) and umbrella types (handler, record).
runrevmark
committed
a34da77
View commit details
Copy full SHA for a34da77
View code at this point
Browse repository at this point
[[ Foundation ]] Make sure value pool contents is drained on finalise.
runrevmark
committed
461ca03
View commit details
Copy full SHA for 461ca03
View code at this point
Browse repository at this point
[[ Foundation ]] Make sure two interred values are not equal if their pointers are not equal (short-circuit direct comparison!).
runrevmark
committed
aef85ee
View commit details
Copy full SHA for aef85ee
View code at this point
Browse repository at this point
Commits on Nov 4, 2014
[[ Valgrind ]] Use Memcheck macros to mark pooled MCValue buffers.
peter-b
committed
93efca0
View commit details
Copy full SHA for 93efca0
View code at this point
Browse repository at this point
Commits on Oct 21, 2014
Initial implementation of proper list value
runrevali
committed
63e8b08
View commit details
Copy full SHA for 63e8b08
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
[[ Foundation ]] Fixed some && and || warnings.
Show description for 8b6d766
runrevmark
committed
8b6d766
View commit details
Copy full SHA for 8b6d766
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.