Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: move gettimeofday() emulation to compat | Alon Bar-Lev | 2012-03-22 | 1 | -12/+5 |
| | | | | | | | | | | Remove all references to gettimeofday() from main project. SIDE EFFECT: mingw will use its own internal gettimeofday(). Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com> | ||||
* | build: standard directory layout | Alon Bar-Lev | 2012-03-22 | 1 | -0/+271 |
Suitable for mature project. root - administrative stuff doc - documents src - sources tests - tests distro - distro specific files sample - samples SIDE EFFECT: many changes to rpm spec. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Adriaan de Jong <dejong@fox-it.com> Signed-off-by: David Sommerseth <davids@redhat.com> |