Age | Commit message (Collapse) | Author |
|
|
|
expression [-Wparenthes
es-equality]
|
|
[-Wunused-const-variable]
|
|
[-Wunused-const-variable]
|
|
dead code
|
|
expression [-Wparenthes
es-equality]
|
|
[-Wunused-const-variable]
|
|
|
|
>=0 [-Wtautological-compare] - confirmed fix with davep
|
|
logical comparison grouping [-Wlogical-op-parentheses] fixes for clang
|
|
warnings/errors [-Wunused-const-variable]
|
|
to >=0 - correct ifx here is to retype the variable as signed
|
|
|
|
|
|
|
|
|
|
it's true purpose becomes clear
|
|
virtuals [-Woverloaded-virtual] and fix up first (of many) files
|
|
classes to make clang happy
|
|
virtuals [-Wno-overloaded-virtual]
|
|
format in autobuild.xml (subnname-subname vs subname_subname)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes
|
|
|
|
colladadom
|
|
Incorporate the new libcurl 7.38.0 build with curl bug 1420
workaround. Add developer-centric testing code to evaluate
the workaround or a future fix for 1420.
|
|
take account of minor name changes
|
|
|
|
|
|
|
|
The HttpRequest objects used in inventory ops are created lazily
when needed. The update() operation didn't protect against their
not being created. Added some guard tests around the update()
operations and we're good.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on login screen
|