Re: [Mixxx-devel] c++11 support is here

2015-06-06 Thread Gavin Swanson
I have three. This doesn't actually tell you anything about type, and requires less code change later when that simple type becomes a complex type. Why rely on the compiler to perform an optimization that it has no obligation to perform? Honestly whatever the project feels is best, but document

Re: [Mixxx-devel] c++11 support is here

2015-06-06 Thread Musikpirat
Am 06.06.2015 um 10:53 schrieb Gavin Swanson: I have three. This doesn't actually tell you anything about type, and requires less code change later when that simple type becomes a complex type. If a simple type becomes a complex type you usually do something else with it than before. So there

Re: [Mixxx-devel] c++11 support is here

2015-06-06 Thread Gavin Swanson
On another note. I have not seen a c++ ide, that's not super expensive, that can provide the type of refactoring support java does. On Sat, Jun 6, 2015, 5:01 AM Musikpirat mi...@christian-hufgard.de wrote: Am 06.06.2015 um 10:53 schrieb Gavin Swanson: I have three. This doesn't actually tell

Re: [Mixxx-devel] c++11 support is here

2015-06-06 Thread Musikpirat
Hi, Am 05.06.2015 um 22:44 schrieb Owen Williams: On Fri, 2015-06-05 at 22:30 +0200, Daniel Schürmann wrote: CSAMPLE sample = 0.0; This one. auto should really only be used when assigning from a function whose return value is obvious. What is the advantage of not knowing what kind of

Re: [Mixxx-devel] release progress

2015-06-06 Thread re-cycle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 06 Jun 2015 00:29:14 + Owen Williams owilli...@mixxx.org wrote: I've posted a PR for some new LateNight display options. I'm definitely running up against the limits of the skinning engine so I can't do a lot more than this. But it makes

Re: [Mixxx-devel] release progress

2015-06-06 Thread Owen Williams
thanks as in, you tested it and it works well? I don't want to commit without someone taking a look at it. On Sat, 2015-06-06 at 09:30 +, re-cy...@hushmail.com wrote: On Sat, 06 Jun 2015 00:29:14 + Owen Williams owilli...@mixxx.org wrote: I've posted a PR for some new LateNight

[Mixxx-devel] formating source Code with clang-format

2015-06-06 Thread Max Linke
Hi We had some recurring discussions in the PR about coding style. I have recently started to rely on clang-format with a set of predefined rules. My emacs is configured to apply this always before I save a file. I personally find that really nice and relaxing, I don't need to format my code