-
-
Setup Gradle as build system
-
Based on speaking with Michael, it is supposed to be possible to build using system headers/libs if BOOST_ROOT is not supplied. This does not appear to work on my system (Ubuntu 14.04).
-
```
Currently the build system uses AC_CHECK_LIB with an empty command for the
"action if found", this will link all targets to all libs specified, which
is clearly not necessary.
It needs to be made…
-
```
Need to do a general refactoring, a once over pass through, of the build
system:
- are there any redundant elements of build code/artifacts?
- does it all hang together, nicely - are there any wri…
-
```
Currently the build system uses AC_CHECK_LIB with an empty command for the
"action if found", this will link all targets to all libs specified, which
is clearly not necessary.
It needs to be made…
-
```
Currently the build system uses AC_CHECK_LIB with an empty command for the
"action if found", this will link all targets to all libs specified, which
is clearly not necessary.
It needs to be made…
-
```
Currently the build system uses AC_CHECK_LIB with an empty command for the
"action if found", this will link all targets to all libs specified, which
is clearly not necessary.
It needs to be made…
-
I saw a very good presentation by @gep13 recently on the [Cake](https://github.com/cake-build/cake) project, which is a C# build system.
It looks like it will take away a few issues with PowerShell a…
-
## Description
We need to enhance our Jira integration by adding the ability for our application to update Jira tickets with a link to the corresponding todo item in our system. When a todo is create…