~sjr/kicad:msvc-old

Last commit made on 2019-06-18
Get this branch:
git clone -b msvc-old https://git.launchpad.net/~sjr/kicad
Only Simon Richter can upload to this branch. If you are Simon Richter please log in for upload directions.

Branch merges

Branch information

Name:
msvc-old
Repository:
lp:~sjr/kicad

Recent commits

473ee38... by Simon Richter

Interpret source files as UTF-8

07b9292... by Simon Richter

Revert "Switched coroutine library from Boost libcotext to custom libcontext."

This reverts commit eedf7cb243cf15ab0e7e0da4ae5331473f3df4c5.

eb840dc... by Simon Richter

Revert "Made libcontext compile on FreeBSD. Code formatting too."

This reverts commit 679074fdb28c88977cf69847bd9dff38ba636b8e.

977481b... by Simon Richter

Revert "Preserve FPU registers on context switch"

This reverts commit 4b5482eb5a43b061a1aed3726ca067a09f227c98.

fd14912... by Simon Richter

Revert "libcontext FreeBSD compatibility fix"

This reverts commit 2206d51b82ab1353b33e78a18ebc4d6970ff05db.

9d58c09... by Simon Richter

Revert "Fix an initialization order warning in coroutine.h"

This reverts commit 7f9202842d1850f48c609e744cc75acaa20fc20b.

3eff12d... by Simon Richter

Partially revert "QA: Add a generic utility tool executable."

This reverts commit 267e17d53982b58eb39474835c00011d3803942c for include/tool/coroutine.h

133d250... by Simon Richter

Partially revert "Fix a few coverity errors"

This reverts commit 813578eba60314206dbaad56fdff44c45c39b49c for include/tool/coroutine.h

04e8ae0... by Simon Richter

Revert "Fix init order to quiet warnings"

This reverts commit d15876595f1878adb28f6e2e83bed8c4047cdfa5.

1da7a16... by Simon Richter

Work around missing min/max in Windows headers

Windows headers assume min/max to be macros, but we set NOMINMAX to hide
the macro definitions. This pulls in an alternative implementation.