aboutsummaryrefslogtreecommitdiffstats
path: root/functions.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded slash in symlink name.Tor Egge2020-02-081-1/+1
|
* Install empty dirs.Tor Egge2020-01-151-0/+4
|
* Setup default build settings based on detected vespa build platform using cmake.Tor Egge2020-01-071-0/+23
|
* Install java artifact dependencies directly to lib/jars directory.Tor Egge2019-11-181-2/+1
|
* Cleanup MakeConfigHarald Musum2019-07-301-1/+1
| | | | | Languages 'cppng' and 'cpp' are identical now, remove use of 'cppng'. Remove unused property 'config.requireNamespace'.
* Avoid dereferencing symlinkHåkon Hallingstad2019-04-301-1/+1
| | | | | | | | | | | | | | | | | | The call install_symlink(conf/configserver-app/components lib/jars/config-models) would on first invocation install the symlink at lib/jars/config-models to point at .../components. This is what we want. But if invoked again, it would note config-models is a directory, and therefore prepare to install a symlink in that directory. The name of the symlink would be taken from the target (components). And therefore conf/configserver-app/components/components would point to conf/configserver-app/components! With -n, symlinks targets are not dereferenced and therefore the second invocation should be a no-op (with -f).
* Install controller-api in configserverHåkon Hallingstad2019-04-051-0/+16
|
* Add make function to install absolute target symlink.Geir Storli2018-10-081-1/+5
|
* Rename function to match variable name.Arnstein Ressem2018-10-031-1/+1
|
* Only create symlinks if directory exists.Arnstein Ressem2018-08-091-1/+1
|
* Merge branch 'master' into aressem/kill-mbuildArnstein Ressem2018-08-091-0/+8
|\
| * Install valgrind suppressions file.Tor Egge2018-08-011-0/+8
| |
* | Escape $ in env lookup to preserve the command.Arnstein Ressem2018-08-081-2/+2
| |
* | Install module dependencies in separate dir and symlink.Arnstein Ressem2018-08-081-5/+6
| |
* | Absolute path to link.Arnstein Ressem2018-08-061-1/+1
| |
* | Use ln instead of cmake for generating links as this will allow to link ↵Arnstein Ressem2018-08-061-1/+1
| | | | | | | | files in an offset install tree.
* | Only use install prefix on target.Arnstein Ressem2018-07-311-1/+1
| |
* | Add install_symlink funciton.Arnstein Ressem2018-07-311-0/+4
| |
* | Make it possible to dynamically add submodules for extra projects.Arnstein Ressem2018-07-121-0/+11
|/
* 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