Name Mode Size
..
atomic.hpp 100755 22 kb
cast_tags.hpp 100755 1 kb
char_wchar_holder.hpp 100755 3 kb
config_begin.hpp 100755 3 kb
config_end.hpp 100755 1 kb
config_external_begin.hpp 100755 1 kb
config_external_end.hpp 100755 1 kb
file_locking_helpers.hpp 100755 7 kb
file_wrapper.hpp 100755 8 kb
in_place_interface.hpp 100755 2 kb
intermodule_singleton.hpp 100755 2 kb
intermodule_singleton_common.hpp 100755 20 kb
interprocess_tester.hpp 100755 1 kb
intersegment_ptr.hpp 100755 33 kb
managed_global_memory.hpp 100755 4 kb
managed_memory_impl.hpp 100755 29 kb
managed_multi_shared_memory.hpp 100755 14 kb
managed_open_or_create_impl.hpp 100755 15 kb
math_functions.hpp 100755 3 kb
min_max.hpp 100755 1 kb
move.hpp 100755 1 kb
mpl.hpp 100755 2 kb
named_proxy.hpp 100755 10 kb
nothrow.hpp 100755 1 kb
os_file_functions.hpp 100755 24 kb
os_thread_functions.hpp 100755 17 kb
pointer_type.hpp 100755 2 kb
portable_intermodule_singleton.hpp 100755 11 kb
posix_time_types_wrk.hpp 100755 1 kb
ptime_wrk.hpp 100755 1 kb
robust_emulation.hpp 100755 13 kb
segment_manager_helper.hpp 100755 15 kb
shared_dir_helpers.hpp 100755 8 kb
simple_swap.hpp 100755 1 kb
std_fwd.hpp 100755 2 kb
transform_iterator.hpp 100755 1 kb
type_traits.hpp 100755 3 kb
utilities.hpp 100755 6 kb
variadic_templates_tools.hpp 100755 1 kb
win32_api.hpp 100755 69 kb
windows_intermodule_singleton.hpp 100755 10 kb
workaround.hpp 100755 10 kb
xsi_shared_memory_file_wrapper.hpp 100755 3 kb
README.md
# Continuous integration The mzR project master branch is subjected to CI using travis: [![Build Status](https://travis-ci.org/sneumann/mzR.svg?branch=master)](https://travis-ci.org/sneumann/mzR) The devel branch is tested on multiple architectures by the BioC build farm: http://bioconductor.org/checkResults/devel/bioc-LATEST/mzR/ # Installation ## Installation on macOS If you install from source, you first need to install the netCDF headers and libraries: `brew install netcdf`, and then instal mzR the BioC way via: ``` if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("mzR", suppressUpdates = TRUE) ``` ## Installation on Linux We are not shipping the full set of boost headers due to size restrictions. This *might* cause compilation failure due to missing files. We have tested several OS and compiler build environments successfully, please report any compilation failures at https://github.com/sneumann/mzR/issues and we'll add the missing files. mzR-2.9.1 with boost-1.59.0 has been tested on the following compilers: On the BioC build farm (http://bioconductor.org/checkResults/devel/bioc-LATEST/mzR/) * malbec2 (Ubuntu 16.04.1, gcc-5.4.0) * tokay2 (Windows Server 2012 R2, MinGW-W64-4.9.3) * Failling oaxaca (Apple clang 3.5svn / 600.0.57) Also on: * Debian stretch/sid (gcc-5.4.0) * Ubuntu 16.04 (clang 3.8.0) * Ubuntu 16.04 (gcc-5.4.0) * Ubuntu 14.04 (gcc-4.8.2) * Ubuntu 12.04 (gcc-4.6.3) # Contributions Please read the [contributions guide and code of conduct](./CONTRIBUTIONS.md).