Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4d6b8d8
New NEWS placeholder
peternewman Jul 14, 2018
04c0c17
Switch to xcode9.4
peternewman Jul 14, 2018
ef50a9c
Merge branch '0.10' into 0.10-json-patch-header
peternewman Jul 14, 2018
8fe0dc8
Try and fix missing from tarball errors on xcode9.4
peternewman Jul 14, 2018
f2bdf9a
Remove some files added by mistake
peternewman Jul 14, 2018
1624590
Merge branch '0.10' into 0.10-json-patch-header
peternewman Jul 14, 2018
253d1cf
Merge branch '0.10' into 0.10-json-patch-header
peternewman Jul 21, 2018
57f6182
Merge branch '0.10' into 0.10-json-patch-header
peternewman Jul 31, 2018
bc9523a
Fix a minor spacing issue
peternewman Aug 1, 2018
e0c2076
Keep trying to fix the cleanup
peternewman Aug 1, 2018
db2c8ed
Merge branch '0.10' into 0.10-json-patch-header
peternewman Sep 7, 2018
58560aa
Try switching to Xcode 10
peternewman Sep 7, 2018
0f7d405
Merge branch '0.10' into 0.10-json-patch-header
peternewman Sep 30, 2018
8d6d4f9
Merge branch '0.10' into 0.10-json-patch-header
peternewman Oct 23, 2018
ec026b8
Switch to xcode 10.2
peternewman Feb 22, 2019
5df3700
Merge branch '0.10' into 0.10-json-patch-header
peternewman Feb 22, 2019
5b9df83
Merge branch '0.10' into 0.10-json-patch-header
peternewman Jul 8, 2019
4c3eaef
Merge branch '0.10' into 0.10-json-patch-header
peternewman Sep 3, 2019
0da29f0
Merge branch '0.10' into 0.10-json-patch-header
peternewman Jan 10, 2020
83c1121
Merge branch '0.10' into 0.10-json-patch-header
peternewman Jan 30, 2020
86d552c
Merge branch '0.10' into 0.10-json-patch-header
peternewman Oct 26, 2020
e43d7d9
Merge branch '0.10' into 0.10-json-patch-header
peternewman Nov 9, 2020
9bd0473
Merge branch '0.10' into 0.10-json-patch-header
peternewman Nov 23, 2020
30beb5f
Try switching to xcode12.2
peternewman Nov 23, 2020
a09cce6
Merge branch '0.10' into 0.10-json-patch-header
peternewman Dec 9, 2020
679d8f0
Make the build log quieter on OS X too
peternewman Dec 10, 2020
9649be3
Merge branch '0.10' into 0.10-json-patch-header
peternewman Dec 11, 2020
002231e
Fix a broken merge
peternewman Dec 11, 2020
491505d
Merge branch '0.10' into 0.10-json-patch-header
peternewman Dec 22, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

set -e

CPP_LINT_URL="https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py";

COVERITY_SCAN_BUILD_URL="https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh"

SPELLINGBLACKLIST=$(cat <<-BLACKLIST
Expand Down Expand Up @@ -236,7 +234,8 @@ else
# Silence all deprecated declarations on Linux due to auto_ptr making the build log too long
export DISTCHECK_CONFIGURE_FLAGS='--enable-rdm-tests --enable-ja-rule --enable-e133 CPPFLAGS=-Wno-deprecated-declarations'
else
export DISTCHECK_CONFIGURE_FLAGS='--enable-rdm-tests --enable-ja-rule --enable-e133'
# Silence all deprecated declarations on OS X due to auto_ptr making the build log too long
export DISTCHECK_CONFIGURE_FLAGS='--enable-rdm-tests --enable-ja-rule --enable-e133 CPPFLAGS=-Wno-deprecated-declarations'
fi
travis_fold start "autoreconf"
autoreconf -i;
Expand Down
28 changes: 14 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
sources:
- ubuntu-toolchain-r-test
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: clang
# env:
# - TASK='compile'
Expand All @@ -198,7 +198,7 @@ jobs:
# - libftdi0
# update: false
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: gcc
# env:
# - TASK='compile'
Expand All @@ -214,7 +214,7 @@ jobs:
# - libftdi0
# update: false
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: clang
# env:
# - TASK='compile'
Expand All @@ -230,7 +230,7 @@ jobs:
# - libftdi0
# update: false
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: gcc
# env:
# - TASK='compile'
Expand All @@ -246,7 +246,7 @@ jobs:
# - libftdi0
# update: false
- os: osx
osx_image: xcode9.4
osx_image: xcode12.2
compiler: clang
env:
- TASK='compile'
Expand All @@ -262,7 +262,7 @@ jobs:
- libftdi # install the latest cppunit, which needs C++11
update: false
- os: osx
osx_image: xcode9.4
osx_image: xcode12.2
compiler: gcc
env:
- TASK='compile'
Expand Down Expand Up @@ -319,57 +319,57 @@ jobs:
- moreutils
allow_failures:
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: clang
# env:
# - TASK='compile'
# - CPPUNIT='1.13'
# - LIBFTDI='0'
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: clang
# env:
# - TASK='compile'
# - CPPUNIT='1.14'
# - LIBFTDI='0'
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: gcc
# env:
# - TASK='compile'
# - CPPUNIT='1.13'
# - LIBFTDI='0'
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: gcc
# env:
# - TASK='compile'
# - CPPUNIT='1.14'
# - LIBFTDI='0'
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: clang
# env:
# - TASK='compile'
# - CPPUNIT='1.14'
# - LIBFTDI='1'
# - os: osx
# osx_image: xcode9.4
# osx_image: xcode12.2
# compiler: gcc
# env:
# - TASK='compile'
# - CPPUNIT='1.14'
# - LIBFTDI='1'
- os: osx
osx_image: xcode9.4
osx_image: xcode12.2
compiler: clang
env:
- TASK='compile'
- CPPUNIT='1.14'
- PROTOBUF='latest'
- LIBFTDI='1'
- os: osx
osx_image: xcode9.4
osx_image: xcode12.2
compiler: gcc
env:
- TASK='compile'
Expand Down
8 changes: 4 additions & 4 deletions common/protocol/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ EXTRA_DIST += common/protocol/Ola.proto

# The .h files are included elsewhere so we have to put them in BUILT_SOURCES
built_sources += \
common/protocol/Ola.pb.cc \
common/protocol/Ola.pb.h \
common/protocol/OlaService.pb.h \
common/protocol/OlaService.pb.cpp
$(top_builddir)/common/protocol/Ola.pb.cc \
$(top_builddir)/common/protocol/Ola.pb.h \
$(top_builddir)/common/protocol/OlaService.pb.h \
$(top_builddir)/common/protocol/OlaService.pb.cpp

# LIBRARIES
##################################################
Expand Down
4 changes: 2 additions & 2 deletions common/rdm/Makefile.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
built_sources += \
common/rdm/Pids.pb.cc \
common/rdm/Pids.pb.h
$(top_builddir)/common/rdm/Pids.pb.cc \
$(top_builddir)/common/rdm/Pids.pb.h

# LIBRARIES
##################################################
Expand Down
12 changes: 6 additions & 6 deletions common/rpc/Makefile.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
built_sources += \
common/rpc/Rpc.pb.cc \
common/rpc/Rpc.pb.h \
common/rpc/TestService.pb.cc \
common/rpc/TestService.pb.h \
common/rpc/TestServiceService.pb.cpp \
common/rpc/TestServiceService.pb.h
$(top_builddir)/common/rpc/Rpc.pb.cc \
$(top_builddir)/common/rpc/Rpc.pb.h \
$(top_builddir)/common/rpc/TestService.pb.cc \
$(top_builddir)/common/rpc/TestService.pb.h \
$(top_builddir)/common/rpc/TestServiceService.pb.cpp \
$(top_builddir)/common/rpc/TestServiceService.pb.h

# LIBRARIES
##################################################
Expand Down
2 changes: 1 addition & 1 deletion include/ola/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nodist_pkginclude_HEADERS += include/ola/plugin_id.h

# BUILT_SOURCES is our only option here since we can't override the generated
# automake rules for common/libolacommon.la
built_sources += include/ola/plugin_id.h
built_sources += $(top_builddir)/include/ola/plugin_id.h

include/ola/plugin_id.h: include/ola/Makefile.mk include/ola/make_plugin_id.sh common/protocol/Ola.proto
mkdir -p $(top_builddir)/include/ola
Expand Down
5 changes: 3 additions & 2 deletions plugins/artnet/messages/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ nodist_artnetinclude_HEADERS = \
plugins/artnet/messages/ArtNetConfigMessages.pb.h


built_sources += plugins/artnet/messages/ArtNetConfigMessages.pb.cc \
plugins/artnet/messages/ArtNetConfigMessages.pb.h
built_sources += \
$(top_builddir)/plugins/artnet/messages/ArtNetConfigMessages.pb.cc \
$(top_builddir)/plugins/artnet/messages/ArtNetConfigMessages.pb.h

nodist_plugins_artnet_messages_libolaartnetconf_la_SOURCES = \
plugins/artnet/messages/ArtNetConfigMessages.pb.cc
Expand Down
5 changes: 3 additions & 2 deletions plugins/e131/messages/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ e131includedir = $(includedir)/ola/e131
nodist_e131include_HEADERS = \
plugins/e131/messages/E131ConfigMessages.pb.h

built_sources += plugins/e131/messages/E131ConfigMessages.pb.cc \
plugins/e131/messages/E131ConfigMessages.pb.h
built_sources += \
$(top_builddir)/plugins/e131/messages/E131ConfigMessages.pb.cc \
$(top_builddir)/plugins/e131/messages/E131ConfigMessages.pb.h

nodist_plugins_e131_messages_libolae131conf_la_SOURCES = \
plugins/e131/messages/E131ConfigMessages.pb.cc
Expand Down
5 changes: 3 additions & 2 deletions plugins/usbpro/messages/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ usbproincludedir = $(includedir)/ola/usbpro
nodist_usbproinclude_HEADERS = \
plugins/usbpro/messages/UsbProConfigMessages.pb.h

built_sources += plugins/usbpro/messages/UsbProConfigMessages.pb.cc \
plugins/usbpro/messages/UsbProConfigMessages.pb.h
built_sources += \
$(top_builddir)/plugins/usbpro/messages/UsbProConfigMessages.pb.cc \
$(top_builddir)/plugins/usbpro/messages/UsbProConfigMessages.pb.h

nodist_plugins_usbpro_messages_libolausbproconf_la_SOURCES = \
plugins/usbpro/messages/UsbProConfigMessages.pb.cc
Expand Down
2 changes: 1 addition & 1 deletion protoc/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ protoc_ola_protoc_plugin_SOURCES = \
protoc/ServiceGenerator.h \
protoc/StrUtil.cpp \
protoc/StrUtil.h \
protoc/ola-protoc-generator-plugin.cpp
protoc/ola-protoc-generator-plugin.cpp
protoc_ola_protoc_plugin_CXXFLAGS = $(COMMON_PROTOBUF_CXXFLAGS)
protoc_ola_protoc_plugin_LDADD = $(libprotobuf_LIBS) -lprotoc

Expand Down
12 changes: 6 additions & 6 deletions python/ola/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ usbpro_proto = $(usbpro_path)/UsbProConfigMessages.proto

if BUILD_PYTHON_LIBS
output_files = \
python/ola/ArtNetConfigMessages_pb2.py \
python/ola/Ola_pb2.py \
python/ola/UsbProConfigMessages_pb2.py \
python/ola/Pids_pb2.py \
python/ola/PidStoreLocation.py \
python/ola/Version.py
$(top_builddir)/python/ola/ArtNetConfigMessages_pb2.py \
$(top_builddir)/python/ola/Ola_pb2.py \
$(top_builddir)/python/ola/UsbProConfigMessages_pb2.py \
$(top_builddir)/python/ola/Pids_pb2.py \
$(top_builddir)/python/ola/PidStoreLocation.py \
$(top_builddir)/python/ola/Version.py
built_sources += $(output_files)

nodist_pkgpython_PYTHON = $(output_files)
Expand Down
2 changes: 1 addition & 1 deletion python/ola/rpc/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nodist_rpcpython_PYTHON = python/ola/rpc/Rpc_pb2.py
rpcpython_PYTHON = python/ola/rpc/SimpleRpcController.py \
python/ola/rpc/StreamRpcChannel.py \
python/ola/rpc/__init__.py
built_sources += python/ola/rpc/Rpc_pb2.py
built_sources += $(top_builddir)/python/ola/rpc/Rpc_pb2.py
endif

python/ola/rpc/Rpc_pb2.py: common/rpc/Rpc.proto
Expand Down
6 changes: 3 additions & 3 deletions tools/ola_trigger/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ tools_ola_trigger_ola_trigger_LDADD = common/libolacommon.la \
$(LEXLIB)

built_sources += \
tools/ola_trigger/lex.yy.cpp \
tools/ola_trigger/config.tab.cpp \
tools/ola_trigger/config.tab.h
$(top_builddir)/tools/ola_trigger/lex.yy.cpp \
$(top_builddir)/tools/ola_trigger/config.tab.cpp \
$(top_builddir)/tools/ola_trigger/config.tab.h

tools/ola_trigger/lex.yy.cpp: tools/ola_trigger/Makefile.mk tools/ola_trigger/config.lex
$(LEX) -o$(top_builddir)/tools/ola_trigger/lex.yy.cpp $(srcdir)/tools/ola_trigger/config.lex
Expand Down