Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added attribute filteringHEADmaster | njames | 2017-08-25 | 1 | -9/+19 |
| | | | | Processes serverwizShow tag and enables attribute filtering Also fixes xml ordering dependency | ||||
* | Force top level name in hierarchy include position | njames | 2017-02-09 | 1 | -2/+6 |
| | | | For example sys would become sys-0 | ||||
* | Move attribute inheritance until all libraries are loaded | njames | 2017-01-10 | 1 | -14/+20 |
| | |||||
* | Read targetTypeExtension tag from target_types_hb.xml | njames | 2017-01-09 | 1 | -11/+14 |
| | |||||
* | Add capability to merge multiple target type xmls | njames | 2016-10-21 | 1 | -3/+11 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Add XML converter from old to new format | njames | 2016-09-14 | 1 | -3/+69 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Don't load XML if wrong version detected. | njames | 2016-09-11 | 1 | -0/+1 |
| | | | Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | Keep track of already loaded libraries | njames | 2016-09-02 | 1 | -6/+53 |
| | | | | | Reloading a library can cause duplicates in library model Signed-off-by: Norman James <nkskjames@gmail.com> | ||||
* | load library files in alphabetical order so dependencies can be enforced | njames | 2016-08-26 | 1 | -4/+9 |
| | |||||
* | Major refactor for P9: | njames | 2016-08-25 | 1 | -0/+834 |
- cleaned up package organization - added html summary - breakout parts library into seperate files - added support for external parts library - cleaned up MVC cheats - removed unused methods |