Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-11-16 degommeadd missing include (only for osx?)
2016-11-16 degommethat was useless.
2016-11-16 Martin Quinsoncode simplification: write the recursivity properly
2016-11-16 degommeDon't allocate 5KB per host created when it's not needed.
2016-11-16 degommedocument new option
2016-11-16 Martin QuinsonunXBTize a bit
2016-11-15 Martin Quinsoncosmetics
2016-11-15 Martin Quinsonlet's do standard C++ here
2016-11-15 Martin Quinsoncosmetics
2016-11-15 Martin Quinsonreduce the amount of dynars created by getOneLinkRoutes()
2016-11-15 Martin Quinsonless void*
2016-11-15 Martin Quinsonkill a now useless function
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-15 Martin Quinsonempty RoutingPlatf: move the loopback link to the netwo...
2016-11-14 degommeAdd a smpi/grow-injected-times option.
2016-11-14 degommesome more tiny optims for the smpirun generation
2016-11-13 degommeAdd a hint about a non trivial error.
2016-11-13 Arnaud Legrandcosmetics
2016-11-13 degommeget rid of most of the awfully slow cut commands in...
2016-11-13 Martin Quinsonless strdup/free
2016-11-13 Martin Quinsonalso take future releases of NS3
2016-11-13 Martin Quinsonreindent, no change
2016-11-13 Martin Quinsonthe property holder does not take a dict in its constructor
2016-11-13 Martin Quinsondon't give the properties to the Link constructor either
2016-11-13 Martin Quinsondon't pass property set to the storage constructor...
2016-11-12 Martin QuinsonMove some content out of HostImpl (into VirtualMachineImpl)
2016-11-12 Martin Quinsonthe AS can now create hosts.
2016-11-12 Martin Quinsonuseless cosmetics around the host creation
2016-11-12 Martin Quinsondocument my last changes
2016-11-12 Martin Quinsoncode simplification: we don't use non-LMM resources
2016-11-12 Martin Quinsonless useless new and explicit mallocs
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-11-08 Martin QuinsonMake a proper extension out of the Vivaldi coordinates
2016-11-08 Martin Quinsonsmall cleanups in Java advised by eclipse
2016-11-08 Martin Quinsonnormalize a bit the inst callbacks
2016-11-08 Martin QuinsonSpell check, again O:-)
2016-11-08 Martin Quinsonthis file is not used, actually
2016-11-07 degommeSet missing cmake variables to 0
2016-11-07 Matthieu VolatBump mmorecore buffer size to 256 bytes on FreeBSD
2016-11-07 Matthieu VolatWhen mmap-ing, ensute that offset is set to 0 if anon...
2016-11-07 Matthieu VolatCheck for a dlfunc() function to get handle if present
2016-11-07 Matthieu VolatAllow to use BSD ptrace().
2016-11-07 Matthieu VolatBuild ID are somewhat gnu/linux specific.
2016-11-04 Martin Quinsonfix the handling of bypassASroutes
2016-11-04 Martin Quinsontesh: report the command line in messages, not the...
2016-11-04 Martin Quinsondon't sort the output of the flatifier, it makes debugg...
2016-11-04 degommeclang complains about these seemingly unecessary std...
2016-11-04 Matthieu VolatMake simgrid::mc::HeapLocation instanciation C++11...
2016-11-04 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-11-04 Martin Quinsonfix NS3
2016-11-03 Martin QuinsonunPERLifies a bit the routing: use the object, not...
2016-11-03 Martin Quinsonless char*, more std::string
2016-11-03 degommereplace multiples allocs by one.
2016-11-03 degommeSMPI tracing : match links with sender/receiver + tag...
2016-11-02 degommeoops
2016-11-02 degommeThe sed version used on macos doesn't like the I flag..
2016-11-02 degommeUse the libunwind from apple directly
2016-11-02 degommeRevert "Fix MC builds after my fix for Mac OSX around...
2016-11-02 degommeRevert "cmake: better log message to get more useful...
2016-11-02 degommeRevert "fix MC on 32bits about libunwind"
2016-11-02 degommeRevert "libunwind 32bits: don't search the lib in itsel...
2016-11-01 Martin Quinsonlibunwind 32bits: don't search the lib in itself but...
2016-11-01 Martin Quinsonfix MC on 32bits about libunwind
2016-11-01 Martin Quinsoncmake: better log message to get more useful information
2016-11-01 Martin QuinsonFix MC builds after my fix for Mac OSX around libunwind :-(
2016-11-01 Martin Quinsonuse std:: instead of fixed size vectors. C is over.
2016-11-01 Martin Quinsonanother try to fix mac OSX (libunwind is not the one...
2016-11-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-01 Martin Quinsonrouting: cosmetics and doc improvement
2016-11-01 Martin Quinsonimprove the doc of the routing API
2016-11-01 Martin Quinsoncosmetics in bypass routing
2016-11-01 Martin Quinsoncosmetics
2016-11-01 Matthieu VolatUse BYTE_ORDER macro, not private __BYTE_ORDER
2016-11-01 Matthieu VolatMADV_MERGEABLE is available on linux, guard it.
2016-11-01 Matthieu VolatUse MAP_PREFAULT_READ on FreeBSD as en equivalent to...
2016-11-01 Matthieu VolatAdd -Wno-extern-c-compat when building with clang
2016-11-01 degommeadd suppressions from libunwind.
2016-11-01 degommeapparently, this should be in this order
2016-11-01 Martin Quinsonfix graphviz tests after the host order change in sg_ho...
2016-10-31 Martin Quinsoncmake: better error message
2016-10-31 Martin Quinsoncosmetics
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
next