Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Cleanup the DSO ignore list and add some entries
[simgrid.git] / include /
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 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
2014-10-29 degommeadd a (unused) fortran datatype for compilation of...
2014-10-29 degommesomehow we forgot MPI_REAL datatype C-fortran compatibility
2014-10-22 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-16 Gabriel CoronaRemove irrelevant API documentation
2014-10-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-10-15 Martin QuinsonI'm not sure of why flexml generated a different flex...
2014-10-09 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-10-07 Martin Quinsonrename MSG_host_is_avail() to MSG_host_is_on()
2014-10-05 degommecleanup, remove some useless functions
2014-10-03 Augustin Degommeprovide new unimplemented signatures for RMA MPI calls
2014-10-02 Augustin Degommeadd MPI_Win_get_group, and activate some tests using...
2014-10-02 Augustin DegommeAdd forgotten MPI_Comm_f2c and MPI_Comm_c2f calls
2014-10-02 Gabriel Corona[smpi] Leave the underlying structure of MPI_File opaque
2014-09-19 Augustin Degomme[xbt/surf] Change the costly heapremove+heapinsert...
2014-09-17 Augustin DegommeImplement MPI_*_c2f MPI_*_f2c functions
2014-09-11 Augustin Degommeforgotten include file
2014-08-29 Gabriel CoronaMerge branch 'mc'
2014-08-28 Augustin DegommeAdd a xbt wrapper for simcall_mutex_trylock (asked...
2014-08-28 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 etortilopezMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-18 etortilopezadded option to bind threads to physical cores
2014-08-11 Paul BédarideAdd vm tesh
2014-08-07 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-08-07 Martin QuinsonNew: SIMIX_process_throw() allows to raise exceptions...
next