Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-06-03 Martin Quinsonsonar: Mark constructors as explicit
2018-06-03 Martin Quinsoncmake: cosmetics around the detection of sem_init
2018-06-03 Martin QuinsonTry to fix the link to Boost_UNIT_TEST_FRAMEWORK
2018-06-03 Martin Quinsons4u::NetZone: move deprecation wrappers to the end
2018-06-03 Martin Quinsonsnake_case the s4u::NetZone signals
2018-06-01 Arnaud GierschSnake casing simgrid::xbt::Path.
2018-06-01 Arnaud GierschBe more liberal when matching extension for library...
2018-06-01 Augustin Degommefix build on 32 bit systems
2018-06-01 Christian Heinrich[S4U] Engine: Support retrieving actors via the engine
2018-06-01 Christian Heinrich[S4U] Engine: Add Engine::get_filtered_links
2018-06-01 Christian Heinrich[S4U] Mark s4u::Engine constructor as explicit
2018-06-01 Christian Heinrich[S4U] Delete Engine move & copy constructors
2018-06-01 Christian Heinrich[S4U] Implement Engine::get_filtered_hosts
2018-06-01 Christian Heinrich[S4U] Add some tests for upcoming filtering feature
2018-06-01 Arnaud GierschFix type mismatch for function pointer.
2018-06-01 Arnaud GierschUse memcpy instead of strncpy.
2018-06-01 Arnaud GierschEnsure that the terminating nul byte is also copied.
2018-06-01 Arnaud GierschMark deprecated functions.
2018-06-01 Arnaud GierschUse new style Actor::on_exit().
2018-06-01 Arnaud GierschUse new style SIMIX_process_on_exit().
2018-06-01 Arnaud GierschDefine Actor::on_exit() taking a std::function.
2018-06-01 Arnaud GierschDefine SIMIX_process_on_exit() taking a std::function.
2018-06-01 Arnaud GierschUse std::function for s_smx_process_exit_fun_t.
2018-06-01 Christian Heinrich[SMPI] Cosmetics: ! -> not
2018-06-01 Christian Heinrich[INSTR] StateEvent::popEvent() calls now StateEvent...
2018-05-31 Martin Quinsonuse try_run for sem_open instead of firing the compiler...
2018-05-31 Martin Quinsonstop checking for HAVE_GNU_LD now that we don't use...
2018-05-31 Martin QuinsonStart snake_casing s4u::NetZone
2018-05-31 Arnaud GierschConstructor priorities are still not supported on Apple.
2018-05-30 Frederic Sutersimplification
2018-05-30 Frederic Sutercosmetics
2018-05-27 Arnaud GierschConvert enum class SmpiPrivStrategies tu upper case.
2018-05-27 Arnaud GierschConvert enum shared_malloc_type to enum class.
2018-05-27 Arnaud GierschConvert enum smpi_process_state to enum class.
2018-05-27 Augustin Degommefix issue where some end of recv events were not genera...
2018-05-26 Martin Quinsonmove all plugins to their new home directory
2018-05-26 Martin Quinsonrename the plugins from the command line, and document it
2018-05-25 Martin Quinsonallow to activate the link energy plugin from the comma...
2018-05-24 Martin Quinsonenum class values should be UPPER_CASE
2018-05-24 Martin Quinsonmake all_existing_models visible from k:r:Model.hpp...
2018-05-24 Martin Quinsontrivial snake_casing of xbt::PropertyHolder
2018-05-23 Martin Quinsonfix NS3 builds
2018-05-23 Martin Quinsonfix a gramatical error all over our variables
2018-05-23 Martin Quinsonsnake_case some easy parts of s4u::Host
2018-05-22 Martin Quinsontiny doc improvements
2018-05-22 Martin Quinsoncleanings in k:r:Cpu
2018-05-22 Frederic Suterone more legacy MSG function
2018-05-21 Martin Quinsonsnake_case k:r:CpuModel and sub-classes
2018-05-21 Martin Quinsonmake 2 more fields of k:r:Cpu protected (should be...
2018-05-21 Martin Quinsonmake k:r:Cpu::speed_per_pstate_ private as it should
2018-05-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-20 Martin Quinsonprivatize some fields of kernel::resource::Cpu
2018-05-20 Martin Quinsonsnake_case some parts of kernel::resource::Cpu
2018-05-19 Martin Quinsonplug another memleak by not mallocating in the first...
2018-05-19 Frederic Suterremove last bits of tracing from cpu_interface \o/
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic Suterprocess->actor
2018-05-18 Frederic Suterunsecure commit
2018-05-18 Martin Quinsonsonar: redundent forward declaration
2018-05-18 Martin Quinsonplug a memleak -- bummer
2018-05-18 Frederic Sutermore signals and more lambdas
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin Quinsoncleanup the resource::Action::State::IGNORED thing
2018-05-17 Martin QuinsonUPPER_CASE the Action::State values (+ uniformity with...
2018-05-17 Martin Quinsonchange macro names to avoid nameclashes on FINISHED
2018-05-17 Martin Quinsondoc improvement
2018-05-17 Martin QuinsonEnum values are in UPPER_SNAKE_CASE
2018-05-17 Martin Quinsoncleanups in Action::State
2018-05-17 Martin QuinsonReduce the foreign usages of s4u::Host::pimpl_cpu,...
2018-05-17 Martin Quinsoninline SIMIX_host_off into s4u::Host->turnOff()
2018-05-17 Frederic Suterkill a couple more of the long descriptions in instr
2018-05-16 Frederic Suterkill a not so useful tracing option
2018-05-16 Martin Quinsons4u::Host: move signals to the top and deprecated funct...
2018-05-16 Frederic Suterthis should allow the tracing of resource usage with...
2018-05-16 Frederic Suterno need to set tracing/buffer to its default value
2018-05-16 Frederic Sutercosmetics
2018-05-16 Frederic Suteroutput long descriptions on a single line
2018-05-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-16 Frederic Suterstart to simplify options descriptions in instr
2018-05-16 Frederic Sutercosmetics
2018-05-16 Martin Quinsonsnake_case s4u::Link
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-05-15 Frederic Sutercleanups in Storage-related signals
2018-05-15 Frederic Sutercosmetics
2018-05-15 Martin Quinsonadd the badge to CII best practices
2018-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-14 Frederic Suterfix callback (& not *)
2018-05-14 Frederic Suteryet another callbacks
2018-05-14 Frederic Suteruse signal to trace link usage
2018-05-13 Martin Quinsoncleanups in the wannabe Activity::test()
2018-05-12 Martin Quinsonsnake_case the s4u::Host signals
2018-05-12 Arnaud GierschKill unused function simcall_call().
2018-05-12 Arnaud GierschTry again when wait returns 128.
2018-05-12 Martin QuinsonMissing copyright header
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-12 Martin Quinson[smpi] kill an unused method
2018-05-12 Martin Quinson[smpi] s4u processes are actors
2018-05-12 Martin Quinsonsimplifications & cosmetics in CpuTi model
2018-05-11 Martin Quinsondon't set a field to its default value from the constructor
next