Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove one of the many pimple: HostModel::p_cpuModel
[simgrid.git] / include /
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-19 Martin QuinsonKill link_lib and have C++ handle the hashmap of all...
2015-07-19 Martin Quinsonkill some remainings of sd_link_t
2015-07-19 Martin Quinsonstart refreshing and fixing the GTNetS interface (WIP)
2015-07-18 Martin Quinsonfix doxygen
2015-07-18 Martin Quinsonsanitize C API of sg_link
2015-07-18 Martin Quinsonthere is no need for a SimDag's link type
2015-07-18 Martin Quinsonmake SD_HOST_LEVEL private
2015-07-18 Martin QuinsonNew function: sg_hosts_as_dynar
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-18 Martin QuinsonUse MSG_host_by_name() instead of MSG_get_host_by_name()
2015-07-18 Martin Quinsonkill simcall_host_get_by_name: nobody uses it anyway
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinsonkill unimplemented (braindead) prototype
2015-07-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinsondamn, missing files
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-14 Martin QuinsonRevert "rename SIMIX_process_get_maxpid() to SIMIX_proc...
2015-07-14 Martin Quinsonkill an unused definition
2015-07-14 Martin Quinsonrename SIMIX_process_get_maxpid() to SIMIX_process_get_...
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-06-25 degommeadd two declarations for fortran
2015-06-18 Martin Quinsonmerge smpi_replay_init and smpi_replay_finalize into...
2015-06-17 Martin Quinsonsome sorting in the [smpi/xbt]_replay stuff
2015-06-15 Martin QuinsonSMPI replay: make sure that the replay is inited even...
2015-06-11 Martin Quinsontiny small cleanup of a messssy code
2015-06-11 Gabriel CoronaRemove cycles in #include files
2015-06-10 Millian PoquetMerge branch 'master' of https://scm.gforge.inria.fr...
2015-06-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-10 Gabriel Corona[Windows] Fix access to root log categories from other...
2015-06-10 Martin QuinsonNew functions getWattMinAt and getWattMaxAt
2015-06-10 Gabriel CoronaFix dllexport/dllimport declarations (Windows)
2015-06-09 Gabriel CoronaBreak #include-dependency cycle
2015-06-09 Gabriel CoronaAdd missing #include for _XBT_WIN32
2015-06-09 Gabriel CoronaHopefully fix the strdup/_strdup issue
2015-06-09 Gabriel CoronaFix strdup/_strdup detection
2015-06-09 Gabriel CoronaFix Windows build
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin QuinsonNew: MSG_host_get_pstate() and smpi_get_host_pstate()
2015-06-09 Gabriel CoronaUse _strdup is strdup is not available
2015-06-09 Gabriel CoronaSome (partial) fixes for cross-compiling to Windows
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin Quinsonfurther energy interface cleanups (see changelog)
2015-06-09 Martin QuinsonMSG_host_get_pstate_number() -> MSG_host_get_pstate_count()
2015-05-21 Gabriel Corona[mc] Make C++ classes out of addres_space, process...
2015-05-19 Adrien LebreFix the implicit declaration issue - Ad(rien)
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-05-07 Gabriel Corona[mc] Mark many MC symbols as hidden
2015-05-05 Gabriel CoronaFix xbt_fifo_foreach
2015-04-28 Gabriel Corona[smpi] Better implementation of predefined attributes
2015-04-28 Gabriel CoronaSync the Fortran value of MPI_ERR_LASTCODE with the...
2015-04-27 Christian HeinrichRemoved keyword 'register' from files.
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-26 Martin QuinsonRemove the kill_time timer when a process stops (fix...
2015-04-26 Martin Quinsonnew function: remove a given element of the xbt_heap
2015-04-17 Gabriel Corona[mc] Remove standalone mode and remove MC_do_the_modelc...
2015-04-16 Gabriel Corona[mc] Switch to C++
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-14 Gabriel CoronaMerge branch 'master' into mc-process
2015-04-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-04-09 Martin Quinsonprovide placeholder headers to not disturb the users
2015-04-09 Gabriel Corona[mc] Move liveness in MCer process
2015-04-08 Christian HeinrichSMPI: Fixed wrong value for MPI_ERR_LASTCODE.
2015-04-08 Christian HeinrichSMPI: More errorclasses: Added all errorclasses from...
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-05 Martin QuinsonInterface cleanup
2015-04-04 Martin Quinsonmv msg/msg.h simgrid/msg.h
2015-04-04 Martin Quinsonmv simdag/simdag.h simgrid/simdag.h
2015-04-04 Martin Quinsoncleanups and simplifications to our build system
2015-04-04 Martin Quinsonrename parameters all around to make their meaning...
2015-04-02 Gabriel Corona[mc] Fix cross process access to xtd_heap in mc_diff.c
2015-03-10 Gabriel CoronaMerge branch 'master' into mc-process
2015-03-06 Gabriel Corona[mc] Cross-process access to smx_process and simcall
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2015-02-10 Gabriel Corona[mc] Server side symbol evaluation
2015-02-10 Gabriel Corona[mc] Register symbols as pointers in the examples
2015-02-10 Gabriel Corona[mc] Extend xbt_propositional_symbols
2015-02-10 Gabriel Corona[mc] Cleanup heap switching code
2015-02-06 Gabriel Corona(wip) Move the MCed public API in the same file
2015-02-06 Gabriel Corona[mc] Do not call malloc_no_memset in mc_snapshot
2015-02-03 Martin Quinsonpartially fix the energy public API (massive renames...
2014-12-19 Gabriel Corona[mc] Abstract the process and a snapshot types with...
2014-12-12 Augustin DegommePatch by F.Chaix : add two "new" log appender methods...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-04 Gabriel CoronaMerge branch 'master'
2014-12-02 Augustin Degommelet's try to please windows
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel CoronaRevert "[mc] Enable MC specific behaviour in replay...
2014-12-01 Gabriel Corona[mc] Enable MC specific behaviour in replay mode
2014-12-01 Gabriel Corona[mc] Initial support MC record/replay
2014-11-28 Adrien Lebremerge msg_vm.c - adrien (please note that there is...
2014-11-27 Takahiro Hirofuchiremove unused migration code for CPU overheads
2014-11-06 Augustin Degommeadd mpi_info_* support to fortran, and activate relevan...
2014-11-03 Augustin DegommeAdd MPI_Info_* support.
2014-11-02 Martin Quinsonrename smx_action_t to smx_synchro_t
2014-11-01 Martin QuinsonRemove the 'TUTORIAL: New API' chunks
next