| Commit message (Expand) | Author | Age | Files | Lines |
* | digikey bom: Adding MPN in addition to SPN. | Trygve Laugstøl | 2019-10-15 | 1 | -1/+2 |
* | bom-to-csv: Fixing, was broken after generate_bom refactoring. | Trygve Laugstøl | 2019-10-15 | 1 | -3/+3 |
* | split-bom-by-supplier: Removing debugging output. | Trygve Laugstøl | 2019-10-15 | 1 | -4/+4 |
* | souffle: Better quoting for data with double quote signs ("). | Trygve Laugstøl | 2019-10-15 | 2 | -5/+18 |
* | ee.part.bom: Creating a proper Bom class to keep BomLines. | Trygve Laugstøl | 2019-08-23 | 1 | -1/+3 |
* | bom.rst.j2: Show number of unresolved parts. | Trygve Laugstøl | 2019-08-19 | 1 | -3/+3 |
* | build.ninja.j2: Use $ee instead of literal ee to make sure the same ee | Trygve Laugstøl | 2019-08-19 | 1 | -1/+1 |
* | create-bom: Add support for passing arguments to tool. Implement | Trygve Laugstøl | 2019-08-15 | 2 | -5/+12 |
* | odoo: Don't generate any Ninja code unless actually enabled. | Trygve Laugstøl | 2019-08-15 | 2 | -1/+8 |
* | o No need for build.ninja and ee.ninja to depend on $orders_dir. | Trygve Laugstøl | 2019-08-15 | 1 | -1/+1 |
* | datasheet: wip | Trygve Laugstøl | 2019-08-15 | 2 | -1/+127 |
* | souffle: Writing out SPN and MPN for each part. | Trygve Laugstøl | 2019-08-12 | 2 | -25/+49 |
* | ninja: Working detection of custom supplier Datalog files. | Trygve Laugstøl | 2019-08-12 | 2 | -6/+13 |
* | part-validate-parts: Fixing typo. | Trygve Laugstøl | 2019-08-12 | 1 | -4/+3 |
* | build.ninja.j2: fact.csv has been renamed to add_fact.csv. | Trygve Laugstøl | 2019-08-12 | 1 | -4/+4 |
* | build.ninja.j2: More template variables. | Trygve Laugstøl | 2019-08-12 | 1 | -4/+5 |
* | odoo: wip | Trygve Laugstøl | 2019-08-02 | 5 | -0/+90 |
* | ee init: Make sure the uuid is kept when reinitializing. | Trygve Laugstøl | 2019-08-01 | 1 | -16/+14 |
* | bom-to-csv: Starting on a generic tool to generate CSV files from BOMs. | Trygve Laugstøl | 2019-06-14 | 3 | -8/+62 |
* | split-parts-by-supplier: rename to split-bom-by-supplier. | Trygve Laugstøl | 2019-06-14 | 5 | -81/+143 |
* | ninja: | Trygve Laugstøl | 2019-06-14 | 2 | -57/+58 |
* | o Working Gerber export. | Trygve Laugstøl | 2019-06-13 | 4 | -30/+78 |
* | kicad.dl: Better organization of rules for classifying resistors, | Trygve Laugstøl | 2019-06-12 | 1 | -1/+5 |
* | souffle: Using the same relation for inputs and outputs was not a good | Trygve Laugstøl | 2019-06-12 | 3 | -65/+3 |
* | o Better detection of old/new python support for KiCAD. | Trygve Laugstøl | 2019-06-05 | 1 | -13/+27 |
* | part-validate-parts: Better messages, inform about selected part's | Trygve Laugstøl | 2019-05-28 | 1 | -12/+32 |
* | part-validate-parts: Better output, yielding a message even if | Trygve Laugstøl | 2019-05-28 | 2 | -3/+5 |
* | create-bom: Don't skip unmatched parts from the BOM. | Trygve Laugstøl | 2019-05-28 | 2 | -24/+86 |
* | part-apply-souffle-port: Sorting the incoming CSV files before | Trygve Laugstøl | 2019-05-28 | 1 | -2/+18 |
* | digikey: Better search when getting multiple results back. Instead of | Trygve Laugstøl | 2019-05-28 | 1 | -5/+5 |
* | o Setting tool output to warn by default when running through ninja. | Trygve Laugstøl | 2019-05-27 | 1 | -24/+19 |
* | all tools: Creating a shared group of argument options. Processing this | Trygve Laugstøl | 2019-05-27 | 20 | -2/+99 |
* | souffle: | Trygve Laugstøl | 2019-05-27 | 3 | -3/+24 |
* | Adding Soufflé based reasoning on parts. Replacing default configuration | Trygve Laugstøl | 2019-05-27 | 6 | -2/+214 |
* | part-find-requirements: wip | Trygve Laugstøl | 2019-05-26 | 2 | -16/+21 |
* | ee.project: Making sure all projects have an UUID. | Trygve Laugstøl | 2019-05-24 | 3 | -2/+12 |
* | ninja/init: Let init specify defaults, ninja just drops arguments if not | Trygve Laugstøl | 2019-05-21 | 2 | -13/+8 |
* | part-validate-parts: Even better report. | Trygve Laugstøl | 2019-05-21 | 1 | -10/+29 |
* | ninja: Making a phony goal 'ee-reports' that depends on all reports. | Trygve Laugstøl | 2019-05-21 | 2 | -4/+6 |
* | o Marking all reports as a part of the default build. | Trygve Laugstøl | 2019-05-21 | 1 | -5/+14 |
* | o Replacing digikey-normalize-facts with part-apply-function. Moving | Trygve Laugstøl | 2019-05-20 | 4 | -35/+23 |
* | common_fact_types: Adding key for footprint. | Trygve Laugstøl | 2019-05-20 | 4 | -6/+142 |
* | ee: | Trygve Laugstøl | 2019-05-20 | 4 | -7/+124 |
* | digikey-search-parts: Logging output to file. | Trygve Laugstøl | 2019-05-14 | 2 | -2/+5 |
* | Optimizing imports. | Trygve Laugstøl | 2019-05-14 | 6 | -9/+12 |
* | ee.logging: New module to handle logging. Need something better for | Trygve Laugstøl | 2019-05-14 | 1 | -18/+6 |
* | ee: Moving old ltspice code to its own file. | Trygve Laugstøl | 2019-05-14 | 1 | -2/+2 |
* | build.ninja: Renaming search-list.xml to pn-part-search-list.xml. | Trygve Laugstøl | 2019-05-11 | 1 | -2/+2 |
* | drawio-to-parts: new tool. | Trygve Laugstøl | 2019-05-11 | 3 | -3/+17 |
* | ninja: Generate everything to 'ee.ninja', generate 'build.ninja' only if | Trygve Laugstøl | 2019-04-30 | 1 | -1/+10 |