1 2014-09-12 00:23:57 <sipa> kdomanski_: present now
 2 2014-09-12 00:43:47 <christophe> Is the development mailing going to be moved, after the satoshi/sourceforge breach? Or is it going to stay the same?
 3 2014-09-12 00:46:11 <kdomanski_> sipa: I've been experimenting with a couple of selected C++11 features, but the pull tester seems to always drop the --std= compiler flags; I've tried adding them in several different places in configure.in
 4 2014-09-12 00:46:32 <kdomanski_> sipa: on the other hand, Travis CI builds work fine with mingw
 5 2014-09-12 00:46:36 <kdomanski_> sipa: any suggestions?
 6 2014-09-12 01:18:32 <gmaxwell> kdomanski_: pull tester's C compiler is probably too old for it!
 7 2014-09-12 01:19:39 <gmaxwell> christophe: IMO no real reason to move it due to that, but also the only reason not to is just having a place to move it to.
 8 2014-09-12 01:20:39 <sipa> kdomanski_: pull tester is ubuntu 10.04 or so
 9 2014-09-12 01:22:58 <sipa> gcc 4.4.3
10 2014-09-12 01:24:11 <sipa> though i don't think we have a requirement anymore to support such old build environments
11 2014-09-12 01:24:22 <sipa> apart from the fact that yhat is what pulltester uses
12 2014-09-12 01:24:42 <sipa> cfields/wumpus probably know more
13 2014-09-12 01:25:42 <warren> indeed with the glibc-compat build flag, you can build with newer gcc and run the binary on older distros
14 2014-09-12 01:27:00 <Strider_> hey,
15 2014-09-12 01:27:05 <Strider_> can i get some opinions on this?
16 2014-09-12 01:27:06 <Strider_> http://btcbidder.com/
17 2014-09-12 01:27:19 <Strider_> just a layout so far, working on functionality across the next few weeks
18 2014-09-12 01:38:06 <nullbyte> looks ok, not sure its on-topic here though, better try #bitcoin
19 2014-09-12 02:27:27 <Strider_> thanks. i stepped out a few minutes
20 2014-09-12 02:27:36 <Strider_> and its somewhat topic, i thought, since its dev related
21 2014-09-12 02:28:48 <nullbyte> well, actually the topic is referring to the actual development of bitcoin-core, not general development or ecosystem dev
22 2014-09-12 02:29:06 <nullbyte> whether or not anyone is here to really give a #@!%$ is another story
23 2014-09-12 02:30:04 <Strider_> ^ fact.
24 2014-09-12 07:47:06 <wumpus> but alas if you use c++11 stuff, maintaining the glibc compat for old distros will become untenable, we can't backport the entire c++11 lib