Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename simgrid::exception into simgrid::Exception
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Aug 2018 08:22:28 +0000 (10:22 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Aug 2018 08:42:42 +0000 (10:42 +0200)
commit32892d0df7206a7c14ace5a13f985df1e0a9249a
tree994bc457e2ddc54032d2e76465f0804be6463366
parentc69e0052a5b60b3a852fa388d4c084f2c5a0cfff
Rename simgrid::exception into simgrid::Exception

Also move simgrid/exception.hpp to simgrid/Exception.hpp (our coding
standards say that files defining a class must have their name
upper-cased as the class)
34 files changed:
include/simgrid/Exception.hpp [moved from include/simgrid/exception.hpp with 77% similarity]
include/simgrid/s4u.hpp
src/bindings/java/JavaContext.cpp
src/bindings/java/jmsg.cpp
src/bindings/java/jmsg_process.cpp
src/bindings/java/jmsg_synchro.cpp
src/bindings/java/jmsg_synchro.h
src/bindings/java/jmsg_vm.cpp
src/kernel/activity/ConditionVariableImpl.cpp
src/kernel/activity/SleepImpl.cpp
src/msg/msg_gos.cpp
src/msg/msg_synchro.cpp
src/plugins/vm/VmLiveMigration.cpp
src/simix/ActorImpl.cpp
src/simix/smx_deployment.cpp
src/simix/smx_environment.cpp
src/simix/smx_host.cpp
src/simix/smx_io.cpp
src/simix/smx_network.cpp
src/smpi/mpi/smpi_info.cpp
src/smpi/mpi/smpi_request.cpp
src/xbt/config.cpp
src/xbt/cunit.cpp
src/xbt/dict.cpp
src/xbt/dynar.cpp
src/xbt/exception.cpp
src/xbt/xbt_os_synchro.cpp
src/xbt/xbt_replay.cpp
src/xbt/xbt_str.cpp
teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp
teshsuite/msg/task_destroy_cancel/task_destroy_cancel.cpp
teshsuite/msg/task_progress/task_progress.cpp
teshsuite/xbt/mmalloc/mmalloc_test.cpp
tools/cmake/DefinePackages.cmake