]> git.sesse.net Git - vlc/history - extras/buildsystem/cmake/CMakeLists
Don't set DATA_PATH when building plugins - fixes #1464
[vlc] / extras / buildsystem / cmake / CMakeLists /
2008-02-10 Rémi Denis-CourmontDon't set DATA_PATH when building plugins - fixes ...
2008-02-09 Pierre d'Herbemontcmake: Make the *.c *.h script generation compatible...
2008-02-09 Pavlov KonstantinFix erroneous [25032].
2008-02-09 Pavlov KonstantinFix linkage in --as-needed mode.
2008-02-08 Faustino Osunacmake: Command substitution work around for VERBATIM...
2008-02-08 Pierre d'Herbemontcmake: Add VERBATIM back. Apparently this could be...
2008-02-08 Faustino Osunacmake: Removed VERBATIM flag, allows OS to perform...
2008-02-08 Rémi Denis-CourmontAdd LFS and thread safety defines (from vlc-config).
2008-02-08 Pierre d'Herbemontcmake: Correctly build qt4.
2008-02-08 Pierre d'Herbemontcmake: More po generation fixes.
2008-02-08 Pierre d'Herbemontcmake: Fix po building.
2008-02-07 Antoine CellerierDefine DATA_PATH in the root CMakeList.txt since module...
2008-02-07 Pierre d'Herbemontcmake: New (and temporary I hope) target to regerenerat...
2008-02-07 Pierre d'Herbemontcmake: Support make uninstall.
2008-02-07 Rémi Denis-CourmontFix SO versions
2008-02-07 Pierre d'Herbemontcmake: Use CPack to create the package. (Use `make...
2008-02-07 Pierre d'Herbemontcmake: Enable testing. (Launch with `make test` or...
2008-02-07 Pierre d'Herbemontcmake: Enable test targets.
2008-02-07 Rafaël Carrécmake: build .gmo files & copy them in VLC.app
2008-02-05 Pierre d'Herbemontcmake: Don't set gnu99 on CXX files.
2008-02-05 Rémi Denis-CourmontFix SOVERSION
2008-02-05 Pierre d'Herbemontcmake: Don't use tabs and generate revision.c builtin...
2008-02-05 Rémi Denis-CourmontCheck for -lm
2008-02-05 Rémi Denis-Courmontlibvlc needs -ldl
2008-02-05 Pierre d'Herbemontcmake: Correctly set te build target for the modules...
2008-02-04 Pierre d'Herbemontcmake: prefer the use of target_link_libraries() over...
2008-02-04 Rémi Denis-CourmontAdd missing libs. Not sure if this is the right way...
2008-02-04 Rémi Denis-CourmontBunch of fixes
2008-02-04 Rémi Denis-CourmontDon't link against yes. Of course it does not work...
2008-02-04 Rémi Denis-CourmontMissing defines
2008-02-04 Pierre d'Herbemontcmake: Add a FindDlopen module. (Ask for review by...
2008-02-04 Pierre d'Herbemont cmake: Generate vlc_about.h.
2008-02-04 Pierre d'Herbemontcmake: Correctly generate builtin.h.
2008-02-04 Rémi Denis-Courmont#define _GNU_SOURCE
2008-02-04 Rémi Denis-CourmontMissing include directory. For some reason these variab...
2008-02-04 Pierre d'Herbemontcmake: Don't set -DMACOSX_DEPLOYMENT_TARGET=10.4 ...
2008-02-04 Pierre d'Herbemontcmake: Fix revision generation.
2008-02-04 Pierre d'Herbemontsrc/CMakeLists.txt: Correctly fix that typo spotted...
2008-02-04 Pierre d'Herbemontsrc/CMakeLists.txt: Correct a typo.
2008-02-04 Pierre d'Herbemontcmake: Use -std=gnu99 instead of -std=c99 and link...
2008-02-04 Pierre d'Herbemontcmake: Don't send two time -std=c99.
2008-02-04 Pierre d'Herbemontsrc_CMakeLists: Build libvlc-control.
2008-02-04 Pierre d'Herbemontcmake: Add the modules/'s CMakeLists.txt.
2008-02-04 Pierre d'Herbemontbuildsystem/cmake: Add an embryonary CMake support...