Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-10-31 Martin Quinsonanother try to fix Mac: don't guess the unwind componen...
2016-10-31 Martin Quinsontry to fix the windows build (+clang-format)
2016-10-31 Martin Quinsonfix mac build (another try)
2016-10-31 Martin Quinsonwoops, this code was not unused
2016-10-31 Martin Quinsoncosmetics
2016-10-31 Martin Quinsonkill an unused chunk of CMakeLists.txt
2016-10-31 Martin Quinsonfix Mac OSX build
2016-10-31 Martin Quinsonthis is definitely a backtrace function
2016-10-31 Martin Quinsonkill empty functions
2016-10-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-31 Martin Quinsontest for libunwind even if not building MC
2016-10-31 Martin Quinsonplug a memleak
2016-10-31 degommeAdd a FreeBSD backend for get_memory_map(), allow to...
2016-10-31 degommeRework how model checking and mmap get enabled/disabled
2016-10-31 degommeTest for mremap function and store result in internal_c...
2016-10-31 degommeSetup and use a LD_LIBRARY variable in build.
2016-10-31 degommeFrom M. Volat : more portable way of opening shm buffer...
2016-10-31 degommehandle MPI_IN_PLACE for this collective
2016-10-30 Martin Quinsona platform to test the AS bypass feature
2016-10-30 Martin QuinsonSpell checking ;)
2016-10-28 Martin Quinsonfix MC builds
2016-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-28 Martin Quinsonfix the last test after the recent change in MSG_hosts_...
2016-10-28 Martin Quinsonstill 2 tests to go before it works again
2016-10-28 Martin Quinsonfix another example
2016-10-28 Martin Quinsonfix another example after the recent change in msg_host...
2016-10-28 Martin Quinsonfix the tesh of many tests after the order change in...
2016-10-28 Martin Quinsonfix an example after the recent change to hosts_as_dyna...
2016-10-27 Martin QuinsonDestroy all hosts by the end of the simulation.
2016-10-26 Martin Quinsontesh: add an option to keep on disk the obtained output
2016-10-25 Martin Quinsontesh: show the full path to tesh file
2016-10-25 Martin Quinsonhost_list is now a std::map instead of xbt_dict
2016-10-24 Martin Quinsonmove some content out of parsing to the classes
2016-10-24 Frederic Sutervacation commit
2016-10-23 Martin Quinsonsmall cosmetics in the storage
2016-10-22 Martin Quinsoninline a function called only once
2016-10-22 Martin Quinsoncosmetics: use C++ type names
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-21 Martin QuinsonDo not throw an exception on assert, but display backtr...
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin QuinsonCreate a s4u::VirtualMachine to clean things out.
2016-10-21 Martin Quinsonrename surf::VirtualMachine to surf::VirtualMachineImpl
2016-10-20 Martin Quinsontiny simplification
2016-10-20 Martin Quinsoncontinue removing content from HostImpl
2016-10-20 degommeReally fix the issue.
2016-10-20 degommeFix bug in SMPI tracing, where messages were sometimes...
2016-10-20 degommesmpi replayed waitall was not working, as request vecto...
2016-10-20 degommeadd some debug messages for smpi tracing
2016-10-20 degommeremove now useless file
2016-10-19 Martin Quinsoncosmetics
2016-10-19 Martin Quinsonremove a redundent forward declaration
2016-10-19 degommefix case when no fortran compiler is found
2016-10-19 degommecleanup handling of Fortran compiler in cmake (Patch...
2016-10-19 degommeadd a few fortran (unimplemented) declarations
2016-10-18 degommeadd some defines in fortran
2016-10-18 degommeAdd a check so that process_init exits cleanly when...
2016-10-18 Martin Quinsonkill a useless constructor
2016-10-17 Martin QuinsonHOSTIMPL IS NO LONGER A RESOURCE! At least! \o/
2016-10-17 Martin Quinsonkill dead code
2016-10-17 Martin QuinsonKill HostImpl::cpu_. Use the one of the s4u::Host
2016-10-17 Martin Quinsonreindent after previous changes
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-17 Martin Quinsonhello clang, that's another ForEach macro of ours
2016-10-17 Martin Quinsonkill a bunch of empty ctor/dtor
2016-10-17 Martin Quinsonsimplification: inline a virtual function that is never...
2016-10-16 Martin Quinsonfurther ignorable cleanups
2016-10-16 Martin Quinsoncode simplifications around host construction
2016-10-16 Martin Quinsoncode simplifications in VMs
2016-10-16 Martin Quinsonuse static_cast to please sonar + reindent
2016-10-16 Martin Quinsondo standard C++
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-15 Martin Quinsoncleanup in the Link field names
2016-10-15 Martin Quinsoncleanups in NS3: it's on my way
2016-10-15 Martin QuinsonNS3.25 is out now
2016-10-15 Martin Quinsoncleanups in the model initialization
2016-10-15 Martin Quinsonfactorize some code between NS3 cluster creation and...
2016-10-15 Martin Quinsoncosmetics in the creation of NS3 clusters
2016-10-15 Martin Quinsonone step further to sort out the spagetti plate of...
2016-10-15 Martin Quinsonreindent, no real change
2016-10-15 Martin Quinsonmove content from the sg_platf to the object hierarchy
2016-10-15 Martin Quinsonremove one malloc
2016-10-15 Martin Quinsonfix NS3 build
2016-10-15 Martin Quinsonmake some field private, to please sonar
2016-10-14 Martin Quinsoncosmetics in clang-format
2016-10-14 Martin Quinsonmake As->father_ protected
2016-10-14 Martin Quinsoncosmetics: kill some C type instances
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
2016-10-14 Martin Quinsonkill commented code
2016-10-14 Martin Quinsonplease sonar
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-14 Martin Quinsonpoint to the MSG doc, not the XBT one on synchro. It...
2016-10-13 Martin Quinsonrewrite a FAQ entry
2016-10-12 Martin QuinsonAppVeyor: don't build the doc, it's windows
2016-10-12 Martin Quinsonfix a Java tesh after Christian recent changes
2016-10-12 Martin Quinsonmissing file
2016-10-11 Martin QuinsonMake it easier to have clang-format as a git hook
2016-10-10 Martin Quinsonlittle doc reorg: split a page in two
2016-10-10 Martin QuinsonRe-activate the compilation of the doc. When did it...
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-10 Christian Heinrich[ENERGY] Fixed a bug (division of integers)
next