Name Mode Size
..
detail 040000
access_rights.hpp 100755 3 kb
apc.hpp 100755 1 kb
basic_types.hpp 100755 7 kb
bcrypt.hpp 100755 2 kb
character_code_conversion.hpp 100755 4 kb
condition_variable.hpp 100755 4 kb
config.hpp 100755 10 kb
critical_section.hpp 100755 8 kb
crypt.hpp 100755 6 kb
dbghelp.hpp 100755 6 kb
debugapi.hpp 100755 1 kb
directory_management.hpp 100755 3 kb
dll.hpp 100755 6 kb
environment.hpp 100755 4 kb
error_codes.hpp 100755 213 kb
error_handling.hpp 100755 5 kb
event.hpp 100755 7 kb
file_management.hpp 100755 21 kb
file_mapping.hpp 100755 9 kb
get_current_process.hpp 100755 1 kb
get_current_process_id.hpp 100755 1 kb
get_current_thread.hpp 100755 1 kb
get_current_thread_id.hpp 100755 1 kb
get_last_error.hpp 100755 1 kb
get_proc_address.hpp 100755 2 kb
get_process_times.hpp 100755 2 kb
get_system_directory.hpp 100755 1 kb
get_thread_times.hpp 100755 1 kb
handle_info.hpp 100755 1 kb
handles.hpp 100755 2 kb
heap_memory.hpp 100755 2 kb
init_once.hpp 100755 4 kb
jobs.hpp 100755 5 kb
limits.hpp 100755 1 kb
local_memory.hpp 100755 2 kb
memory.hpp 100755 0 kb
mutex.hpp 100755 6 kb
overlapped.hpp 100755 1 kb
page_protection_flags.hpp 100755 2 kb
pipes.hpp 100755 11 kb
priority_class.hpp 100755 3 kb
process.hpp 100755 19 kb
security.hpp 100755 3 kb
semaphore.hpp 100755 7 kb
shell.hpp 100755 6 kb
show_window.hpp 100755 4 kb
srw_lock.hpp 100755 3 kb
stack_backtrace.hpp 100755 1 kb
synchronization.hpp 100755 1 kb
system.hpp 100755 2 kb
thread.hpp 100755 1 kb
thread_pool.hpp 100755 5 kb
time.hpp 100755 4 kb
timers.hpp 100755 1 kb
tls.hpp 100755 2 kb
wait.hpp 100755 3 kb
wait_constants.hpp 100755 2 kb
wait_on_address.hpp 100755 1 kb
waitable_timer.hpp 100755 5 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).