aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2015-07-29Don't use os.Exit outside of main, instead propagate the errorsIan Cottrell
2015-07-29Add profiling support to command line toolsIan Cottrell
2015-07-29Fix buildIan Cottrell
2015-07-29Merge "Do not walk types in the fence detector." into studio-1.4-devDavid Srbecky
2015-07-28Do not walk types in the fence detector.David Srbecky
2015-07-28Handle formatting of switch default clause.David Srbecky
2015-07-28Allow duplicate values in enums.David Srbecky
2015-07-24Add a parsed CST test.Ben Clayton
2015-07-24Add ast.PreConst to better handle const specifier before type.Ben Clayton
2015-07-24Merge "Fix some of the broken tabbing for comments at the end of blocks." int...Ben Clayton
2015-07-23Merge "Support default case in switch statmentes." into studio-1.4-devDavid Srbecky
2015-07-23Support default case in switch statmentes.David Srbecky
2015-07-23Fix some of the broken tabbing for comments at the end of blocks.Ben Clayton
2015-07-23Add 'apic format' command for formatting API files.Ben Clayton
2015-07-23Use Parser.Extend to fix nesting of extended types.Ben Clayton
2015-07-23Fix CST for resolving the unary operators.Ben Clayton
2015-07-23Fix CST for resolving the unknown operator.Ben Clayton
2015-07-23Use Parser.Extend to fix nesting of extended expressions.Ben Clayton
2015-07-23Fix ast.OpAnnotation not being placed in the annotation’s CST branch.Ben Clayton
2015-07-23Add ast.Visit function to traverse an AST tree.Ben Clayton
2015-07-23ast.Node: Replace Fragment() parse.Fragment with Node() parse.NodeBen Clayton
2015-07-16Merge "Replace "Macro" with "Template" where applicable." into studio-1.4-devAnton Carver
2015-07-16Replace "Macro" with "Template" where applicable.Anton Carver
2015-07-16apic/template: Add TrimPrefix functionJesse Hall
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-13Sort the externs by nameIan Cottrell
2015-07-13Normalise the Tool part of the generated copyright headersIan Cottrell
2015-07-08apic/template: add a helper for reinterpreting uints as ints.Seb Noury
2015-07-08Consider constness when comparing pointer types at resolver insertion.Seb Noury
2015-07-08Regenerate all files -was missing GLES pointer constness changes.Seb Noury
2015-07-08Merge "apic/validate: add a few more cases to the type check traversal." into...Seb Noury
2015-07-08Merge "api: add bitwise binary operators | and &." into studio-1.4-devSeb Noury
2015-07-08api: add bitwise binary operators | and &.Seb Noury
2015-07-08api/resolver: Fix ICEs for composite type matching.Ben Clayton
2015-07-07apic/validate: add a few more cases to the type check traversal.Seb Noury
2015-07-06Update README.mk filesBen Clayton
2015-07-03Build package constant tablesIan Cottrell
2015-07-03api: add a "define" keyword for defining named literals.Seb Noury
2015-07-03Merge "api/apic: add a Bitpos template helper for bitfield constants." into s...Seb Noury
2015-07-02api/apic: add a Bitpos template helper for bitfield constants.Seb Noury
2015-07-01Removed class inheritance from language, no longer usedIan Cottrell
2015-06-29Convert logging to use the helpers, and remove the old interface.Ian Cottrell
2015-06-25Merge "Add new README.md files." into studio-1.4-devBen Clayton
2015-06-25Add new README.md files.Ben Clayton
2015-06-25Rebuild markdown documentationBen Clayton
2015-06-25Add PackageOf function to work out the imported package name of a typeIan Cottrell
2015-06-25Change rpc Type template to use Node dispatch mechanismIan Cottrell
2015-06-25Add generic member and owner handlingIan Cottrell
2015-06-25Change type test, always using baseType is broken if the pointer implements a...Ian Cottrell
2015-06-18Add automatic resolve helper generationIan Cottrell