Gregory King
Gregory King
Adding support for travis-CI (continuous integration of the build). Building completes; Build platform is `trusty` (Ubuntu 14.04 LTS); Compilers: `gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4`, `clang version 3.5.0 (tags/RELEASE_350/final)` Files (plus changes):...
I was hoping to see if others want to enable using C++11 standard during compilation. Its trivial to enable, however I don't want to start using C++11 features to update...
Some build update and fixes: (1) libjpegturbo is not found; [issue #191](2) adds a check for the header file; (3) voglgen build updates
I'm trying to build vogl on an i686 Ubuntu 14.04 machine ``` gking@ubuntu:~/Programming/vogl/clang$ uname -a Linux ubuntu 3.13.0-41-generic #70-Ubuntu SMP Tue Nov 25 14:41:08 UTC 2014 i686 i686 i686 GNU/Linux...
The instructions for getting `vogl` working within `QtCreator`, ``` vogl/qtcreator/qtcreator.md ``` Relies upon script files from the original repository (but is no longer within the source tree of the github...
The creation of the CFLAGS as found in `src/build_options.cmake` is wrong. Since compliers often language specific flags (for example `-std=c++98` or `-std=c++11`). Trying test builds with a language specific flag...
I'm compiling vogl with clang-3.5 toolchain (using debs from [llvm+clang](http://llvm.org/apt/)). I do the following `CC=clang CXX=clang++ cmake ../../ -DCMAKE_BUILD_TYPE=debug -DVOGL_ENABLE_ASSERTS=On` Not of huge importance, there are a huge number of...
Added simple .travis.yml build configuration file (for continuous integration through [travis-CI.org](http://travis-CI.org)). Build is only configured to build a AMD64 executable.
This fixes issue #22 `[minor] Use the available packaged libraries for libedit`. Possible issues with this pull request - there can be a conflict with libbsd:i386 and libbsd:amd64 (there is...
Within Ubuntu (and many other Linux variants) it is possible to use the package libedit-dev to provide necessary headers and libraries for building voglperf. ``` apt-file list libedit-dev libedit-dev: /usr/include/editline/history.h...