summaryrefslogtreecommitdiffstats
path: root/gin/object_template_builder.h
Commit message (Expand)AuthorAgeFilesLines
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-2/+1
* gin: Add out-of-line copy ctors for complex classes.vmpstr2016-02-251-0/+1
* Remove base::enable_ifvmpstr2015-11-301-3/+6
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-9/+9
* Exporting classes with internal linkage does not make sense, do not do it.thakis2014-11-041-1/+1
* gin: Add the concept of named and indexed interceptors.jochen@chromium.org2014-03-121-0/+2
* gin: Add ability to install call-as-function handlers on gin::Wrappablejochen@chromium.org2014-03-101-0/+21
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-2/+3
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-081-1/+1
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-6/+73
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-0/+56