-
Merge pull request #38 from bainscou/patch-1
Improve per library documentation
-
-
bainscou committed on GitHub
Mar 8, 2017 -
Improve per library documentation
bainscou committed on GitHubMar 8, 2017
-
Merge pull request #31 from sambrightman/master
Fix segmentation fault when BAM file does not exist
-
-
-
ernfrid committed
Dec 20, 2015
-
-
ernfrid committed
Dec 18, 2015 -
Merge commit '3a9c528c93a44a9df4df6adc140a5bf5047a7ffa' into queue_re…
…factor
ernfrid committedDec 18, 2015 -
Squashed 'build-common/' changes from d356b1b..6591585
6591585 Create README.md 8e34b23 Add MIT License 59dab48 Merge pull request #2 from genome/gtest_compilation ac50842 fixup botched subtree/cherry-pick of last commit 927c854 add PreDepends cmake module to build common fa9ec14 Tests cannot find tr1/tuple on Max OS X Adding the compiler flag fixes this on 10.10.3 with Apple LLVM version 6.1.0 (clang-602.0.53) e2e9336 htslib installs to /usr/local by default. Update path hints. 7cb5e6a rename Findhtslib.cmake to FindHTSlib.cmake 7fa7004 add a module for finding HTSlib libraries 7e5c12e don't append PACKAGE_VERSION_SUFFIX to FULL_VERSION git-subtree-dir: build-common git-subtree-split: 6591585af458d508919e55ddcccd5cb4c50e56e9
ernfrid committedDec 18, 2015 -
ernfrid committed
Dec 18, 2015
-
ernfrid committed
Dec 17, 2015 -
make a queue class for easier testing
ernfrid committedDec 17, 2015 -
ernfrid committed
Dec 17, 2015 -
move IndelQueueEntry to separate file
ernfrid committedDec 17, 2015
-
Merge pull request #23 from genome/predeps
add pre-build dependency handling
ernfrid committedJun 17, 2015 -
Merge commit 'e2e9336d662d27d4eaaf8db072d7756e762a5438' into predeps
Fetching upstream changes to build-common before pushing back. Git subtree does not want to rebase.
tabbott committedJun 17, 2015 -
update the install documentation to indicate the new minimum version …
…of cmake required
-
-
use new ExternalDependency_Add feature of build-common
This sets up all of the proper dependencies on the 3rd party libs we build, removing the need to "make deps" before starting a parallel build.
tabbott committedJun 17, 2015 -
add PreDepends cmake module to build common
the intent is to enable parallel builds without having to "make deps" first. this is done by hijacking externalproject_add, add_library, and add_executable with macros that automatically set dependencies on a dummy "deps"-like target.
tabbott committedJun 13, 2015
-
add vim swap files to gitignore
tabbott committedJun 13, 2015
-
respect manually set CMAKE_INSTALL_PREFIX. Closes #22
ernfrid committedJun 12, 2015
-
Merge pull request #20 from morgantaschuk/master
Updated the bam-readcount command line 'usage' information
ernfrid committedJun 10, 2015 -
Updated the program usage with an example; updated the README to indi…
…cate that it prints to standard out.
morgantaschuk committedJun 10, 2015
-
clear out indel queue between positions to prevent double counting
ernfrid committedMay 22, 2015