This project is a fork of the openscop.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/openscop.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerjoel.poudroux@u-psud.fr
last changeFri, 22 Feb 2013 14:45:06 +0000 (22 15:45 +0100)
content tags
add:
README
* * * * * * * * * * * * * *
* OpenScop Library  0.5.0 *
* * * * * * * * * * * * * *

Install with Makefile
---------------------

$> ./autogen.sh
$> ./configure
$> make 
$> make install


Alternative: Install with CMake
-------------------------------

$> mkdir build
$> cd build
$> cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
$> make
$> make test
$> # make install # sudo make install # su -c "make install"
$> make doc


Support
-------

Please contact:
openscop-development@googlegroups.com
shortlog
2013-02-22 Cedric Bastoulosl_int_t for multi-precision integers instead of void*master
2013-02-01 LncAdd extern "C" in include/osl/int.h
2013-02-01 LncAdd osl_scop_number function
2013-02-01 LncAdd osl_interface_number function
2013-02-01 LncAdd osl_generic_number function
2013-02-01 LncFix include/macros.h for C++11 compiler
2013-02-01 LncAdd CMake build process
2012-09-24 Cedric BastoulFix bad copy in osl_util_read_line from file
2012-09-24 Cedric BastoulRemove variables set but not used
2012-09-19 Cedric BastoulAdd support for columns in Coordinates extension
2012-07-27 joelpoudrouxAdd dependence extension
2012-06-29 Cedric BastoulFix include issue for osl_scop_check_compatible_scoplib
2012-06-29 Cedric BastoulMerge remote-tracking branch 'joel/scoplib'
2012-06-28 Cedric BastoulFix comment printing for UNDEFINED relations
2012-06-28 Cedric BastoulAdd a usr field to the relation structure
2012-06-28 Cedric BastoulRefactor and correct symbols extension integration
...
tags
12 years ago 0.8.4
12 years ago 0.8.3
12 years ago 0.8.2
12 years ago 0.8.1
12 years ago 0.8.0
12 years ago 0.7.2
12 years ago 0.7.1
12 years ago 0.7.0
12 years ago 0.6.0
12 years ago 0.5.0
heads
11 years ago master
11 years ago dependence
12 years ago scoplib