Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prefer system-wide headers to project-wide ones in include/
[simgrid.git] / src /
2018-03-20 Martin Quinsondo not load a private header from s/k/resource/ headers
2018-03-20 Martin Quinsonmove an internal header out of the public directory
2018-03-20 Frederic Suterstart to split msg.h into pieces
2018-03-20 Frederic SuterMove last functions in msg_host.cpp to the S4U C interface
2018-03-20 Frederic Sutera bit of simplification
2018-03-20 Frederic Sutermove netzone C API to the right place
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-19 Martin Quinsonstop loading private headers from now public NetZoneImp...
2018-03-19 Martin Quinsonmake NetZoneImpl public too
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-19 Arnaud GierschUse src_proc/dst_proc to switch data segment.
2018-03-16 Arnaud GierschMC: add icc libs to filtered_libraries.
2018-03-16 Arnaud GierschAdd explicit cast for negative to unsigned conversion.
2018-03-16 degommeshorten and fix message
2018-03-16 degommeno need for \n here
2018-03-16 degommeSMPI - fail when unimplemented MPI calls are used.
2018-03-15 Arnaud GierschUse alternate spelling.
2018-03-15 degommemove resized to its own method
2018-03-15 degommeSMPI : Implementation of MPI_Type_create_subarray
2018-03-15 degommetypo --
2018-03-15 Arnaud GierschNo need to switch data segment when process is finished.
2018-03-15 Arnaud GierschSlightly move debug message.
2018-03-15 Christian Heinrich[SMPI] Fix mmap bug
2018-03-14 Martin Quinsonlet smpif90 work even with -c without -o
2018-03-14 Arnaud Gierschsmpirun: obey to SMPI_PRIVATIZATION environment variable.
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin Quinsonpublic headers should include simgrid in a system-wide...
2018-03-13 Martin Quinsoncosmetics in comments
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 degommeeven better handling ...
2018-03-13 degommebetter handling of sendrecv when MPI_PROC_NULL is eithe...
2018-03-13 Arnaud GierschRemove parameter from XBT_EXPORT_NO_IMPORT/XBT_IMPORT_N...
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Arnaud GierschRemove obsolete copyright notices.
2018-03-13 Arnaud GierschDon't leave field uninitialized.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommelaste batch tonight
2018-03-13 Augustin Degommemore bad fixes
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2018-03-13 Augustin Degommeprovide implementations for virtual method in subclasses
2018-03-13 Martin Quinsonfix java builds after recent API change
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-12 Martin Quinsonallow one actor to kill another actor by PID
2018-03-12 Martin QuinsonReduce the scope of a variable to please codacy
2018-03-12 Martin Quinsonkill an unused internal function
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2018-03-12 Arnaud GierschMake field private.
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsonsmpi/privatization is not the concern of smx_context
2018-03-11 Arnaud GierschFix spurious const_cast.
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-11 Martin Quinsonrename simgrid::kernel::model into simgrid::kernel...
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsoncosmetics: rename some fields and methods in surf:...
2018-03-10 Martin Quinsonmove the definition of resource's Metric as an inner...
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsonchange simgrid::surf::Resource into simgrid::kernel...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonforbid an incomplete and unused constructor
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-10 Martin Quinsonuse an enum class for surf::Action type
2018-03-10 Martin Quinsonallow external models (eg, FMI) to also provide events
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin QuinsonAlso simplify the API of Engine::getLinkList
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-09 Martin Quinsonstop using sg_host_list() from C++, and improve its...
2018-03-08 Arnaud GierschRevert "Use C11's atomic_flag."
2018-03-08 Arnaud GierschUse XBT_PUBLIC_CLASS (for mingw).
2018-03-08 Arnaud GierschBreak nested condinationalsi (sonar).
2018-03-08 Arnaud GierschUnused parameter: task.
2018-03-08 Arnaud GierschSD_task_dependency_add(): remove unused parameters...
2018-03-08 Arnaud GierschUse C11's atomic_flag.
2018-03-07 degomme...
2018-03-07 degommeset status even when sendrecv is skipped (same process)
2018-03-07 Martin Quinsonmore informative error message
2018-03-07 Arnaud GierschCosmetics: reduce string duplication (sonar).
2018-03-07 Arnaud GierschRemove unused typedefs.
2018-03-07 Arnaud GierschMove forward declaration in simgrid/forward.h.
2018-03-07 Martin Quinsonalso let the SMPI_PRETEND_CC trick work with dlopen...
2018-03-07 Martin Quinsonmore explicit error message
2018-03-06 Augustin Degommerererereactivate privatization by default on smpi
2018-03-06 Martin Quinsonsonar don't like comments ending with ';'
2018-03-06 Martin Quinsonns3: inline a header file
2018-03-06 Martin Quinsonns3: kill dead prototypes
2018-03-06 Martin Quinsonns3: cleanups in the headers
2018-03-06 Martin Quinsonns3: inline a function
2018-03-06 Martin Quinsonwoops, stupid ugly typo
2018-03-02 Frederic Suterreplace msg_io by a C sg_* interface to S4U
2018-03-02 Frederic Sutermove VMs in the S4U realm for good
2018-03-01 Christian Heinrich[DVFS] Change pstate selection for conservative gov
2018-03-01 Christian Heinrich[DVFS] Use sg_host_get_avg_load() & reset the load
2018-03-01 Christian Heinrich[DVFS] Add class documentation
2018-03-01 Christian Heinrich[EXAMPLES] Make the HostLoad example more difficult
next