A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
simgrid.git
2015-06-09
Gabriel Corona
Try to be consistent bewteen xbt_os_thread.h and xbt_os...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Remove an explicit declaration of pthread_mutex_timedlock()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Break #include-dependency cycle
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Add missing #include for _XBT_WIN32
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Hopefully fix the strdup/_strdup issue
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Fix strdup/_strdup detection
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Javadoc] Fixed wrong JDoc comment
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Reordered options in options.doc
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added section on --cfg=plugin:*
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added tentative note on collective algorithms...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added note on --cfg=vm_workstation/model to optio...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added documentation for --cfg=msg/debug_multiple_use
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added a brief note on --cfg=storage/model
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Fixed doxygen bug: 'Userspace is not a file'
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
improve the doc of MSG_host_on() and friends
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Revert the sem_open 'fix'
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Fix dist
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Fix Windows build
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Fixed 'undefined references' error
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Fixed XML-HTML errors
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
Merge branch 'master' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
New example for MSG host ON/OFF switching
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
New: MSG_host_get_pstate() and smpi_get_host_pstate()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
'auto'? seriously?
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Simplify the stack direction detection
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Use xbt_strdup instead of strdup
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Use _strdup is strdup is not available
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
Some (partial) fixes for cross-compiling to Windows
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
make sure that the doxygen don't use LaTeX, even for...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
forgot that reference to a renamed function
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
Merge branch 'master' of scm.gforge.inria.fr:/gitroot...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
further energy interface cleanups (see changelog)
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Martin Quinson
MSG_host_get_pstate_number() -> MSG_host_get_pstate_count()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make Process:object_infos a srd::vector of std...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Give ctor/dtor for s_dw_type
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Add ctor/dtor for s_mc_object_info
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make s_mc_snapshot_stack::context not a pointer
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make s_mc_snapshot_stack::stack_frames a std:...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make s_mc_global_t::stacks a std::vector
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make s_mc_stack_frame::frame_name a std::string
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make s_mc_snapshot_stack::local_variables a std...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make s_local_variable::name a std::string
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Move s_local_variable in mc_snapshot.h
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make Snapshot::snapshot_regions a std::vector
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make Snapshot::to_ignore a std::vector
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make Snapshot::ignored_data a std::vector
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make Snapshot::current_fds a std::vector
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make Snapshot::stack_sizes a std::vector
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Make Snapshot::enabled_process a std::set
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Cmake] Fixed typos in and restructured Options.cmake
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Cmake] Fixed wrong set() syntax in cmake files
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Do not clobber CMAKE_C_FLAGS and friends
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[doc] Fix header
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added references to the calibration scripts
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Corrected section reference
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added section on smpi/use_shared_malloc
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Removed misplaced \b from options.doc
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added description for smpi/os, smpi/ois, smpi/or
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Added default value for smpi/display_timing
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Added a note for smpi/cpu_threshold
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Fix MC links
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Document the model-check/dot_output option
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Document the model-check/terminate option
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Document the model-check/visited option
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Document the model-check/max_depth option
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc] Marh the model-check/snapshot_fds option as disabled
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Document the model-check/hash option
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Add doc about model-checke/timeout
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Gabriel Corona
[mc][doc] Record/replay and sparse snapshots
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Added descriptions for 3 more configura...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Changed reference name
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] First batch of updates of configuration...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Added reference to tracing options
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Added ~40 missing configuration options
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Updated MC config options
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Changed word 'config item' to 'config...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Documentation] Sorted existing configuration options
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
[Doc] Beautification of a simple sentence
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Updated backbone-tag documentation
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Added further note for FATPIPE sharing policy.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Added anchors and references for link sharing policies.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Fixed typo in documentation of surf_routing.hpp
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Added small section on backbone.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Removed wrong endtags from documentation.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Updated section on network equipments (mostly cosmetics).
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Updated description and presentation of available resou...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Updated the 'sharing policy' part for links.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Updated platform.doc to explain the cluster tag more...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Rephrased cluster description
commit
|
commitdiff
|
tree
|
snapshot
2015-06-09
Christian Heinrich
Documentation overhaul started.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-05
Gabriel Corona
Boost.Context context factory
commit
|
commitdiff
|
tree
|
snapshot
2015-06-05
Gabriel Corona
Fix previous commit
commit
|
commitdiff
|
tree
|
snapshot
2015-06-05
Gabriel Corona
Tentatively fix the detection of ucontext.h in Darwin
commit
|
commitdiff
|
tree
|
snapshot
2015-06-04
Christian Heinrich
Added xbt_assert statement to smpi_mpi_dt.c
commit
|
commitdiff
|
tree
|
snapshot
2015-06-04
Christian Heinrich
Fixed bug in SMPI datatypes, causing SG to segfault.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-04
Christian Heinrich
[SURF] Added comment for surf_share_resources
commit
|
commitdiff
|
tree
|
snapshot
2015-06-04
Christian Heinrich
[SURF] Added simple method comment for AsDijkstra:...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Gabriel Corona
[mc] Fix realloc() in mc_process.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Gabriel Corona
[mc] Fix pointer dereference after free()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-02
Gabriel Corona
[mc] exit() instead of abort() in normal operation
commit
|
commitdiff
|
tree
|
snapshot
next