- 17 Oct, 2012 4 commits
-
-
JINMEI Tatuya authored
by a bit ugly hack: we specialize some part of the destructor and make a local copy of these variables so the tests can inspect them later.
-
JINMEI Tatuya authored
it currently does nothing user-visible.
-
JINMEI Tatuya authored
also explicitly reject invalid command ID, which should be internal bug.
-
JINMEI Tatuya authored
-
- 16 Oct, 2012 4 commits
-
-
JINMEI Tatuya authored
mainly for better readability. no functional change.
-
JINMEI Tatuya authored
on second thought I realized we need to synchronize them because the builder thread refers to the main thread's class member variables. shutdown() method is now meaningless so deprecated for now.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 15 Oct, 2012 6 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
we'll use this pattern for other commands.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 13 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 12 Oct, 2012 3 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 11 Oct, 2012 22 commits
-
-
JINMEI Tatuya authored
-
-
JINMEI Tatuya authored
with fixing conflicts in ChangeLog examples/README
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this works around a bit awkward installation setup where there's a link from "python3" to "python3.x" but not from "python3-config" to the corresponding "python3.x-config". That happens for recent versions of Homebrew.
-
Michal 'vorner' Vaner authored
Sunstudio is unhappy with plain NULL inside EXPECT_EQ and thinks it is int. This makes it think otherwise.
-
Michal 'vorner' Vaner authored
This should fix compilation issue on sunstudio.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
so it sounds more natural as an English term.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this branch introduced is_failed() (and failed() was already defined for a different a purpose), so for consistency it would be better to name the running version is_xxx too.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this should fix the main problem of this ticket.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
should be pretty trivial, so added a couple of test cases as part of other tests.
-
JINMEI Tatuya authored
this fixes the test case introduced at the beginning of the branch.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
the configurator should be able to delete a component to be removed even if the it's failing (unexpectedly). The current implementation doesn't handle that condition correctly.
-