- 28 Nov, 2012 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 27 Nov, 2012 16 commits
-
-
Jelte Jansen authored
Which got accidentally removed in the previous commit
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 26 Nov, 2012 14 commits
-
-
Marcin Siodelski authored
-
Michal 'vorner' Vaner authored
Cppcheck complained there's an uninitialized variable in constructor. This is mostly a false positive (the value is not used before being assigned), but fix it anyway to make it silent.
-
Jelte Jansen authored
These make distcheck fail on a number of systems (they have built-in disabling code for a number of other systems). See ticket #2479
-
Stephen Morris authored
Also change type of exception thrown by packX() if universe is incorrect.
-
Stephen Morris authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
a number directly followed by ;comment was not parsed correctly
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/datasrc_messages.mes
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 25 Nov, 2012 1 commit
-
-
Mukund Sivaraman authored
Also adjust affected tests accordingly.
-
- 23 Nov, 2012 1 commit
-
-
Marcin Siodelski authored
-
- 22 Nov, 2012 6 commits
-
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
We never have a chain of the transitions. We only do start and zero or one handle on the returned one. Simplify handle to return void, not NULL. Besides simplification, it allows testing without fake states (TBD) - we had no real state to test the multiple transitions.
-
JINMEI Tatuya authored
-