Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph
Commits
02aa8dea
Commit
02aa8dea
authored
Sep 28, 2010
by
Thomas Moulard
Browse files
Add license header.
parent
dd788ada
Changes
57
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
02aa8dea
# Copyright 2010, Olivier Stasse, JRL, CNRS/AIST
#
# Copyright
# This file is part of dynamic-graph.
# dynamic-graph is free software: you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation, either version 3 of
# the License, or (at your option) any later version.
#
# dynamic-graph is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Lesser Public License for more details. You should have
# received a copy of the GNU Lesser General Public License along with
# dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
...
...
doc/additionalDoc/package.h
View file @
02aa8dea
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* CNRS/AIST
*
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
/**
\mainpage
...
...
include/dynamic-graph/all-signals.h
View file @
02aa8dea
/*
* all-signals.h
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* Created on: Jun 16, 2010
* Author: Francois Bleibel
* CNRS/AIST
*
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ALLSIGNALS_H_
...
...
include/dynamic-graph/contiifstream.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: Contiifstream.h
* Project: DYNAMIC-GRAPH
* Author: Nicolas Mansard
* CNRS/AIST
*
*
Version control
*
===============
*
*
$Id$
*
*
Description
*
============
*
*
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
*
This file is part of dynamic-graph.
*
dynamic-graph is free software: you can redistribute it and/or
*
modify it under the terms of the GNU Lesser General Public License
*
as published by the Free Software Foundation, either version 3 of
*
the License, or (at your option) any later version.
*
dynamic-graph is distributed in the hope that it will be
*
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
*
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU Lesser General Public License for more details. You should
*
have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __CONTIIFSTREAM_HH__
#define __CONTIIFSTREAM_HH__
...
...
include/dynamic-graph/debug.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet Lagadic, 2005
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* File: dgDEBUG.h
* Project: STack of Tasks
* Author: Nicolas Mansard
*
* Version control
* ===============
*
* $Id$
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* Description
* ============
* CNRS/AIST
*
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* Macro de trace et de debugage
*
* - TRACAGE: TRACE et ERROR_TRACE fonctionnent comme des printf
...
...
include/dynamic-graph/dynamic-graph-api.h
View file @
02aa8dea
/*
* Copyright
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* CNRS/AIST
*
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef DYNAMICGRAPH_API_H
...
...
include/dynamic-graph/entity.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: entity.h
* Project: DYNAMIC-GRAPH
* Author: François Bleibel (from Nicolas Mansard)
* CNRS/AIST
*
*
Version control
*
===============
*
*
$Id$
*
*
Description
*
============
*
*
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
*
This file is part of dynamic-graph.
*
dynamic-graph is free software: you can redistribute it and/or
*
modify it under the terms of the GNU Lesser General Public License
*
as published by the Free Software Foundation, either version 3 of
*
the License, or (at your option) any later version.
*
dynamic-graph is distributed in the hope that it will be
*
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
*
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU Lesser General Public License for more details. You should
*
have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ENTITY_HH__
#define __ENTITY_HH__
...
...
include/dynamic-graph/exception-abstract.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* File: exception-abstract.h
* Project: DYNAMIC-GRAPH
* Author: Nicolas Mansard
*
* Version control
* ===============
*
* $Id$
*
* Description
* ============
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* CNRS/AIST
*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ABSTRACT_EXCEPTION_H
#define __ABSTRACT_EXCEPTION_H
...
...
include/dynamic-graph/exception-factory.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* File: sotExceptionFactory.h
* Project: DYNAMIC-GRAPH
* Author: Nicolas Mansard
*
* Version control
* ===============
*
* $Id$
*
* Description
* ============
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* CNRS/AIST
*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __EXCEPTION_FACTORY_H
#define __EXCEPTION_FACTORY_H
...
...
include/dynamic-graph/exception-signal.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* File: sotexception-signal.h
* Project: DYNAMIC-GRAPH
* Author: Nicolas Mansard
*
* Version control
* ===============
*
* $Id$
*
* Description
* ============
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* CNRS/AIST
*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __SIGNAL_EXCEPTION_H
#define __SIGNAL_EXCEPTION_H
...
...
include/dynamic-graph/exception-traces.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
* File: ExceptionTraces.h
* Project: SOT
* Author: Nicolas Mansard
*
* Version control
* ===============
*
* $Id$
*
* Description
* ============
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* CNRS/AIST
*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __TRACES_EXCEPTION_H
#define __TRACES_EXCEPTION_H
...
...
include/dynamic-graph/factory.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: g_factory.h
* Project: DYNAMIC-GRAPH
* Author: François Bleibel (from Nicolas Mansard)
* CNRS/AIST
*
*
Version control
*
===============
*
*
$Id$
*
*
Description
*
============
*
*
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
*
This file is part of dynamic-graph.
*
dynamic-graph is free software: you can redistribute it and/or
*
modify it under the terms of the GNU Lesser General Public License
*
as published by the Free Software Foundation, either version 3 of
*
the License, or (at your option) any later version.
*
dynamic-graph is distributed in the hope that it will be
*
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
*
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU Lesser General Public License for more details. You should
*
have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __FACTORY_HH__
#define __FACTORY_HH__
...
...
include/dynamic-graph/functions.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: shell-functions.h
* Project: DYNAMIC-GRAPH
* Author: François Bleibel (from Nicolas Mansard)
* CNRS/AIST
*
*
Version control
*
===============
*
*
$Id$
*
*
Description
*
============
*
*
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
*
This file is part of dynamic-graph.
*
dynamic-graph is free software: you can redistribute it and/or
*
modify it under the terms of the GNU Lesser General Public License
*
as published by the Free Software Foundation, either version 3 of
*
the License, or (at your option) any later version.
*
dynamic-graph is distributed in the hope that it will be
*
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
*
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU Lesser General Public License for more details. You should
*
have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __SHELL_FUNCTIONS_HH__
#define __SHELL_FUNCTIONS_HH__
...
...
include/dynamic-graph/interpreter-helper.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2010
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: interpreter.h
* Project: DYNAMIC-GRAPH
* Author: O. Stasse,
* F. Bleibel,
* N. Mansard
* CNRS/AIST
*
* Description
* ============
* \file This class provides an entry point for any interpreter
* willing to connect to the dynamic-graph.
*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __INTERPRETER_HELPER_HH__
#define __INTERPRETER_HELPER_HH__
...
...
include/dynamic-graph/interpreter.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: interpreter.h
* Project: DYNAMIC-GRAPH
* Author: François Bleibel (from Nicolas Mansard)
* CNRS/AIST
*
*
Version control
*
===============
*
*
$Id$
*
*
Description
*
============
*
*
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
*
This file is part of dynamic-graph.
*
dynamic-graph is free software: you can redistribute it and/or
*
modify it under the terms of the GNU Lesser General Public License
*
as published by the Free Software Foundation, either version 3 of
*
the License, or (at your option) any later version.
*
dynamic-graph is distributed in the hope that it will be
*
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
*
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU Lesser General Public License for more details. You should
*
have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __INTERPRETER_HH__
#define __INTERPRETER_HH__
...
...
include/dynamic-graph/plugin-loader.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: plugin-loader.h
* Project: DYNAMIC-GRAPH
* Author: François Bleibel (from Nicolas Mansard)
* CNRS/AIST
*
*
Version control
*
===============
*
*
$Id$
*
*
Description
*
============
*
*
*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
*
This file is part of dynamic-graph.
*
dynamic-graph is free software: you can redistribute it and/or
*
modify it under the terms of the GNU Lesser General Public License
*
as published by the Free Software Foundation, either version 3 of
*
the License, or (at your option) any later version.
*
dynamic-graph is distributed in the hope that it will be
*
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
*
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU Lesser General Public License for more details. You should
*
have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __PLUGINLOADER_HH__
#define __PLUGINLOADER_HH__
...
...
include/dynamic-graph/pool.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
* Copyright 2010,
* François Bleibel,
* Olivier Stasse,
*
* File: g_pool.h
* Project: DYNAMIC-GRAPH
* Author: François Bleibel (from Nicolas Mansard)
* CNRS/AIST
*
* Version control
* ===============
*
* $Id$
*
* Description
* ============
*
*
* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* This file is part of dynamic-graph.
* dynamic-graph is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
* dynamic-graph is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details. You should
* have received a copy of the GNU Lesser General Public License along
* with dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef POOL_H_
#define POOL_H_
...
...
include/dynamic-graph/shell-procedure.h
View file @
02aa8dea
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Copyright Projet JRL-Japan, 2007
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/*
<