aboutsummaryrefslogtreecommitdiff
path: root/src/ee/tools/templates
Commit message (Collapse)AuthorAgeFilesLines
* ninja tool: changing to generate the files in the current directory.Trygve Laugstøl2019-03-251-3/+2
| | | | | build.ninja.j2: nits. olinuxino: Improving parsing of part values.
* order.rst.j2: Prettier internal links.Trygve Laugstøl2019-03-231-1/+2
| | | | ninja: Name the generated .rst file for orders too.
* o Switching PartDb to serialize into many xml files into a singleTrygve Laugstøl2019-03-151-29/+21
| | | | <part-db> document.
* o Adding module for searching on element14.Trygve Laugstøl2019-03-151-9/+42
| | | | | | | o Starting on functionality create orders. Very WIP. o Adding a concept of an "ee project". Can load a gitconfig-like config file. o Adding a tool to import a yaml file into a part xml file.
* o PartDB: don't die if the directory exist *and* is empty. Ninja createsTrygve Laugstøl2019-03-041-0/+53
empty parent directories. o PartDB: escape some path names. o new comamnd: "ninja". Generates a build.ninja from a sch. Not done!