Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
public headers should include simgrid in a system-wide way, not a project-wide one
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 13 Mar 2018 21:44:05 +0000 (22:44 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 13 Mar 2018 22:01:35 +0000 (23:01 +0100)
commitbd7d5780ee8b73efd58c83f5d6f864d0a941b3ed
treeffac58144b97ddfb1cfedac5e4fb982095068b53
parent18fd03bb84ea54b81f11bc9d8857d36e57e27485
public headers should include simgrid in a system-wide way, not a project-wide one

I'm not sure why stdio.h is not included by our public headers
anymore, but that's actually a feature, not a bug. The user knows
whether she wants to include stdio herself.
66 files changed:
doc/tuto-msg/masterworker-sol1.c
doc/tuto-msg/masterworker-sol2.c
doc/tuto-msg/masterworker-sol3.c
doc/tuto-msg/masterworker-sol4.c
doc/tuto-msg/masterworker.c
examples/msg/app-masterworker/app-masterworker.c
examples/msg/cloud-masterworker/cloud-masterworker.c
examples/msg/dht-kademlia/dht-kademlia.c
examples/msg/dht-kademlia/node.c
examples/msg/dht-pastry/dht-pastry.c
examples/msg/network-ns3/network-ns3.c
examples/msg/platform-failures/platform-failures.c
examples/smpi/smpi_msg_masterslave/masterslave_mailbox_smpi.c
include/simgrid/forward.h
include/simgrid/host.h
include/simgrid/instr.h
include/simgrid/jedule/jedule.hpp
include/simgrid/jedule/jedule_events.hpp
include/simgrid/jedule/jedule_platform.hpp
include/simgrid/jedule/jedule_sd_binding.h
include/simgrid/link.h
include/simgrid/msg.h
include/simgrid/s4u/Actor.hpp
include/simgrid/s4u/Host.hpp
include/simgrid/s4u/Mutex.hpp
include/simgrid/s4u/Storage.hpp
include/simgrid/s4u/VirtualMachine.hpp
include/simgrid/simdag.h
include/simgrid/simix.h
include/xbt/RngStream.h
include/xbt/asserts.h
include/xbt/cunit.h
include/xbt/dict.h
include/xbt/ex.h
include/xbt/function_types.h
include/xbt/functional.hpp
include/xbt/graph.h
include/xbt/log.h
include/xbt/mallocator.h
include/xbt/misc.h
include/xbt/replay.hpp
include/xbt/str.h
include/xbt/synchro.h
include/xbt/sysdep.h
include/xbt/virtu.h
include/xbt/xbt_os_thread.h
src/xbt/snprintf.c
teshsuite/mc/random-bug/random-bug.c
teshsuite/msg/actions-comm/actions-comm.c
teshsuite/msg/actions-storage/actions-storage.c
teshsuite/msg/app-bittorrent/bittorrent-messages.c
teshsuite/msg/app-bittorrent/bittorrent-peer.c
teshsuite/msg/app-bittorrent/bittorrent.c
teshsuite/msg/app-pingpong/app-pingpong.c
teshsuite/msg/app-token-ring/app-token-ring.c
teshsuite/msg/async-wait/async-wait.c
teshsuite/msg/async-waitall/async-waitall.c
teshsuite/msg/async-waitany/async-waitany.c
teshsuite/msg/host_on_off_processes/host_on_off_processes.c
teshsuite/msg/io-file-remote/io-file-remote.c
teshsuite/msg/io-file/io-file.c
teshsuite/msg/process-lifetime/process-lifetime.c
teshsuite/msg/process-yield/process-yield.c
teshsuite/msg/task_progress/task_progress.cpp
teshsuite/xbt/mallocator/mallocator.c
teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c