branch: master 「№57300」
Commited by: Sergey Lyskov
GitHub commit link: 「3e0bdadc86f06aad」
Difference from previous tested commit:  code diff
Commit date: 2014-09-21 19:04:01

Fixing static build

...


branch: master 「№57299」
Commited by: Sergey Lyskov
GitHub commit link: 「e990f78ccc68cbb5」
Difference from previous tested commit:  code diff
Commit date: 2014-09-21 13:25:15

Fixing static build

...


branch: master 「№57298」
Commited by: Rhiju Das
GitHub commit link: 「0a8ce27b85fa8b1e」 「№96」
Difference from previous tested commit:  code diff
Commit date: 2014-09-20 03:29:05

Merge pull request #96 from RosettaCommons/daslab Daslab -- fixing merge

...


branch: master 「№57297」
Commited by: Sergey Lyskov
GitHub commit link: 「7ef848fbf8e041bd」
Difference from previous tested commit:  code diff
Commit date: 2014-09-19 18:58:00

Removing custom command-line settings for GCC-4.8

...


branch: master 「№57296」
Commited by: Sergey Lyskov
GitHub commit link: 「46f11559fbe0b78b」
Difference from previous tested commit:  code diff
Commit date: 2014-09-19 12:09:39

Dummy commit to trigger Testing Server run for GCC-4.8 upgrade

...


branch: master 「№57295」
Commited by: Rocco Moretti
GitHub commit link: 「9ee6d4ac85521737」
Difference from previous tested commit:  code diff
Commit date: 2014-09-18 17:53:41

Fix remaining RG issue in MPI/loophash

...


branch: master 「№57294」
Commited by: Rocco Moretti
GitHub commit link: 「713772c38ab008bc」
Difference from previous tested commit:  code diff
Commit date: 2014-09-18 11:30:39

Fix remaining RG issue in SWA

...


branch: master 「№57293」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「af243571354122c3」
Difference from previous tested commit:  code diff
Commit date: 2014-09-18 10:03:47

First pass implementation of a MultiThreadedJobDistributor. For now, the only application that is even remotely safe to use with the MTJD is rosetta_scripts, and even here the incredible prevalence of global data that people seem unable to ween themselves from makes many many rosetta_scripts not safe for use with the MTJD. To activate the MTJD, use extras=cxx11thread and a compiler that supports C++11. Random number generation is now threadsafe. RandomGenerators should no longer be constructed in individual .cc files, but instead should use the single, global RandomGenerator accessible through the function numeric::random::rg(). I'll email out the python script I used to replace RandomGenerators so that it's easier for people to fix their code following this change. Tracers are now threadsafe. Tracers must now be declared "thread_local" in addition to "static". There's currently nothing enforcing this, unfortunately, so you'll just have to be super mindful for now. Modest refactoring of the JobDistributor's go_main() function, which was a mess and is now just a little bit less of a mess. Changing the access pattern for the JobOutputterObservers so that they now attach themselves to the JobDistribotor::current_job() instead of to the JobOutputter (which is not threadsafe). It looks like the PoseEvaluators will also need to be revamped in a similar fashion.

...


branch: master 「№57292」
Commited by: Sergey Lyskov
GitHub commit link: 「0332061ec9420d87」
Difference from previous tested commit:  code diff
Commit date: 2014-09-17 19:40:09

Adding Wno-uninitialized to scons gcc-4.8 settings

...


branch: master 「№57291」
Commited by: Sergey Lyskov
GitHub commit link: 「d110511f57605cb6」
Difference from previous tested commit:  code diff
Commit date: 2014-09-17 13:17:36

Dummy commit to trigger Testing Server run for GCC-4.9 upgrade

...


branch: master 「№57290」
Commited by: Rhiju Das
GitHub commit link: 「1d195a54884e9199」 「№94」
Difference from previous tested commit:  code diff
Commit date: 2014-09-17 13:15:10

Merge pull request #94 from RosettaCommons/revert-78-daslab Revert "DasLab -- updates to stepwise monte carlo & testing"

...


branch: master 「№57289」
Commited by: Labonte
GitHub commit link: 「d4e3d950f9412a97」
Difference from previous tested commit:  code diff
Commit date: 2014-09-16 14:48:27

removing property_mappings.cc This file should never have been added to Git. It can be deleted on anyone's system.

...


branch: master 「№57288」
Commited by: Rhiju Das
GitHub commit link: 「73c9e0eeeec126c1」 「№78」
Difference from previous tested commit:  code diff
Commit date: 2014-09-15 23:58:01

Merge pull request #78 from RosettaCommons/daslab DasLab -- updates to stepwise monte carlo & testing

...


branch: master 「№57287」
Commited by: Luki Goldschmidt
GitHub commit link: 「bf17cbbdcb2d9162」
Difference from previous tested commit:  code diff
Commit date: 2014-09-15 18:09:27

Fixing couple unused variable warnings in the gcc-4.9 build. Compiles cleanly with 4.9.1 in release and debug mode. No tests run.

...


branch: master 「№57286」
Commited by: Kyle Barlow
GitHub commit link: 「692d475dcb267604」 「№89」
Difference from previous tested commit:  code diff
Commit date: 2014-09-15 17:23:04

Merge pull request #89 from RosettaCommons/kylebarlow/warnings Turn on Clang -Wall in scons and remove associated warnings Currently, the scons clang build is an outlier that does not have -Wall and other flags It now matches the Cmake clang build and g++ scons build. This required fixing Clang warnings that hadn't been fixed yet, and which were causing problems for Ninja builders.

...


branch: master 「№57285」
Commited by: Sergey Lyskov
GitHub commit link: 「ddce1c8950c65db4」
Difference from previous tested commit:  code diff
Commit date: 2014-09-15 17:09:27

Updating build benchmark script so it now store full command line in build log file

...


< 1 .. 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 .. 354 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled