Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Process nested scopes DWARF informations
[simgrid.git] / src / simix /
2014-03-22 Arnaud GierschMove win32_ucontext.h to private area.
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-21 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-21 Paul BédarideFix issues for destroy callbacks
2014-03-19 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-19 Pierre VeyreModify MSG_file_open() implementation
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-17 Arnaud GierschCheck return value for posix_memalign.
2014-03-17 Arnaud GierschInstall signal handler for SIGSEGV.
2014-03-17 Arnaud GierschUse context/guard_size to protect context stacks agains...
2014-03-17 Arnaud GierschAdd configuration parameter for contexts/guard_size.
2014-03-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-13 Arnaud GierschFactorize valgrind stuff.
2014-03-13 Arnaud GierschAlign stack on a 16 bytes boundary in raw_makecontext.
2014-03-13 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-13 Arnaud GierschFix parameters given to MC_new_stack_area.
2014-03-13 Arnaud GierschAlso remove forward declaration for removed function.
2014-03-13 Arnaud GierschRemove useless function: smx_ctx_sysv_create_context_sized
2014-03-12 Arnaud GierschFactorize stack creation.
2014-03-12 Arnaud GierschNo need to duplicate default value.
2014-03-12 Augustin DegommeChange default stack size in simgrid to 8MiB.
2014-03-11 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-11 Pierre VeyreManage storage user data at msg level
2014-03-11 Arnaud GierschCheck if process was suspended while it was sleeping.
2014-03-11 Arnaud GierschAdd some debug messages.
2014-03-10 Arnaud GierschComment unused field when !HAVE_MC.
2014-03-10 Arnaud GierschRemove function SIMIX_process_create_with_parent.
2014-03-10 Arnaud GierschMaestro can't be it's own parent. Use -1 for its PPID.
2014-03-10 Pierre VeyreAdd SD_storage_get_host() and MSG_storage_get_host()
2014-03-10 Pierre VeyreMSG_host_get_attached_storage_list and SD_workstation_g...
2014-03-08 Arnaud GierschCosmetics.
2014-03-08 Martin Quinsonkill some unused static functions
2014-03-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2014-03-07 Paul BédarideFix revert smx_process.c sleep modification
2014-03-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-07 Pierre VeyreAdd "attach" attribute to storage tag in platform descr...
2014-03-07 Paul BédarideAdd msg process test and fix ppid of created processes
2014-03-06 Pierre VeyreMsg_file refactoring
2014-03-06 Arnaud GierschSIMIX_process_create returns nothing.
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-03-05 Paul BédarideAdd msg host on/off test
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-25 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-25 Gabriel CoronaMerge bugfix from branch mc-refactor
2014-02-25 Gabriel CoronaMerge branches 'mc'
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-24 Gabriel CoronaMerge branch 'mc-perf' into mc
2014-02-20 Pierre VeyreFix MSG_storage_get_proporties() bug
2014-02-18 Marion Guthmullermodel-checker : conflit
2014-02-18 Marion Guthmullermodel-checker : fix comm destroy for send detached...
2014-02-13 Arnaud GierschCast enum to int.
2014-02-13 Paul BédarideFix simcalls without BODY
2014-02-13 Paul BédarideRemove comm destroy simcall
2014-02-13 Paul BédarideRemove vm set state simcall
2014-02-13 Paul BédarideRemove host data and had JAVA_HOST_LEVEL
2014-02-12 Paul BédarideFix NS3 and latency bound tracking
2014-02-10 Arnaud GierschRevert "Typo."
2014-02-10 Arnaud GierschTypo.
2014-02-10 Gabriel CoronaMerge branch 'mc' into mc-perf
2014-02-08 Arnaud GierschGo ahead for cleanup, even if process was suspended.
2014-02-08 Arnaud GierschDon't hide type real type, smx_process_t, behind a...
2014-02-08 Arnaud GierschSlightly improve debug messages.
2014-02-07 Gabriel CoronaMerge branch mc into mc-perf
2014-02-07 Gabriel Corona[mc] Remove dead code for ignoring variables
2014-02-06 Augustin Degommefix some SMPI+MC bugs
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-02-04 Augustin Degommeensure processes are still alive before altering their...
2014-01-30 Arnaud GierschReintroduce MC stuff lost by commit 11af893.
2014-01-30 Arnaud GierschRemove duplicated code.
2014-01-30 Paul BédarideAdd checking for simcalls
2014-01-29 Paul BédarideSimcalls generated by python script
2014-01-28 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-01-27 Arnaud GierschDon't include mc_private.h when \!HAVE_MC.
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2013-12-19 Paul BédarideReplace swag by boost::intrusive::list in surf
2013-12-18 Takahiro HirofuchiRevert "prevent using garbage in data field"
2013-12-05 Arnaud GierschUse SG_{BEGIN,END}_DECL() for what it's designed to...
2013-11-29 Pierre VeyreAdd MSG_file_seek function
2013-11-29 Pierre VeyreAdd MSG_file_tell function and prepare MSG_file_seek
2013-11-27 Paul BédarideFix network constant issues
2013-11-21 Arnaud GierschFix doxygen/javadoc warnings.
2013-11-18 Arnaud GierschThese changes were apparently lost during the surf...
2013-11-18 Arnaud GierschCosmetics: "st" was for "storage". Remove it from acronym.
2013-11-18 Paul BédarideChange sg_storage_size_t to sg_size_t and fix surf...
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-11-13 sutermissing declaration
2013-11-13 suterSSIZE might by misunderstood with Signed Size, use...
2013-11-13 suterusing uint64 is pointless when casted to size_t by...
2013-11-13 sutererror during modification
2013-11-08 Arnaud GierschMerge tag 'v3_10_rc2'
2013-11-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-08 Pierre VeyreUpdate MSG_storage_file_rename
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-11-08 Pierre VeyreAdd MSG_file_rename function
2013-11-04 Arnaud GierschMerge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4...
2013-11-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-04 Arnaud GierschThere is no need to export these functions. Mark them...
next