Daniel Oberhoff

Results 29 issues of Daniel Oberhoff

This makes a user-defined static create function act as an explicit constructor that is called instead of the implicit one. The explicit contructor is then the only function which can...

- optionally cache builds based on package hash - the package hash is generated from the recipe and recursively dependencies - currently only respects dependencies from recipes and not such...

its not neccessary and makes it harder to isolate components

seems urlopen is blocked by many servers

while cget seems to rely heavily on cmake, i cannot seem to find how to ingegrate it into a cmake project. ideally we would like cget to be called to...

I am hacking around in cget to get it to work for us, and I am confused by the tracking concept, and dependency files in the packages. they contain the...

is there a way to cache builds? main use case is for the ci, where we completeley build from scratch every time. conan then pulls these from its cache. we...

since this is technically quite simple (just add multiple -arch flags to the compile commands) and also cmake supports it natively (`CMAKE_OSX_ARCHITECTURES`) it would be nice to add this. would...

when building boost i get warnings about too low required cmake version 2.8. Maybe you could bump that to something more recent.