-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from jafyvilla/release_preparation
Update changelog
- Loading branch information
Showing
7 changed files
with
77 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# -*- mode: cmake -*- | ||
# CMake/common https://github.com/Eyescale/CMake.git bb33e3b | ||
# CMake/common https://github.com/Eyescale/CMake.git 2b5d7f2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# -*- mode: cmake -*- | ||
git_subproject(Lunchbox https://github.com/Eyescale/Lunchbox.git e67f363) | ||
git_subproject(vmmlib https://github.com/Eyescale/vmmlib.git eb372a2) | ||
git_subproject(Lunchbox https://github.com/Eyescale/Lunchbox.git 09b404a) | ||
git_subproject(vmmlib https://github.com/Eyescale/vmmlib.git 1201da0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,57 @@ | ||
# Brion | ||
|
||
![](doc/BBPLOGO350.jpg) | ||
|
||
Welcome to Brion, a C++ library for read and write access to Blue Brain data | ||
structures, including BlueConfig/CircuitConfig, Circuit, CompartmentReport, | ||
Mesh, Morphology, Synapse and Target files. | ||
|
||
Brion can be retrieved by cloning the | ||
[source code](https://github.com/BlueBrain/Brion.git). | ||
|
||
## Features | ||
|
||
Brion provides the following functionality: | ||
* Fast and low-overhead access to read and write BBP data | ||
* Basic data types to work with the loaded data using vmmlib, Lunchbox, Boost | ||
Brion provides the following major features: | ||
|
||
## Downloads | ||
* Fast and low-overhead read access to: | ||
* Blue configs (brion::BlueConfig) | ||
* Circuit description (brion::Circuit) | ||
* H5 Synapses data (brion::SynapseSummary, brion::Synapse) | ||
* Target (brion::Target) | ||
* BBP binary meshes (brion::Mesh) | ||
* BBP H5 morphologies and SWC morphologies (brion::Morphology) | ||
* Compartment reports (brion::CompartmentReport) | ||
* Spike reports (brion::SpikeReport) | ||
* Fast and low-overhead write access to: | ||
* Compartment reports (brion::CompartmentReport) | ||
* BBP binary meshes (brion::Mesh) | ||
* BBP H5 morphologies (brion::Morphology) | ||
* Basic [data types](@ref brion/types.h) to work with the loaded data using | ||
[vmmlib](http://vmml.github.io/vmmlib), | ||
[Lunchbox](http://eyescale.github.io/Lunchbox-1.8/index.html), | ||
[Boost](http://www.boost.org/doc/libs). | ||
|
||
* Building from source: | ||
## Building | ||
|
||
``` | ||
~~~ | ||
git clone https://github.com/BlueBrain/Brion.git | ||
cd Brion | ||
make | ||
``` | ||
~~~ | ||
|
||
## ChangeLog | ||
|
||
To keep track of the changes between releases check the [changelog](doc/Changelog.md). | ||
|
||
## About | ||
|
||
Brion is a cross-platform library, designed to run on any modern operating | ||
system, including all Unix variants. Brion uses CMake to create a | ||
platform-specific build environment. The following platforms and build | ||
environments are tested: | ||
|
||
* Linux: Ubuntu 14.04 and RHEL 6 (Makefile, i386, x64) | ||
|
||
The [latest API documentation] | ||
(http://bluebrain.github.io/Brion-1.5/index.html) can be found on | ||
[bluebrain.github.io](http://bluebrain.github.io). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.