Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New XBT module: file
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 13 Sep 2015 19:32:31 +0000 (21:32 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 13 Sep 2015 19:32:31 +0000 (21:32 +0200)
commit7279a2ea28348341347a9a4dc99d54355726290c
treed19320b72283b253255ba3ba514f82bb3fa061b5
parentb2f752feb35d35e191205da26b5522038c04c2b6
New XBT module: file

It contains handy functions that don't exist on some systems.
For now: xbt_getline (moved from xbt/str) and xbt_dirname (new function).
doc/doxygen/module-xbt.doc
include/xbt.h
include/xbt/file.h [new file with mode: 0644]
include/xbt/str.h
src/surf/storage_interface.cpp
src/surf/surfxml_parse.c
src/xbt/graph.c
src/xbt/xbt_os_file.c [new file with mode: 0644]
src/xbt/xbt_replay.c
src/xbt/xbt_str.c
tools/cmake/DefinePackages.cmake