aboutsummaryrefslogtreecommitdiff
path: root/proptools
AgeCommit message (Expand)Author
2023-02-21apply gofmtSam Delmerico
2022-08-02Revert "Add support for maps in blueprint files."Usta Shrestha
2022-06-21Add NinjaAndShellEscapeIncludingSpacesBob Badour
2022-01-26Add support for maps in blueprint files.Liz Kammer
2022-01-11Add proptools helper functions.Liz Kammer
2021-11-22Add NinjaAndshellEscapeListIncludingSpacesColin Cross
2021-11-16Add ShellEscapeListIncludingSpacesLiz Kammer
2021-09-09Document that `blueprint:"mutated"` properties are skipped.Martin Stjernholm
2021-06-28Support AppendMatchingProperties on an embedded anonymous structandroid-s-beta-4android-s-beta-3android-s-beta-4Colin Cross
2021-05-26Add support for maps as propertiesLiz Kammer
2021-03-26Always shard structs if they would exceed maxNameSize even if unfilteredPaul Duffin
2021-03-12Add ShellEscapeIncludingSpaces(string)Jooyung Han
2021-02-24propertyIndexesWithTag can handle slice of structJiyong Park
2021-01-28Merge pull request #338 from francois-berder/optimize-hastagcolincross
2021-01-28Optimize HasTag functionFrancois Berder
2021-01-15Fix silently ignoring values assigned to map propertiesColin Cross
2021-01-15Use UnpackError for incorrect property type errorsColin Cross
2021-01-15Improve unpack testingColin Cross
2020-03-03Fix bug in buildPropertyMap in previous commit.Sasha Smundak
2020-03-02Implement list of mapsSasha Smundak
2020-02-05Fix PropertyNameForField for X86.Colin Cross
2020-02-05Support unpacking capitalized property namesColin Cross
2020-01-28Make proptools functions consistently take *struct typesColin Cross
2020-01-28Add isStruct and isStructPtr helpersColin Cross
2020-01-21Remove blueprint:"filter(*)" tag supportColin Cross
2020-01-21Make FilterPropertyStructSharded smarterColin Cross
2020-01-02Move unpackProperties to proptools and export itColin Cross
2019-11-19Slice properties can be replacedJiyong Park
2019-09-26Add proptools.FilterPropertyStructColin Cross
2019-09-25Add proptools.Int and proptools.IntDefaultColin Cross
2019-07-08Fix/improve comments on prepending/appending propsJaewoong Jung
2019-06-22Make off-the-shelf order funcs public.Jaewoong Jung
2019-03-07Panic when copying private properties.Jaewoong Jung
2019-03-05Add PropertyIndexesWithTagColin Cross
2019-02-28Merge pull request #219 from colincross/escape_listcolincross
2019-01-23Use sync.Map for type field cacheColin Cross
2018-10-03Allow mutated property structs to contain slices of non-stringsColin Cross
2018-09-19Replace *Escape with *EscapeListColin Cross
2018-04-10Add proptools.BoolDefault and proptools.StringDefaultColin Cross
2017-11-02Support parsing int64 in Blueprint file.Nan Zhang
2017-08-01Replace unpack's replace semantics with appendColin Cross
2016-09-29Add proptools functions to escape stringsColin Cross
2016-08-22Relax type requirements when extending propertiesColin Cross
2016-08-05Support nil pointers to structs in propertiesColin Cross
2016-08-05Optimize proptoolsColin Cross
2016-05-05Support ExtendProperties that can append or prependColin Cross
2016-01-05AppendProperties: Replace *strings instead of appendingDan Willemsen
2015-11-20Support embedded anonymous property structsColin Cross
2015-11-20Fix ZeroProperties bug on nested interfacesColin Cross
2015-11-02Add proptools.TypeEqualColin Cross