~decimad/kicad:development-internal

Last commit made on 2016-12-20
Get this branch:
git clone -b development-internal https://git.launchpad.net/~decimad/kicad
Only Michael Steinberg can upload to this branch. If you are Michael Steinberg please log in for upload directions.

Branch merges

Branch information

Name:
development-internal
Repository:
lp:~decimad/kicad

Recent commits

387f1a4... by Michael Steinberg

commit 3

733ebec... by Michael Steinberg

temorary fixes

154b291... by Michael Steinberg

Improve the visual studio solution setup drastically

bd531da... by Michael Steinberg

fix msvc build

b4e9646... by Michael Steinberg

Fix bitset access outside boundaries in LSET::FmtHex(). Refactor Fmt and Parse a bit to make them look more alike. Use size_t for indices and sizes.

8b99bb1... by Michael Steinberg

Add size_t declaration to "common.h". Remove KIROUND. Make KiRound constexpr.

cb5c1b1... by Michael Steinberg

Fix memory leaks with improper wxBaseConfig* usage (model ownership and ownership-transfer with std::unique_ptr)

44774ae... by Michael Steinberg

fix include directory variable

75a2782... by Michael Steinberg

fix object slicing bug introduced by the clone semantics of boost::ptr_vector (substitute by vector of unique_ptr)

c67098b... by Michael Steinberg

fix for msvc only supporting OpenMP v2.5