~decimad/kicad:development-master

Last commit made on 2016-09-23
Get this branch:
git clone -b development-master 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-master
Repository:
lp:~decimad/kicad

Recent commits

ef7e8de... by Michael Steinberg

Improve the visual studio solution setup drastically

0a5624f... by Michael Steinberg

fix msvc build

5f24e49... 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.

227d247... by Michael Steinberg

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

e57bd2c... by Michael Steinberg

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

30a22db... by Michael Steinberg

fix include directory variable

df34111... by Michael Steinberg

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

1cfff6e... by Michael Steinberg

fix for msvc only supporting OpenMP v2.5

120c5cb... by Michael Steinberg

refactor profiling code to use std::chrono instead of posix functions

afec088... by Michael Steinberg

remove boost::thread dependency