A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Activate the stdobject test now that it works
[simgrid.git]
/
src
/
simix
/
libsmx.cpp
2023-02-20
mlaurent
Merge branch 'master' of https://framagit.org/simgrid...
blob
|
commitdiff
|
raw
2023-02-18
Martin Quinson
kill src/simix
blob
|
commitdiff
|
raw
2023-02-18
Martin Quinson
Move the non-deprecated bits of simix to kernel::actor...
blob
|
commitdiff
|
raw
2023-02-15
Martin Quinson
Merge branch 'actor-comms' into 'master'
blob
|
commitdiff
|
raw
|
diff to current
2023-02-15
mlaurent
Merge branch 'master' of https://framagit.org/simgrid...
blob
|
commitdiff
|
raw
|
diff to current
2023-02-13
Arnaud Giersch
Define context related globals as static members of...
blob
|
commitdiff
|
raw
|
diff to current
2023-01-15
Martin Quinson
useless cleanups
blob
|
commitdiff
|
raw
|
diff to current
2023-01-01
Arnaud Giersch
Update copyright lines for 2023.
blob
|
commitdiff
|
raw
|
diff to current
2022-11-07
Arnaud Giersch
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2022-11-06
Martin Quinson
setter function only need a simcall in MC or with paral...
blob
|
commitdiff
|
raw
|
diff to current
2022-11-04
Martin Quinson
Move a function to the right file and other cleanups
blob
|
commitdiff
|
raw
|
diff to current
2022-03-16
Martin Quinson
Merge branch 'add_barrier_python_bindings' into 'master'
blob
|
commitdiff
|
raw
|
diff to current
2022-03-15
Arnaud Giersch
Regroup common code.
blob
|
commitdiff
|
raw
|
diff to current
2022-03-14
Arnaud Giersch
Mark more smx_* type aliases as deprecated.
blob
|
commitdiff
|
raw
|
diff to current
2022-03-14
Arnaud Giersch
Mark smx_actor_t as deprecated.
blob
|
commitdiff
|
raw
|
diff to current
2022-03-11
Martin Quinson
Merge branch 'add_remaining_comm_sync_bindings' into...
blob
|
commitdiff
|
raw
|
diff to current
2022-03-08
Arnaud Giersch
Move Simcall from namespace simix to kernel::actor.
blob
|
commitdiff
|
raw
|
diff to current
2022-03-08
Arnaud Giersch
Make Simcall a real class.
blob
|
commitdiff
|
raw
|
diff to current
2022-03-08
Arnaud Giersch
Mark all of simix.h as deprecated.
blob
|
commitdiff
|
raw
|
diff to current
2022-03-08
Arnaud Giersch
Define Comm::send and Comm::recv (replace simcall_comm_...
blob
|
commitdiff
|
raw
|
diff to current
2022-03-06
Arnaud Giersch
Mark old simcall_comm_isend/irecv/wait as deprecated.
blob
|
commitdiff
|
raw
|
diff to current
2022-02-27
Martin Quinson
No future.
blob
|
commitdiff
|
raw
|
diff to current
2022-02-27
Martin Quinson
Rename sg::k::actor::simcall ::actor::simcall_answered
blob
|
commitdiff
|
raw
|
diff to current
2022-02-27
Martin Quinson
Further cleanups in simix remains
blob
|
commitdiff
|
raw
|
diff to current
2022-02-27
Martin Quinson
reduce the visibility of popping_private
blob
|
commitdiff
|
raw
|
diff to current
2022-02-27
Martin Quinson
simix simplification: no need to marshal generic parame...
blob
|
commitdiff
|
raw
|
diff to current
2022-02-27
Martin Quinson
simix simplification: no need for a template here
blob
|
commitdiff
|
raw
|
diff to current
2022-02-27
Martin Quinson
Kill popping_bodies.cpp
blob
|
commitdiff
|
raw
|
diff to current
2022-02-20
SUTER Frederic
remove old wait any simcall
blob
|
commitdiff
|
raw
|
diff to current
2022-02-19
Martin Quinson
Kill Simcall::COMM_WAIT
blob
|
commitdiff
|
raw
|
diff to current
2022-02-19
Martin Quinson
Kill Simcall::COMM_RECV, COMM_IRECV, COMM_SEND and...
blob
|
commitdiff
|
raw
|
diff to current
2022-02-16
Arnaud Giersch
Use bounds checking method array::at().
blob
|
commitdiff
|
raw
|
diff to current
2022-02-08
SUTER Frederic
simplify calls to CommImpl::isend and CommImpl::irecv
blob
|
commitdiff
|
raw
|
diff to current
2022-02-05
Martin Quinson
MC: isend/irecv are not blocking
blob
|
commitdiff
|
raw
|
diff to current
2022-02-05
Martin Quinson
MC: do not segfault when the logs are activated
blob
|
commitdiff
|
raw
|
diff to current
2022-02-04
Martin Quinson
convert more isend/irecv locations to the new simcalls...
blob
|
commitdiff
|
raw
|
diff to current
2022-02-03
SUTER Frederic
remove old simcall_comm_test and simcall_comm_testany
blob
|
commitdiff
|
raw
|
diff to current
2022-02-03
Martin Quinson
Merge branch 'wifi_rate_zero' into 'master'
blob
|
commitdiff
|
raw
|
diff to current
2022-02-03
Arnaud Giersch
Merge branch 'stable'
blob
|
commitdiff
|
raw
|
diff to current
2022-02-02
SUTER Frederic
mark some old simcalls as deprecated (test, test_any...
blob
|
commitdiff
|
raw
|
diff to current
2022-01-31
Arnaud Giersch
Remove deprecated features for next release (3.31).
blob
|
commitdiff
|
raw
|
diff to current
2022-01-20
SUTER Frederic
Cleanup in log categories
blob
|
commitdiff
|
raw
|
diff to current
2022-01-06
Arnaud Giersch
Update copyright lines for 2022.
blob
|
commitdiff
|
raw
|
diff to current
2021-11-05
SUTER Frederic
include cleanups after deprecation
blob
|
commitdiff
|
raw
|
diff to current
2021-11-04
SUTER Frederic
Reorganize VM code
blob
|
commitdiff
|
raw
|
diff to current
2021-10-08
Arnaud Giersch
Remove deprecated features for next release (3.30).
blob
|
commitdiff
|
raw
|
diff to current
2021-10-06
SUTER Frederic
deprecate SIMIX_is_maestro
blob
|
commitdiff
|
raw
|
diff to current
2021-09-21
SUTER Frederic
remove smx_global.cpp
blob
|
commitdiff
|
raw
|
diff to current
2021-09-17
SUTER Frederic
Merge branch 'no_simix_global'
blob
|
commitdiff
|
raw
|
diff to current
2021-09-17
SUTER Frederic
Merge branch 'master' of https://framagit.org/simgrid...
blob
|
commitdiff
|
raw
|
diff to current
2021-09-17
SUTER Frederic
get rid of simix_global and smx_private.hpp
blob
|
commitdiff
|
raw
|
diff to current
2021-09-14
SUTER Frederic
Merge branch 'master' of https://framagit.org/simgrid...
blob
|
commitdiff
|
raw
|
diff to current
2021-07-14
Arnaud Giersch
Remove deprecated features for next release (3.29).
blob
|
commitdiff
|
raw
|
diff to current
2021-06-23
Arnaud Giersch
Use ssize_t as return type for Comm::wait_any.
blob
|
commitdiff
|
raw
|
diff to current
2021-06-23
Arnaud Giersch
Use ssize_t as return type for Comm::test_any.
blob
|
commitdiff
|
raw
|
diff to current
2021-04-27
Arnaud Giersch
The header <typeinfo> must be included before using...
blob
|
commitdiff
|
raw
|
diff to current
2021-04-23
Arnaud Giersch
Make SIMIX_simcall_name() use the type of observer_...
blob
|
commitdiff
|
raw
|
diff to current
2021-04-19
Martin Quinson
Merge branch 'master' of framagit.org:simgrid/simgrid
blob
|
commitdiff
|
raw
|
diff to current
2021-04-12
Arnaud Giersch
Use a reference for ExecImpl::wait_any_for()'s vector.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-29
Arnaud Giersch
Remove deprecated features for next release.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-26
Martin Quinson
Move SimcallObserver from simgrid::mc to simgrid::kerne...
blob
|
commitdiff
|
raw
|
diff to current
2021-03-26
Arnaud Giersch
Merge branch 'simcall_blocking' into 'master'
blob
|
commitdiff
|
raw
|
diff to current
2021-03-26
Arnaud Giersch
Move PoC blocking_simcall.hpp from public include/...
blob
|
commitdiff
|
raw
|
diff to current
2021-03-26
Arnaud Giersch
Fix simcall_blocking returning a value.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-22
Arnaud Giersch
Handle simcall result through mc::SimcallObserver.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-18
Arnaud Giersch
Modernize simcall execution_waitany_for.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-18
Arnaud Giersch
Make simcall execution_waitany_for use a std::vector...
blob
|
commitdiff
|
raw
|
diff to current
2021-03-16
Arnaud Giersch
Modernize simcall sem_acquire_timeout.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-16
Arnaud Giersch
Modernize simcall cond_wait_timeout.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-16
Arnaud Giersch
Cosmetics: use a meaningful name for parameter.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-14
Arnaud Giersch
Bogus default value for parameter.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-13
Martin Quinson
Merge branch 'master' of framagit.org:simgrid/simgrid
blob
|
commitdiff
|
raw
|
diff to current
2021-03-13
Arnaud Giersch
Modernize simcall cond_wait.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-13
Arnaud Giersch
Modernize simcall sem_acquire.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-09
Arnaud Giersch
Modernize simcall mutex_lock.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-08
Martin Quinson
Merge branch 'master' of framagit.org:simgrid/simgrid
blob
|
commitdiff
|
raw
|
diff to current
2021-03-08
Arnaud Giersch
Modernize simcall mutex_trylock.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-04
Martin Quinson
mc: rename Inspector to Observer
blob
|
commitdiff
|
raw
|
diff to current
2021-03-03
Arnaud Giersch
Modernize simcall mutex_unlock.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-03
Arnaud Giersch
Fix mem leak.
blob
|
commitdiff
|
raw
|
diff to current
2021-03-01
Arnaud Giersch
Deprecated simcall_mc_random.
blob
|
commitdiff
|
raw
|
diff to current
2021-02-28
Martin Quinson
objectification of MC simcall achieved -- many tests...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-13
agougeon
Merge branch 'master' of https://framagit.org/simgrid...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-12
Arnaud Giersch
Update copyright lines.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-15
Augustin Degomme
Merge branch 'Adrien.Gougeon/simgrid-master'
blob
|
commitdiff
|
raw
|
diff to current
2020-11-26
Ehsan Azimi
Merge branch 'master' of github.com:simgrid/simgrid...
blob
|
commitdiff
|
raw
|
diff to current
2020-11-25
Arnaud Giersch
Enum class for MC call types, and MC comm pattern diffe...
blob
|
commitdiff
|
raw
|
diff to current
2020-11-22
agougeon
Merge branch 'master' of https://framagit.org/simgrid...
blob
|
commitdiff
|
raw
|
diff to current
2020-10-26
Arnaud Giersch
Use std::vector.
blob
|
commitdiff
|
raw
|
diff to current
2020-10-23
Arnaud Giersch
Cosmetics.
blob
|
commitdiff
|
raw
|
diff to current
2020-10-23
Arnaud Giersch
Merge branch 'pikachuyann/simgrid-stoprofiles'
blob
|
commitdiff
|
raw
|
diff to current
2020-10-22
adrien gougeon
Merge branch 'master' of framagit.org:Adrien.Gougeon...
blob
|
commitdiff
|
raw
|
diff to current
2020-10-22
Adrien
Merge branch 'master' into 'master'
blob
|
commitdiff
|
raw
|
diff to current
2020-10-20
Arnaud Giersch
Use consistent naming scheme.
blob
|
commitdiff
|
raw
|
diff to current
2020-10-08
Martin Quinson
Merge branch 'klement/simgrid-klement' into master
blob
|
commitdiff
|
raw
|
diff to current
2020-10-02
Arnaud Giersch
[sonar] Use "std::make_unique" to construct "std::uniqu...
blob
|
commitdiff
|
raw
|
diff to current
2020-09-30
Martin Quinson
Merge branch 'adrien' into 'master'
blob
|
commitdiff
|
raw
|
diff to current
2020-09-30
Martin Quinson
Merge branch 'master' into adrien
blob
|
commitdiff
|
raw
|
diff to current
2020-09-26
Martin Quinson
Merge branch 'master' of framagit.org:Adrien.Gougeon...
blob
|
commitdiff
|
raw
|
diff to current
2020-07-03
Clément Courageux
Merge remote-tracking branch 'upstream/master' into...
blob
|
commitdiff
|
raw
|
diff to current
next