summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | cmake: define a default build typeredfish2016-08-281-0/+5
|/ / /
* | | Merge pull request #1000Riccardo Spagni2016-08-281-3/+3
|\ \ \
| * | | minor README changes, also I wanted to grab PR #1000Riccardo Spagni2016-08-281-3/+3
* | | | Merge pull request #999Riccardo Spagni2016-08-281-13/+14
|\ \ \ \
| * | | | Change default db-sync-mode to fast, not fastestHoward Chu2016-08-281-13/+14
| |/ / /
* | | | Merge pull request #997Riccardo Spagni2016-08-283-116/+131
|\ \ \ \
| * | | | cmake: define ARM var for all ARM arch variantsredfish2016-08-281-12/+16
| * | | | cmake: ARM: exclude libunwind in static buildredfish2016-08-281-1/+2
| * | | | make: remove NO_AES from arm targetsredfish2016-08-281-2/+2
| * | | | make: make the ARM release targets statically linkedredfish2016-08-281-4/+4
| * | | | readme: editted install/build instructions for clarityredfish2016-08-281-80/+91
| * | | | Revert "makefile: remove unnecessary ARM-specific targets"redfish2016-08-281-0/+8
| * | | | Revert "Interpret x86_64 as x86-64 for architecture"redfish2016-08-281-5/+1
| * | | | cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSORredfish2016-08-281-27/+22
| |/ / /
* | | | Merge pull request #995Riccardo Spagni2016-08-281-2/+12
|\ \ \ \
| * | | | cmake: pass -static when STATIC=ON on Windowsredfish2016-08-271-2/+12
| |/ / /
* | | | Merge pull request #994Riccardo Spagni2016-08-281-1/+1
|\ \ \ \
| * | | | Build: move Travis IRC notification channelanonimal2016-08-271-1/+1
| |/ / /
* | | | Merge pull request #992Riccardo Spagni2016-08-285-37/+121
|\ \ \ \
| * | | | remove -Wall from coverage argumentsJacob Torrey2016-08-271-2/+2
| * | | | Build the core_tests under TravisJacob Torrey2016-08-271-4/+1
| * | | | Streamline release-test targetJacob Torrey2016-08-261-2/+2
| * | | | Update badge to point to monero's coverallsJacob Torrey2016-08-261-1/+1
| * | | | Re-enable Travis IRC notificationsJacob Torrey2016-08-261-11/+10
| * | | | Silence coveralls to prevent 4MB logsJacob Torrey2016-08-261-1/+1
| * | | | Disabled libwallet_api_test until Issue #895 resolvedJacob Torrey2016-08-261-1/+3
| * | | | Disable core_tests on Travis-CIJacob Torrey2016-08-261-2/+11
| * | | | Added -j2 to Makefile and clean up matrixJacob Torrey2016-08-261-7/+35
| * | | | Streamline test building targetJacob Torrey2016-08-262-3/+2
| * | | | Ensure tests are built prior to testingJacob Torrey2016-08-261-1/+1
| * | | | Added coverage g++ commandsJacob Torrey2016-08-261-2/+2
| * | | | Update .travis.ymlJacob Torrey2016-08-261-0/+1
| * | | | Update for the current make environmentJacob Torrey2016-08-261-1/+1
| * | | | Fixed tab/space issue on YAMLJacob Torrey2016-08-261-36/+36
| * | | | Converted to a build matrix for testing and releaseJacob Torrey2016-08-261-42/+87
| * | | | Prep for coverallsJacob Torrey2016-08-262-1/+5
| |/ / /
* | | | Merge pull request #990Riccardo Spagni2016-08-283-4/+40
|\ \ \ \
| * | | | contrib: example systemd service and config fileredfish2016-08-263-4/+40
| | |_|/ | |/| |
* | | | Merge pull request #961Riccardo Spagni2016-08-2888-3519/+7239
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | blockchain: testnet heights for v3, v4, and v5moneromooo-monero2016-08-281-0/+4
| * | ringct: remove unused codemoneromooo-monero2016-08-281-245/+0
| * | ringct: pass structure by const ref, not valuemoneromooo-monero2016-08-282-2/+2
| * | ringct: use memcpy/memset instead of handwritten loop where appropriatemoneromooo-monero2016-08-281-29/+11
| * | ringct: remove spurious copiesmoneromooo-monero2016-08-281-24/+4
| * | rct: faster Cryptonote/rct conversionsmoneromooo-monero2016-08-281-8/+8
| * | wallet: fix some "may be used uninitialized" warningsmoneromooo-monero2016-08-283-26/+25
| * | wallet: do not generate 0 changemoneromooo-monero2016-08-281-3/+6
| * | core: use full rct signatures if just one inputmoneromooo-monero2016-08-281-1/+4
| * | rct: early out on failure on verRangemoneromooo-monero2016-08-281-3/+5
| * | wallet: do not ask for duplicate histogramsmoneromooo-monero2016-08-281-0/+3