lp:~sjr/kicad/buildsys

Created by Simon Richter and last modified
Get this branch:
bzr branch lp:~sjr/kicad/buildsys
Only Simon Richter can upload to this branch. If you are Simon Richter please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Simon Richter
Project:
KiCad
Status:
Merged

Recent revisions

5637. By Simon Richter

Move feature check before dependent tests

The GCC/LLVM specific handling for adding -fvisibility options is later in
this file, so these options would only be added on the second invocation
without clearing the cache.

5636. By jean-pierre charras

Minor fixes (Bug #1414328 and Bug #1440312). Remove translatable attribute in a debug message.
tools/edit_tool.cpp: remove limitation (GAL mode) to delete the last pad in a footprint (a footprint can have 0 pad, for instance a logo)

5635. By jean-pierre charras

Fix some issues created by rev 5632:
* Use only double to store zoom levels in class BASE_SCREEN (int type is not working for eeschema or page layout editor) (this fix Bug #1450551, Assertion failed on wxRound() when zooming)
* Fix crash in all apps but Pcbnew when a grid or a zoom was selected from the popup menu.
* Modify default hotkeys for Next Grid and Previous Grid: the initial key was a dead key, not suitable as hotkey. the 'N' and Shift N keys are used instead (with a change for unfill zone hotkey)
* Modify code in EDA_DRAW_FRAME::SetNextGrid() and EDA_DRAW_FRAME::SetPreviousGrid() to make them compatible with other editors than the board editor.

5634. By jean-pierre charras

Eeschema: fix minor bugs #1450107 and #1450104 (assertion failures, only visible in Debug mode)

5633. By Maciej Suminski

Missing files.

5632. By Maciej Suminski

Zoom & grid menu for GAL.

5631. By Simon Richter

Fix typo in FindOpenSSL.cmake

5630. By jean-pierre charras

Rework on EXCELLON_WRITER class, to allow gerber and drill files creation from a python script.
added the example gen_gerber_and_drill_files_board.py in demos, which shows how to do that.
Fix a Printf format issue (shown in Debug mode) in Libedit (%d used for a size_t, changed in %zu)

5629. By jean-pierre charras

Minor fixes: dialog rescue: make strings translatable. Remove a few coverity warnings (not initialized members). Very minor other changes.

5628. By jean-pierre charras

Add missing dependency to build python wappers.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:kicad/product
This branch contains Public information 
Everyone can see this information.

Subscribers