~anj/epics-base/+git/db-hierarchy:dbh-2

Last commit made on 2018-07-13
Get this branch:
git clone -b dbh-2 https://git.launchpad.net/~anj/epics-base/+git/db-hierarchy
Only Andrew Johnson can upload to this branch. If you are Andrew Johnson please log in for upload directions.

Branch merges

Branch information

Name:
dbh-2
Repository:
lp:~anj/epics-base/+git/db-hierarchy

Recent commits

5ee74e3... by Andrew Johnson

Fix VDB flattening to handle cases that were previously broken, test

A template that gets instantiated twice through different parents was
not associating its macros properly with each parent. This fix saves the
instance variables using their full template path back to the root VDB
file, not just using the instance name of the parent.

16c2ecb... by Andrew Johnson

Output.pm: Generate repeatable output (sort hashed items by name)

61c8270... by Andrew Johnson

macLib.pm: Perl cleanup, added optional line prefix to report() method

2a48402... by Andrew Johnson

macLib.pm: Add test for initializer list

b79c353... by Andrew Johnson

Adjust parsing regexes and related tests

e3044d9... by Andrew Johnson

More tests for Device addresses, including JSON

db61888... by Andrew Johnson

Fix Device regexes

PV_LINK regex was broken by RXname change
Added ability for CONSTANT regex to match a JSON array

b513cda... by Andrew Johnson

Fix problem in checks for numeric menu choice values

a7914ea... by Andrew Johnson

Use macrosOk for JSON parsing too

6382e0a... by Andrew Johnson

Move macrosOk flag to DBD::Base