open62541:test_master

Last commit made on 2019-08-16
Get this branch:
git clone -b test_master https://git.launchpad.net/open62541

Branch merges

Branch information

Name:
test_master
Repository:
lp:open62541

Recent commits

d7f705f... by Stefan Profanter <git@s.profanter.me>

Test pipeline trigger

777eb93... by matkonnerth <email address hidden>

Server: Read Datatype Definitions of Structures

d6d5e99... by Stefan Profanter <email address hidden>

Merge pull request #2990 from open62541/master_10

Merge 1.0 into master

404b45c... by Stefan Profanter <git@s.profanter.me>

Merge branch 'azure-pipelines' into master

5b4d3f1... by Stefan Profanter <email address hidden>

ci: Migrate from Appveyor to Azure Pipelines

This moves most of the builds from Appveyor to the more efficient
and significantly faster Azure Pipelines system.

For now Azure Pipelines by default only supports VS2015 and VS2017,
therefore the builds for VS2013 and VS2008 still remain on Appveyor.

These can be transferred at a later stage.

bfdb995... by Stefan Profanter <git@s.profanter.me>

Merge remote-tracking branch 'upstream/1.0' into master

1298044... by ichrispa <email address hidden>

Unify license headers

384cc5a... by Stefan Profanter <git@s.profanter.me>

ci: Remove duplicate unshallow fetch

89f2a52... by Stefan Profanter <git@s.profanter.me>

ci: debian packaging use soname template instead of fixed number

0ae41f4... by Stefan Profanter <git@s.profanter.me>

ci: Plugins depend on generated `nodeids.h`

Sometimes travis failed with
```
/home/travis/build/open62541/open62541/build/src_generated/open62541/nodeids.h:6:0: error: unterminated #ifndef

 #ifndef UA_NODEIDS_NS0_H_

 ^
```
if the plugins object was created before namespace generation finished.