summaryrefslogtreecommitdiffstats
path: root/functions.cmake
Commit message (Collapse)AuthorAgeFilesLines
* We can now remove the workaround that was not working as we require gcc 6 ↵Henning Baldersheim2017-10-231-9/+0
| | | | and c++1z everywhere.
* Config definitions moved to another location.Arnstein Ressem2017-10-201-2/+2
|
* Revert "Move config server defs and make sure VESPA_USER owns var/."Harald Musum2017-10-191-2/+2
|
* Move config server defs and make sure VESPA_USER owns var/.Arnstein Ressem2017-10-191-2/+2
|
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+20
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-20/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-0/+8
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+12
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Do not include vespa as system headers.Henning Baldersheim2017-05-031-4/+4
|
* Add function to only add -mtune=skylake-avx512 for gcc >= 5.3Arnstein Ressem2016-10-141-0/+9
|
* Use cmake ctest variable for ctest binary. (#538)Arnstein Ressem2016-09-021-1/+1
|
* Fix typos and clearify error message. (#454)Arnstein Ressem2016-08-251-1/+1
| | | | | | * Fix typos and clearify error message. * Fix new typo
* Make it possible to automatically run tests after linking.Arnstein Ressem2016-08-231-10/+42
|
* Aressem/cmake out of source test for script (#409)Arnstein Ressem2016-08-151-1/+3
| | | | | | | | | | | | * First script runs out of source. * Call scripts from source directory. * One more test passing. * Searchcore tests pass out of source. * Searchlib tests run out of source:
* Added pattern to include hpp files in make install.Arnstein Ressem2016-07-261-1/+1
|
* Fix install of headerfiles when src/vespa/name does not match modulename.Arnstein Ressem2016-07-261-10/+18
|
* Install header files as part of make install.Arnstein Ressem2016-07-251-0/+13
|
* Use macros due to scopingVegard Sjonfjell2016-06-171-2/+2
|
* Libraries can also be test targetsVegard Sjonfjell2016-06-171-10/+16
|
* Do not build tests as part of all target if EXCLUDE_TESTS_FROM_ALL is setVegard Sjonfjell2016-06-161-8/+11
|
* PublishJon Bratseth2016-06-151-0/+465