- 03 Dec, 2012 1 commit
-
-
Mukund Sivaraman authored
Also: * document new_rdata_factory_users[] with an example * Rename new_rdatafactory_users[] to new_rdata_factory_users[]
-
- 30 Nov, 2012 11 commits
-
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 29 Nov, 2012 4 commits
-
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 27 Nov, 2012 9 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Also code to gen-rdatacode.py to optionally use the new RdataFactory for some types if configured to do so.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Also have a default implementation that simply concatenates all token data into a string and calls the create() variant which accepts a string.
-
Mukund Sivaraman authored
It just contains MasterLoader::Options enum for now.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 26 Nov, 2012 8 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
-
Michal 'vorner' Vaner authored
-
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 5 commits
-
-
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
-