Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-03 | portable serializer: tests added | kenshi84 | 1 | -0/+8 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -1/+1 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2016-09-01 | cmake: exclude tests from running | redfish | 1 | -11/+3 | |
Minimize special cases in cmake script, likely to be forgotten. | |||||
2016-08-30 | tests: cmake: fix building with system gtest | redfish | 1 | -3/+4 | |
Issues #980 #983 | |||||
2016-08-30 | tests: cmake: use a list for enabled tests | redfish | 1 | -6/+12 | |
Avoid replicating common logic. | |||||
2016-08-30 | cmake: tests: gtest target is not always defined #983 | redfish | 1 | -2/+9 | |
2016-08-29 | Prevent core_tests from building under Travis | Jacob Torrey | 1 | -1/+3 | |
2016-08-27 | Build the core_tests under Travis | Jacob Torrey | 1 | -4/+1 | |
2016-08-26 | Disabled libwallet_api_test until Issue #895 resolved | Jacob Torrey | 1 | -1/+3 | |
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com> | |||||
2016-08-26 | Disable core_tests on Travis-CI | Jacob Torrey | 1 | -2/+11 | |
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com> | |||||
2016-03-17 | tests: enable core tests again | moneromooo-monero | 1 | -1/+1 | |
They should not have been disabled in the first place | |||||
2016-03-16 | tests for wallet2_api | Ilya Kitaev | 1 | -1/+2 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 | |
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
2014-10-23 | cmake: fix up miniupnpc's define | Ben Boeckel | 1 | -3/+5 | |
It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge. | |||||
2014-10-23 | gtest: support an external gtest | Ben Boeckel | 1 | -6/+19 | |
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 1 | -45/+28 | |
2014-10-23 | Merge pull request #182 | Riccardo Spagni | 1 | -0/+2 | |
1795c38 fixed unit tests (Riccardo Spagni) bc537ac miniupnpc static define change (Riccardo Spagni) | |||||
2014-10-15 | fixed conflict in tests CMakeLists | Riccardo Spagni | 1 | -1/+1 | |
2014-10-07 | miniupnpc static define change | Riccardo Spagni | 1 | -0/+2 | |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for ↵ | Riccardo Spagni | 1 | -7/+7 | |
correctly finding static libs on various operating systems | |||||
2014-10-06 | use the correct CMake variable for static builds | Riccardo Spagni | 1 | -7/+7 | |
2014-10-06 | tests: add a test for slow_memmem | moneromooo-monero | 1 | -1/+1 | |
2014-10-02 | remove pthreads, successfully tested on gcc 4.9.1 without pthreads | Riccardo Spagni | 1 | -7/+7 | |
2014-09-24 | fixed unbound libs in test | Riccardo Spagni | 1 | -7/+7 | |
2014-09-23 | Updated CMake files -- added libunbound linker flag | Thomas Winget | 1 | -7/+7 | |
CMake config file written, but was unable to test/get it working properly because of a bug in CMake with functions related to find_package. Simple "-lunbound" flag used in its stead for now. May not build on non-Linux systems, not sure yet. | |||||
2014-09-11 | fixed upnp libs in tests cmake | fluffypony | 1 | -1/+31 | |
2014-06-11 | Link to pthreads on non-apple unix | Zachary Michaels | 1 | -7/+7 | |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 1 | -2/+4 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -9/+2 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+64 | |