summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/variant.h
AgeCommit message (Collapse)Author
2017-04-19more changes to make the C runtime compilable with MSVCkrasimir
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2017-04-13use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile ↵krasimir
again on MacOS
2017-04-12a patch from Bjørnar Luteberget for compatibility with MSVCkrasimir
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2014-02-09GuVariant is now plain uintptr_t instead of a structure to make it easier to ↵kr.angelov
write Haskell bindings
2013-09-26add gu_variant_close in libgukr.angelov
2013-09-17a major refactoring in the C runtime. GuList is now removed and replaced ↵kr.angelov
with GuSeq. The GuSeq/GuBuf API is simplified
2012-01-20initial import of the C runtimekr.angelov