]> git.sesse.net Git - vlc/history - extras/buildsystem/cmake/CMakeLists
cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected.
[vlc] / extras / buildsystem / cmake / CMakeLists /
2008-02-28 Faustino Osunacmake/src_CMakeLists.txt: Update generated test binarie...
2008-02-24 Pierre d'Herbemontcmake: Use CMAKE_CURRENT_BINARY_DIR for tests files.
2008-02-23 Pierre d'Herbemontcmake: Add qt4 resources. Enable qt4 plugin compilation...
2008-02-23 Pierre d'Herbemontcmake: Forgotten config/intf.c in libvlc target.
2008-02-23 Pierre d'Herbemontcmake: .moc.cpp compilation fixes.
2008-02-21 Pierre d'Herbemontcmake: Fix qt4 linking and moc.
2008-02-15 Pierre d'Herbemontcmake: Add test/dictionary.c to the list of test program.
2008-02-12 Antoine CellerierLooks like this was missing from r25071
2008-02-12 Pierre d'Herbemontcmake: Some improvements based on Alexander Neundorf...
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...