Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ome/ome-model

OME model (specification, code generator, implementation)
https://github.com/ome/ome-model

Merge pull request #1921 from rleigh-dundee/cpp-static-init-xsdfu

xsd-fu: Correct static initialisation order issues in the C++ templates

7e3c97248392c256ca228288899b34a6542a5926 authored over 9 years ago
Merge pull request #1908 from mtbc/fix-int-unit-xml

adjust XML serialization of unit property values

cf2bef1367807b919d7c24a419919e1230bbf670 authored over 9 years ago
cmake: Allow verbose sub-builds with Ninja generator

0987302160d08df9f9ac1a09e3d77583369fcbb5 authored over 9 years ago
Add /ome to Trac URL

54f060320ee0c5a4f0eab5023760dea4c43ab58f authored over 9 years ago
Use parent Trac URL in pom.xml

d6f4793eb9093735f410b629b87f9faa2d57cb8a authored over 9 years ago
cpp: Reorder lexical_cast include order

This ensures that it's never included before the variant or MPL
headers are first used.

c3941c111ceeb86d3da7fb15b1cb27b8c9eca2d5 authored over 9 years ago
cpp: common: Move variant limit configuration defines to config.h

Some headers, notably lexical_cast.hpp, indirectly include
the MPL vector header which triggers ...

044953794ea67362c69cb3a583c599410a608858 authored over 9 years ago
cpp: variant: Use boost::mpl::vector0 in place of custom empty_types type

Since MPL provides an empty vector type, use it in place of our own
equivalent.

66b3e65cf133295709705e7c3ccdbed7d24b7b8e authored over 9 years ago
cpp: bioformats: Use wide variant of TIFFOpen on Windows

da57622cefaf9f157ee202b0fa74b2e91eb02867 authored over 9 years ago
Redirect deprecated Trac links to the new resources

e23eb4f2e3ea518008ff116a9aa4752521ba5156 authored over 9 years ago
Fix Trac base URL and use HTTPS

529430258b9d1a7474a96ef3999a42d7c2bd21b5 authored over 9 years ago
Merge pull request #1923 from rleigh-dundee/cpp-unit-stream-output

cpp: common: Correct units test for MSVC stream output

31404a67394ec7fb7a5725e7ebf569fe393a02a2 authored over 9 years ago
Merge pull request #1922 from rleigh-dundee/cpp-mstream-iterator

cpp: common: Correct string iterator use in mstream and formatreader tests

4cc61128ba68c374135dc28b3b5e5917ca0a7576 authored over 9 years ago
Merge pull request #1920 from rleigh-dundee/cmake-win-fixes

cmake: Windows portability and efficiency fixes

579c4c97088d97d6ef6f57bcaa56d23475fb77a2 authored over 9 years ago
Merge pull request #1919 from rleigh-dundee/cpp-win3

cpp: bioformats: Correct unused variable warnings in catch statements

cdd5b172faf764eb29fb7a291d9d46d4ba3de909 authored over 9 years ago
xsd-fu: Remove exception warning in XMLAnnotation update value

4bf0c5fab17f9d67c1b380d8ba9f003417a7f3ca authored over 9 years ago
cmake: Work with non-Visual Studio generators on Windows

It is now possible to build with Ninja or make on Windows in
addition to building with msbuild o...

e41d18b68f45cde20519b27f6059e7ad33132d6b authored over 9 years ago
xsd-fu: Remove C++ model object use of static XML namespace

This was unsafe for the special case that any model objects
were instantiated before the static ...

bc55f93a1885a11962f6472096359c7968460ff5 authored over 9 years ago
cpp: common: Correct units test for MSVC stream output

The output of floating point exponents is slightly different
for MSVC--it uses three digits rath...

b87ab0228e97c64e49c0c528ca10c4cccdfbd126 authored over 9 years ago
cpp: bioformats: Correct string iterator use in formatreader test

8e415b244e534669eea33c3c47db6303a1f48871 authored over 9 years ago
cpp: common: Correct string iterator use in mstream test

cffc0cfda3814ccb53595f171ac40bb4ad4bbfc4 authored over 9 years ago
xsd-fu: Remove C++ enum exception warning

5b9cae37663788665dc346393de6cfbe15bb2d71 authored over 9 years ago
xsd-fu: Don't share C++ enum mapping iterators between containers

MSVC doesn't appear to like this.

abbf98fcc929900de080df2fa5d9960f715351eb authored over 9 years ago
xsd-fu: Remove C++ enum static mappings entirely

Use directly in the static methods since it appears that MSVC does not
control the static initia...

fcd87e653a91119ae90980ded76b1c88ac3403da authored over 9 years ago
cmake: Find debug libraries for TIFF and XercesC

These are required to build a debug version of bioformats.

efde8206a79e41c7f8f172c8a5971edfe352371c authored over 9 years ago
cmake: Remove duplicate targets and dependencies reported by xsd-fu

While generally harmless, this removes make and ninja warnings
about duplicate dependencies.

4045c955174d71754d3e5af064e055cc7183d433 authored over 9 years ago
cpp: bioformats: Drop commented-out names for consistency

a1ddf9acd17bd810b22266d84e2520b0396385e1 authored over 9 years ago
cpp: bioformats: Correct unused variable warnings in catch statements

a2c045e8d55c6e628d83c04ef79f739577f65f6b authored over 9 years ago
cpp: info: Drop use of unistd.h and show HTML manual page on Windows

136f34ffa113c5668c2061875bc1fb0d9a5ab767 authored over 9 years ago
cpp: ome-common: Drop unused lexical_cast include from unit tests

cb70aba952288518852ee7de95444e0a50c9f262 authored over 9 years ago
cmake: Add icu solution files

These are needed to make msbuild work with the correct platform toolset.

48d37806cdb654cfe3798c0e5f8d8b1e7df01659 authored over 9 years ago
cpp: bioformats: Add VS2012 va_copy() workaround to TIFF::Sentry

9141c04d4863f4c3204732cfc474c4dda5ffa16c authored over 9 years ago
cmake: Add VS2012 support to external xerces build

aaa7102d103aef828eb22d1ee92145550f8ca578 authored over 9 years ago
cmake: Add Xerces-C include directories where missing

7493be64fbe784e3964ce480b193218c802de3bd authored over 9 years ago
cpp: bioformats: Minor VariantPixelBuffer tweaks for MSVC

584822f9fb291224770f52855e07948515d32234 authored over 9 years ago
cpp: common: Use _putenv_s with MSVC in place of setenv

setenv(3) appears not to exist on Windows; use the functional
equivalent.

f5235c5968adb0e9ee84a3ae801f25ef07d4c291 authored over 9 years ago
cmake: Ignore MSVC SCL warnings

ccf44763f56db7554cfa94ec71537ef79cd171c0 authored over 9 years ago
cpp: Use boost::filesystem::string() rather than ::native()

boost::filesytem::native is deprecated and ::string, ::wstring and
::c_str are the replacements.

119192573f08fa33adcf38162846084f63ed7e23 authored over 9 years ago
cpp: bioformats: tiff: Handle native filenames on Windows

9396ee8f8e68efde5221bfc00df581c3ac17afaf authored over 9 years ago
cpp: test: metadatamap doesn't require linking with ome-bioformats

24e27fcf0e567f7ae268e62934cee94ca20be1dd authored over 9 years ago
cmake: add superbuild prerequisites target

5bd5314b26c26280881bfe932c7d17a60b4c793c authored over 9 years ago
cpp: test: Add MPL variant tests

These are already tested by the MetadataMap tests, but are intended
to test the compiler's suppo...

f4552fa88a589472526eaf42f1f9d19b41e4e3d6 authored over 9 years ago
cpp: bioformats: Add missing functional header to Modulo

40a85a7c7af2f48270849a00a50345c753126b04 authored over 9 years ago
cpp: Libraries may be shared or static

Configure with BUILD_SHARED_LIBS.

1a23dc72e9c45efc7d6e33ed5b9def3af897fb6b authored over 9 years ago
cpp: test: Add missing string header to color.cpp

3a4adfdb4c65eebbcacd079b4f38b1e0eea6f974 authored over 9 years ago
cmake: Build static libraries on Windows, and omit pointless warnings

398ee98264247e1b379e0d0b49f5498ce00a1769 authored over 9 years ago
Merge pull request #1910 from rleigh-dundee/cpp-enum-static-init

xsd-fu: Correct static initialisation order for enum key-value mappings

6714d6dfb3401ca9ef890eede202e6f2f7a21bbc authored over 9 years ago
Merge pull request #1907 from rleigh-dundee/cmake-xsdfu-error

cmake: Add error checking for xsd-fu invocation

a9901d197ffc02f92525c4a6a43a59d5b79baa2f authored over 9 years ago
Merge pull request #1897 from rleigh-dundee/cpp-model-pimpl

cpp: ome-xml: Use pImpl idiom in OMEXMLModelObject classes

b07153c5c6ff1a4eaccb742a2073c2500277fd96 authored over 9 years ago
Merge pull request #1753 from sommerc/develop

CellH5 reader update and CellH5Writer

94ce6a434f9af589ac2b8aa07039debad4b9f095 authored over 9 years ago
Merge pull request #1895 from sbesson/units_dicomreader

DicomReader/OBFReader: use native units for storing the physical size

102982fc40efb4f9bb2b1606787c8f071a84a9bd authored over 9 years ago
xsd-fu: Correct static initialisation order for enum key-value mappings

The string_map and value_map static maps were not protected with a
static method, required to pr...

707d7c7f554509833dc554423bdc621888f995e7 authored over 9 years ago
Merge pull request #1906 from rleigh-dundee/cpp-source-cache

cmake: Rename BIOFORMATS_EP_SOURCE_CACHE to source-cache

9e48d95c7e103d12fb85467599ebbff28a2fe12e authored over 9 years ago
Merge pull request #1905 from rleigh-dundee/cpp-snprintf

cpp: common: Update compatibility snprintf for VS2013 and VS2012

98d25e40dd9dfd501cb02302c33a2644b0227e54 authored over 9 years ago
Merge pull request #1904 from rleigh-dundee/cpp-endian-noexcept

cpp: common: Correct Boost.Endian C++11 noexcept macro

6c97af037163eba7f87f02e4a5bd7ef359a15d32 authored over 9 years ago
Merge pull request #1903 from rleigh-dundee/cpp-boolean-construct

cpp: common: Correct boolean copy constructor to copy raw value

01642c0c2ed16dc8cec79d94cbc716c9a58e1b16 authored over 9 years ago
Merge pull request #1900 from rleigh-dundee/xsdfu-unused

xsd-fu: MetadataRetrieve: Drop 'unused' from used parameters

3839471b5c34f3fd00089318d9fb752750e60fb1 authored over 9 years ago
travis: Drop OpenJDK6

16c6346131830c803e6b329138e5820be7410754 authored over 9 years ago
Make Java 1.7 the minimum supported version

7f520750db2b5b05c9540d6ebf421d41fcca94f3 authored over 9 years ago
write integer property unit values with valid XML

2b76fdfc86ccb0826f2cfd10b9e72d2a085912b0 authored over 9 years ago
cmake: Report xsd-fu failure status

80b2438309aacfabd2624d62cc6592a87bf44075 authored over 9 years ago
cpp: common: Correct Boost.Endian C++11 noexcept macro

0c42d233fcea0580b6085220e1bd0269ec50d293 authored over 9 years ago
cmake: Add error checking for xsd-fu invocation

If xsd-fu execution fails when obtaining output or
dependency file lists, abort with error. Pre...

abe51e1e620123be4ab88bf50045d718d5b93ade authored over 9 years ago
cmake: Rename BIOFORMATS_EP_SOURCE_CACHE to source-cache

No functional changes; this is simply to make the cmake
interface more friendly and accessible b...

96a3aa462a2d8a88b24c6100244eafec9cd93b29 authored over 9 years ago
cpp: common: Correct boolean copy constructor to copy raw value

b1c5a769e3d00b489ff5f8bd604f225d4b0b06b9 authored over 9 years ago
cpp: common: Update compatibility snprintf for VS2013 and VS2012

3ce9c5455825f2a9c433b8bed39ad6229318b49d authored over 9 years ago
Merge pull request #1896 from rleigh-dundee/cmake-broken-regex

cmake: Check for broken GCC regex implementation

88014208eb3ff7292b426b711d799954e703aa1c authored over 9 years ago
Merge pull request #1898 from rleigh-dundee/cpp-timestamp-ostream-return

cpp: ome-xml: Correct return in Timestamp ostream output

920433df1346ad6385ad700ff3be4c1c97be86f4 authored over 9 years ago
xsd-fu: MetadataRetrieve: Drop 'unused' from used parameters

15abddb1900cb6ffeb11b87182b262f71ea5c8bc authored over 9 years ago
Merge pull request #1892 from sbesson/submodule_cleanup

Submodule cleanup

0dc8646c27dec39244a01cb1af10d4c8fd2d0f2a authored over 9 years ago
cpp: ome-xml: Correct return in Timestamp ostream output

7d094628d875dbe00a0e91aca4d8001bb4d96e1f authored over 9 years ago
cpp: ome-xml: Use pImpl idiom in OMEXMLModelObject classes

7320f300dab25e86bb22fbc7654715b049036dfb authored over 9 years ago
cmake: Check for broken GCC regex implementation

f3c545722d1d1eece6496186a4005524013b07f0 authored over 9 years ago
Unify testng.version across the board

Define Maven property in the top-level POM in agreement with the Ant version

90df7a54a26af277130babe9a65057775093caca authored over 9 years ago
Update version numbers to 5.1.4-SNAPSHOT

f5dc3baef289e073aff167f6e982bb071b3f88bb authored over 9 years ago
Update version numbers to 5.1.3

fe40995fddeefdb64958b80ad90dc69eecbcdea7 authored over 9 years ago
Merge pull request #1873 from rleigh-dundee/cmake-sb5

C++: Fix external boost, icu and xerces to build on Windows

b6608e78ad462cb800a30c0d4006b3533f41ea28 authored over 9 years ago
Update POM version numbers to 5.1.3-SNAPSHOT

49381841a6c6cb26a3edd1fdf6bf50a6446885c6 authored over 9 years ago
Update version numbers to 5.1.3-rc1

36ef33c42c09d76815926213f12f43e691c3cdf9 authored over 9 years ago
Merge pull request #1866 from sbesson/specification_pom

Also include ome-transforms.xml in Maven specification JAR

84bc9c483842afa83391995e176f19fdac23640e authored over 9 years ago
cmake: ExternalProject cmake build: Correct endif comment

83f656b76ca71fad5d5e45a233b23e018676f317 authored over 9 years ago
cmake: superbuild: Update comments

39038ccf79595f47c2308a95586d32c5231b0056 authored over 9 years ago
cmake: External bioformats: Use generic cmake build

If a manual configure step is configured, the build step defaults
to "make", so add manual build...

1276b896bcd2beb88b0d1d5777a7c8c665463ec5 authored over 9 years ago
cpp: ome-common: string.h: Include stdarg header

93582fb7753f0def0d5c32fc51501f84136c6997 authored over 9 years ago
cpp: ome-common: Allow noexcept macro with MSVC

8a227276f8275a9e3517b87eecf4c0e95261e455 authored over 9 years ago
cmake: ome-xml: Add Xerces-C include directories

4dcb10eab0846b0b9dc6c8357233188a5e00074a authored over 9 years ago
cmake: Add Windows debug library suffix and disable autolinking

ff756a0aab681b0024698509c7da728b0c71a3ce authored over 9 years ago
cmake: Add RUNTIME and ARCHIVE library install destinations

9d164dc67337cd03da908a0d50770ea762f22422 authored over 9 years ago
cmake: External xerces: Install .c files as headers

For reasons unknown, the Xerces developers use .c as a header
extension in addition to .hpp.

b949fc766102186ed7a1adbfb0d59dde32c2bb25 authored over 9 years ago
Cleanup/remove OMERO layer components

These components come from the time where Bio-Formats was managed as a
submodule of OMERO. As we...

7e3bb2bcb1a282c7dbf02e390684226ca0e04e72 authored over 9 years ago
cmake: External bzip2 cmake build tests fixed to pass on Windows

67ee2bd16f5744df0648ef9eb66ac0eca722d9e8 authored over 9 years ago
cmake: Correct external dependencies

213c39ec3db4e55a70c70354b76162f2fef60b4c authored over 9 years ago
cmake: Run unit tests during superbuild

a1129a1fe44344a91e5b6faf3761e4c3b8892961 authored over 9 years ago
cmake: TemplateShellWrapper uses DYLD_FALLBACK_LIBRARY_PATH

ce907e6be4bddb126e6428c7f3dcf27e699ad574 authored over 9 years ago
cmake: Enable C language for CMake 2.8.x compatibility

46e71c561dee3014024b839ce17c3a00336f96b1 authored over 9 years ago
cmake: SuperBuild: Install files with correct permissions

36de7172fcbb64a6e9d38a27e086cb7223459075 authored over 9 years ago
cpp: ome-test: Search Boost_INCLUDE_DIRS

86b1f2ff30198fe35bde1ee8a35f56a1384c74dc authored over 9 years ago
cmake: External icu: Avoid creation of empty directory

e92767a4316948d0972f451b3504f220c2cba188 authored over 9 years ago
cmake: ExternalProject: Propagate prefix path and toolchain environment

63bda04d8db6afc1eb42832b3e584b8105df2c2c authored over 9 years ago
cmake: ExternalProjectHelpers: Generated cache file uses CACHE variables

7cf43c3be73adc8d8d6f2755c5f240d885337a6a authored over 9 years ago