FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/mruby/data.h - drbrain/mruby · GitHub
drbrain
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
mruby
include
mruby
data.h
on
master
User selector
Datepicker
Commit history
Commits on Nov 27, 2015
common.h are supposed to be included from other header, so call it with quotes; ref #3032
matz
committed
065966d
View commit details
Copy full SHA for 065966d
View code at this point
Browse repository at this point
include changed from by quotes ("") to by brackets (<>); close #3032
matz
committed
5c405de
View commit details
Copy full SHA for 5c405de
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Remove old doxygen tags
sagmor
committed
a0fe0c4
View commit details
Copy full SHA for a0fe0c4
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Document data header
sagmor
committed
0e5b815
View commit details
Copy full SHA for 0e5b815
View code at this point
Browse repository at this point
Sorting documentation grouping
sagmor
committed
40bf7bd
View commit details
Copy full SHA for 40bf7bd
View code at this point
Browse repository at this point
Setting up doxygen groups
sagmor
committed
c127614
View commit details
Copy full SHA for c127614
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
Add API `mrb_data_init` to initialize `MRB_TT_DATA` tagged instance.
take-cheeze
committed
b3d0585
View commit details
Copy full SHA for b3d0585
View code at this point
Browse repository at this point
Commits on Aug 3, 2014
add MRB_API modifiers to mruby API functions
matz
committed
206f89e
View commit details
Copy full SHA for 206f89e
View code at this point
Browse repository at this point
Commits on Mar 2, 2014
fix include guard style.
Tatsuya Matsumoto
committed
71319ac
View commit details
Copy full SHA for 71319ac
View code at this point
Browse repository at this point
Commits on Aug 14, 2013
use newer DATA API
matz
committed
d780c66
View commit details
Copy full SHA for d780c66
View code at this point
Browse repository at this point
redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR() to type safe retrieval (TypeError will be raised), DATA_CHECK_GET_PTR() to get nil if type mismatched
matz
committed
b225e4c
View commit details
Copy full SHA for b225e4c
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
matz
committed
40e6cdc
View commit details
Copy full SHA for 40e6cdc
View code at this point
Browse repository at this point
Commits on Aug 3, 2013
add read barrier to value.p
Show description for 8dc2fa3
nyuichi
committed
8dc2fa3
View commit details
Copy full SHA for 8dc2fa3
View code at this point
Browse repository at this point
Commits on Apr 3, 2013
make Data_Make_Struct a statement to make it C99 compatible
matz
committed
d8c4f6a
View commit details
Copy full SHA for d8c4f6a
View code at this point
Browse repository at this point
rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> mrb_data_check_and_get
matz
committed
75f5535
View commit details
Copy full SHA for 75f5535
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Changed the RData type field to 'const'
Show description for 6a6c26f
nemerle
committed
6a6c26f
View commit details
Copy full SHA for 6a6c26f
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead of struct directly.
monaka
committed
e4231a0
View commit details
Copy full SHA for e4231a0
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
changing Make_Data_Struct API; you need to modify your code that uses Make_Data_Struct; close #821
matz
committed
d98ad06
View commit details
Copy full SHA for d98ad06
View code at this point
Browse repository at this point
Add semi-colon after the statement.
monaka
committed
c23057e
View commit details
Copy full SHA for c23057e
View code at this point
Browse repository at this point
Commits on Jan 16, 2013
supress cast warning on C++.
mattn
committed
0b814c8
View commit details
Copy full SHA for 0b814c8
View code at this point
Browse repository at this point
Commits on Oct 25, 2012
Use substitution instead of memset in structure initialization.
monaka
committed
1933e26
View commit details
Copy full SHA for 1933e26
View code at this point
Browse repository at this point
Commits on Aug 18, 2012
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
matz
committed
97b7eb6
View commit details
Copy full SHA for 97b7eb6
View code at this point
Browse repository at this point
Commits on Aug 14, 2012
NaN boxing
matz
committed
7d02df3
View commit details
Copy full SHA for 7d02df3
View code at this point
Browse repository at this point
Commits on Aug 11, 2012
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
matz
committed
c9fe903
View commit details
Copy full SHA for c9fe903
View code at this point
Browse repository at this point
Commits on May 18, 2012
add extern "C" guards
matz
committed
bbf7b0c
View commit details
Copy full SHA for bbf7b0c
View code at this point
Browse repository at this point
Commits on May 4, 2012
hash refactored
matz
committed
e0460c1
View commit details
Copy full SHA for e0460c1
View code at this point
Browse repository at this point
Commits on Apr 30, 2012
rm whitespace
roco
committed
4ec6d41
View commit details
Copy full SHA for 4ec6d41
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
add file header
mimaki
committed
8354436
View commit details
Copy full SHA for 8354436
View code at this point
Browse repository at this point
Commits on Apr 20, 2012
move src/mdata.h to include/mruby/data.h
matz
committed
d114422
View commit details
Copy full SHA for d114422
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL