Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix issue with surf.h included in simix.h
[simgrid.git] / src / include / surf / surf.h
2013-11-28 Paul BédarideFix issue with surf.h included in simix.h
2013-11-21 Arnaud GierschFix clang warnings about mismatched declarations (struc...
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 suterno need for const here
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-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-28 Takahiro HirofuchiAdd the affinity setting function for a VM
2013-10-24 Paul BédarideRemove c surf files
2013-10-24 Takahiro HirofuchiAdd the affinity control function in the CPU model
2013-10-22 Paul BédarideFix unset variables issues
2013-10-21 Paul BédarideFix simdag issue
2013-10-18 Paul BédarideFix tests
2013-10-11 Paul BédarideFix msg-start-kill-time
2013-10-08 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-08 Paul BédarideFix surf_usage2
2013-10-08 Paul BédarideFix surf_usage
2013-10-07 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-06 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-02 Pierre VeyreAdd MSG_storage_get_size function
2013-10-02 Pierre VeyreChange parameters order for msg_file_read, msg_file_wri...
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile
2013-09-28 Martin QuinsonMerge pull request #2 from cemsbr/master
2013-09-27 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-26 Pierre VeyreChange MSG_host_get_storage_list function + update...
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-26 Pierre VeyreFix MSG_storage_get_content function
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-09-25 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Pierre VeyreMSG_storage API improvements (or not)
2013-09-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2013-09-24 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-24 Pierre VeyreAdd MSG_storage_get_content function
2013-09-23 Augustin Degommeadd a cleanup callback to surf_resource_t, useful to...
2013-09-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-10 Pierre VeyreStorage API
2013-08-21 Arnaud LegrandRemove the uggly surf_watched_hosts pimple and allow...
2013-08-21 Arnaud LegrandMove variable to where it belongs.
2013-08-08 Paul BédarideMake surf++ compile
2013-07-12 Pierre VeyreFix MSG_storage_get_free_size() and add MSG_storage_get...
2013-07-11 suterFinally succeed to bring back all the needed informatio...
2013-07-10 Pierre VeyreAdd MSG_host_get_storage_list() function
2013-07-10 Pierre VeyreAdd msg_storage_t structure, msg_storage_get_free_size...
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-30 acarpenaadded dvfs support
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-18 suteryet another simplification of the storage API: we don...
2013-06-17 Paul BédarideAdd MSG_host_on and MSG_host_off
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... SIMIX call + MSG function + Java binding for get_core
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 suterfurther simplification of the storage API, keep size...
2013-06-11 Paul BédarideAdd msg As getModel and GetHosts
2013-06-11 Paul BédarideAccess AS hierarchy at Msg layer
2013-06-11 sutersimplify the simcall stack for file unlink
2013-06-11 sutercleaning step: uniform naming (stream to fd) + some...
2013-06-11 suterget rid of "mode" parameter in the open file function...
2013-06-07 sutersimpler version of simcall to get the file of a file
2013-06-06 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-06-06 Paul BédarideAdd msg As getModel and GetHosts
2013-06-06 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 suterstream to fd
2013-06-06 suterfp => fd (for file descriptor)
2013-06-06 Paul BédarideAdd AS support in MSG and java bindings
2013-06-06 suterWow, I wrote a simcall! 11 files to modify to do a...
2013-06-06 Takahiro Hirofuchiadd a missing file and add MSG_vm_set_bound
2013-06-06 suterremove references to an include file that doesn't exist...
2013-06-05 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-05 Takahiro Hirofuchiadd the load capping feature
2013-06-05 suterSimplify the way files are described. Get rid of the...
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-11 Takahiro HirofuchiAdd the ramsize check when launching a VM
2013-03-11 Takahiro Hirofuchiadd MSG_vm_get_pm
2013-03-11 Takahiro Hirofuchiadd the {set/get}_params operations to a host object
2013-02-26 Takahiro HirofuchiNow VM operations workig!
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-20 Takahiro Hirofuchiremove the use of surf_workstation_model at smx_host.c
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Takahiro HirofuchiAdd minor cleanup around model initialization
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-02-15 Takahiro Hirofuchiadd the cpu model object in the workstation model object
2013-02-15 Takahiro Hirofuchirefine code around model types and objects
2013-02-15 Takahiro Hirofuchiadd two cpu model objects for physical and virtual
2013-02-14 Takahiro Hirofuchiadd model_list_invoke used for solving a problem
2013-02-07 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-07 alebreStart to add second CPU model for the VM layer
2013-02-04 Takahiro Hirofuchifix monior issues
2013-02-04 Takahiro Hirofuchiadd get_phys_host, which enables us to pick up private...
next