Hyunjin Song
231a8407e8
Merge branch 'stable-1.2'
...
# Conflicts:
# .travis.yml
# .travis/linux..script.sh
# .travis/linux.win32.script.sh
# .travis/linux.win64.script.sh
# .travis/osx..install.sh
# .travis/osx..script.sh
# data/locale/en.ts
# data/locale/id.ts
# include/Graph.h
# include/VstSyncController.h
# include/lmms_math.h
# plugins/vst_base/RemoteVstPlugin.cpp
# src/core/RemotePlugin.cpp
# src/core/Song.cpp
# src/core/Track.cpp
# src/gui/SubWindow.cpp
# src/gui/widgets/Graph.cpp
2019-02-24 20:45:52 +09:00
Tres Finocchiaro
0dc1bdbb68
Minor cmake fixes ( #4636 )
...
Minor cmake fixes
2018-09-30 21:30:56 -04:00
Hyunjin Song
0850b78104
Try git fetch for unadvertised object error
...
Fixes fetching submodules from non-default branches.
2018-04-13 13:50:12 +09:00
Tres Finocchiaro
d634ed344f
Various CheckSubmodules fixes ( #3996 )
...
Various CheckSubmodules fixes
Closes #3992 , #3993 , #3994
2017-11-20 23:42:52 -05:00
tresf
5e2c105d5b
Fix CheckSubmodules.cmake
2017-11-17 09:51:56 -05:00
Tres Finocchiaro
0dab4aea06
Use CMake to fetch submodules
...
Custom CMake module which attempts to automatically clone submodules when they're missing. Uses the `--depth` option if supported, which should be faster than running `--recursive` on initial clone.
2017-11-15 14:23:04 -05:00