Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2016-01-12 Gabriel CoronaRemove surf_host_model_execute_parallel_task()
2016-01-12 Gabriel CoronaRemove surf_host_* functions
2016-01-12 Gabriel CoronaFix stupidly broken indexing in SIMIX_process_parallel_...
2016-01-12 Martin Quinsonre-move content into separate callback functions (and...
2016-01-12 Gabriel CoronaAdd missing XBT_ALWAYS_INLINE
2016-01-12 Gabriel CoronaFix aliased template parameter name
2016-01-12 Gabriel CoronaRevert "remove a C-like pimple"
2016-01-11 Martin Quinsonsg_functions should be wrapping the C++ public API...
2016-01-11 Martin QuinsonMake sg_* functions callable from simdag
2016-01-11 Martin Quinsonmake MC compile with -Wmissing-declaration
2016-01-11 Martin Quinsonkill an unused static function
2016-01-11 Martin QuinsonAccept the fact that NS3 timings may vary with the...
2016-01-11 Martin Quinsonbe more robust to strange failures when handling exceptions
2016-01-11 Martin Quinsonsurf::Host don't need no netcard
2016-01-11 Martin Quinsonkill unused sg_host_msg_destroy()
2016-01-11 Martin Quinson[energy] sanitize what's a simcall and what's not;...
2016-01-11 Gabriel Corona[simix] Fix unitialized thread_ in ThreadContext
2016-01-11 Gabriel CoronaRewrite the energy plugin using the extension mechanism
2016-01-11 Gabriel Corona[energy] C++-ification, remove nested xbt_dynar
2016-01-11 Gabriel CoronaAdd missing energy.h
2016-01-11 Gabriel CoronaFix an #include
2016-01-11 Gabriel CoronaRemove SIMIX wrappers
2016-01-11 Gabriel CoronaRemove SIMIX_host_get_current_power_peak() and SIMIX_ho...
2016-01-11 Gabriel CoronaRemove SIMIX_host_get_properties() and SIMIX_host_get_p...
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-10 Martin Quinson[appveyor] Perl 5.20 fails also. Try v5.18
2016-01-10 Martin Quinson[appveyor] try to alternate our Perl provider
2016-01-10 Martin QuinsonDo the Right Thing for the host_(get/set)_pstate
2016-01-10 Martin Quinsonmark simix::Context as public to please windows
2016-01-10 Martin Quinsonkill two more useless calls
2016-01-10 Martin Quinsonkill dead code
2016-01-10 Martin Quinson[cmake/java] only recompile the javadoc if the document...
2016-01-09 Martin Quinsonmake it easier to mark execution paths as DEADCODE...
2016-01-09 Martin QuinsonC++-ifies a wrapper function, and kill it
2016-01-09 Martin Quinsonbypass simix in simcall to surf::Cpu::setPState
2016-01-09 Martin Quinsonkill 2 useless calls
2016-01-09 Martin Quinsoncompile with -Wmissing-declarations to catch more errors
2016-01-09 Martin QuinsonCosmetics: rename host::on to host::turnOn
2016-01-09 Martin Quinsonkill useless code
2016-01-08 Martin Quinsondon't free VM's netcard: is not a wrapper anymore but...
2016-01-08 Martin Quinsonkill a now unused function
2016-01-08 Gabriel CoronaBypass the C binding layer (surf_action and surf_host)
2016-01-08 Gabriel Corona[simix] Call directly the C++ SURF API instead of calli...
2016-01-08 Gabriel CoronaMake XBT_TEST_UNIT() work in C++
2016-01-08 Martin Quinsonwoopsie, sorry
2016-01-07 Martin QuinsonRoutingEdgeWrapper is probably the dumbest wrapper...
2016-01-07 Martin Quinson[jenkins] that was a bad idea
2016-01-07 Martin Quinson[jenkins] don't be too demanding for osx/freebsd slaves
2016-01-07 Martin Quinson[jenkins] typo
2016-01-07 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2016-01-07 Martin Quinson[jenkins] remove the right files from /tmp
2016-01-07 Martin Quinson[jenkins] also cleanup the files forgotten in the tree...
2016-01-07 Martin Quinson[jenkins] preliminary checks to save time when we are...
2016-01-07 Martin Quinson[jenkins] more info on the available disk space
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Millian PoquetWarning removal: switched the next_pid variable in...
2016-01-07 Martin Quinsonbetter leaking than segfaulting
2016-01-07 Millian PoquetRemoval of TRACE_msg_process_end
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2016-01-07 Millian PoquetFix TRACE_msg_process_destroy: PJ_container_get_or_null...
2016-01-07 Millian PoquetIn MSG_process_create_with_environment, inversion of...
2016-01-07 Millian PoquetRevert "A candidate patch to Github issue #15. Three...
2016-01-07 Martin Quinsongive simgrid::Host a getState() method, and use it
2016-01-07 Martin Quinsonshallow cleanups in net_cste: overide markers and kill...
2016-01-07 Martin Quinsondon't commit my personal eclipse settings
2016-01-06 Martin Quinsonkill methods overriding super to the same content
2016-01-06 Martin Quinsonarguable cosmetics
2016-01-06 Martin Quinsonkill an eclipse warning about unused static functions
2016-01-06 Martin Quinsonkill a useless obscure function
2016-01-06 Martin Quinsoncosmetics in comments and error messages
2016-01-06 Martin Quinsonremove a C-like pimple
2016-01-06 Martin Quinsonplug a memleak
2016-01-06 Martin Quinsonstrange, tesh ignores these extra arguments
2016-01-06 Martin Quinsonspeed up the tests a bit
2016-01-06 Martin Quinsonfix a compilation error when NS3 is activated
2016-01-06 degommeonly cleanup previous build when starting a new one...
2016-01-06 Martin QuinsonNetworkCM02: various cosmetics
2016-01-06 Martin Quinsonkill an unused function prototype
2016-01-05 Martin Quinsonmake it compile with -fpermissive even on travis
2016-01-05 Martin Quinson[energy] react sainly when the host speed is 0
2016-01-05 Martin Quinsonkill deprecated code
2016-01-05 Martin QuinsonAdapt lua to the latest code changes
2016-01-05 Gabriel Corona[simix] Move other simcall to the Host class
2016-01-05 Gabriel Corona[simix] Make host->{on,off}() do the simcall directly
2016-01-05 Gabriel Corona[simix] Comments and fast path for simgrid::simix:...
2016-01-05 degommeadd some missing prototypes
2016-01-05 degomme-Wno-unused-local-typedefs was only added post clang...
2016-01-05 degommeavoid some boost warning/errors on windows
2016-01-05 degommeweirdly, DEPENDS clause seems to be ignored sometimes...
2016-01-05 Gabriel Corona[simix] Remove lots of simcalls, use run_kernel instead
2016-01-05 Martin Quinsonreindent
2016-01-05 Martin Quinsoncleanup: don't initialize variables to dummy values...
2016-01-05 Martin Quinsonconvert some C bits into C++ in surf
2016-01-04 Martin Quinsoncompile simdag with g++ so that Surf cleaned of its...
2016-01-04 Martin Quinsoninline two C calls in surf
2016-01-04 Martin Quinsonmv src/simdag/private.h src/private/simdag_private.h
2016-01-04 Gabriel Corona[simix] Fix forwarding of function in run_kernel
2016-01-04 Martin Quinson[cmake] fix make dist
2016-01-04 Gabriel Corona[simix] Add assertion in run_kernel
2016-01-04 Gabriel Corona[simix] Fix simgrid::simix::kernel for void return
next