- 07 May, 2013 1 commit
-
-
JINMEI Tatuya authored
also clarify TearDown is inherited by explicitly adding 'virtual'.
-
- 02 May, 2013 3 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 30 Apr, 2013 1 commit
-
-
Mukund Sivaraman authored
This also makes ZoneWriter a concrete class (and removes ZoneWriterLocal).
-
- 01 Apr, 2013 2 commits
-
-
JINMEI Tatuya authored
as details are implemented the latter now seems more appropriate for the responsibility of this class.
-
JINMEI Tatuya authored
this eliminated the need for if-else cases in ConfigurableClientList::configure(). to make it possible getDataSourceClient() was slightly updated so that it recognizes "MasterFiles".
-
- 28 Mar, 2013 1 commit
-
-
JINMEI Tatuya authored
some non trivial adjusments were needed for its users.
-
- 26 Oct, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Removing the release from the test, since the segment now destroys it itself. We can't check all memory is deallocated at that moment in the test (since we can't do it before the destroy -- it is not deallocated fully yet, and can't do it after also, since the memory segment doesn't exist). But that doesn't matter, since the segment checks by assert.
-
- 20 Oct, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 19 Oct, 2012 2 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
We try to put some data there and see it survived.
-
- 17 Oct, 2012 6 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
But the benefit of this change is questionable.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Into a separate file. It is not needed to be too public.
-
Michal 'vorner' Vaner authored
According to the review, Updater might be misleading.
-
- 13 Oct, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
As we want to directly modify the ZoneTable in ZoneReloaderLocal (because it is memory-type dependant), we don't need the InstallAction for anything. If we don't need it, we don't pass it as constructor parameter -- it'll be called from a factory anyway and the factory may know we don't need it. Also adding a setTable() method to ZoneTableHeader. The header had no way to specify the table currently and we need it for the tests. The method is currently tentative, we'll probably replace it by something.
-
Michal 'vorner' Vaner authored
NULL makes no sense, so throw in that case.
-
Michal 'vorner' Vaner authored
We allocate the ZoneData in the LoadAction, to match what happens in ticket #2268 -- there's a function to load zone which allocates it itself, we want to use it.
-
Michal 'vorner' Vaner authored
This might be less confusing.
-
- 11 Oct, 2012 1 commit
-
-
Michal 'vorner' Vaner authored
Someone O:-) forgot to add it in the ^^ commit.
-