Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Simplification, remove profiling code
[simgrid.git] / src / bindings /
2015-10-25 Martin QuinsonReduce the amount of implicit include directories
2015-10-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-23 degommeahem :p (is this file even necessary?)
2015-10-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-15 Christian Heinrich[Lua] Fixed compilation issue
2015-10-15 Christian Heinrich[Lua] Patched lua_platf.c for Lua 5.3.1
2015-10-15 Christian Heinrich[Lua] Fixed garbage collection segfault
2015-10-15 Christian Heinrich[Lua] Fixed integer/double conversion problem
2015-10-15 Christian Heinrich[Lua5.3] Changed lua_tonumber to lua_tointeger where...
2015-10-15 Christian Heinrich[Lua5.3] Added logging functions error and critical
2015-10-15 Christian Heinrich[Lua5.3] Updated lua_task.c to Lua5.3
2015-10-15 Christian Heinrich[Lua5.3] Updated lua_state_cloner.c for Lua5.3
2015-10-15 Christian Heinrich[Lua5.3] Added and modified comments in lua_task.c
2015-10-15 Christian Heinrich[Lua5.3] Added checks for sane values in lua_platf.c
2015-10-15 Christian Heinrich[Bugfix] Fixed wrong property in SimSplay test: latency...
2015-10-15 Christian HeinrichLua: Changed latency attribute to lat and others.
2015-10-15 Christian HeinrichLua: Changed names for attribute 'policy' to 'sharing_p...
2015-10-15 Christian HeinrichAdded new case to lua_state_cloner.c: LUA_TNONE
2015-10-15 Christian HeinrichSecond series of changes to lua-bindings in order to...
2015-10-15 Christian HeinrichFixed lua_host file for Lua 5.3
2015-10-15 Christian HeinrichFirst series of changes to lua-bindings in order to
2015-10-15 Christian HeinrichLUA: Added support for backbone, host_link and ASroute
2015-10-15 Christian HeinrichAdded support for using lua platform files from C
2015-10-13 Martin QuinsonMerge branch 'S4U'
2015-10-12 Martin Quinson[java] properly port to armv7l, sorry for the noise
2015-10-05 Martin Quinson[win] I fail to disable winpthread + I think it's harml...
2015-10-04 Martin Quinson[win+java] maybe libwinpthread is causing the segfaults...
2015-10-02 Martin QuinsonDon't load DLLs when org.simgrid.NativeLib is loaded...
2015-10-02 Martin Quinson[java] unpack dll/so to a tempDir instead of messing...
2015-10-02 Martin Quinson[win+java] fix the name of libwinpthread-1.dll
2015-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-10-02 Martin QuinsonRevert "don't cleanup java directory for now (debugging...
2015-10-02 Martin QuinsonOnly try to load winpthread on windows
2015-10-02 Martin Quinsonalso include winpthread.dll in the jarfile
2015-10-01 Martin Quinsondon't cleanup java directory for now (debugging time)
2015-09-25 Martin Quinsonalso unifies the native path between cmake and java...
2015-09-25 Martin QuinsonTry to unify the native lib location between cmake...
2015-09-24 Martin QuinsonBe verbose about errors encountered
2015-09-22 Martin QuinsonFurther simplify the full.jar generation (the hard...
2015-09-22 Martin QuinsonGreatly simplify the full jar generation
2015-09-22 Martin Quinsoncosmetics: mv tools/cmake/Scripts tools/cmake/scripts
2015-09-21 Martin QuinsonCorrectly cast pointers into uintptr_t to fit into...
2015-09-18 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2015-09-17 Martin Quinsons/_XBT_GNUC/XBT_ATTRIB/ as we will port them to MSVC
2015-08-12 Martin QuinsonMerge branch 'master' into S4U
2015-08-12 Martin Quinsonmove the cmake files in tools/cmake
2015-08-09 Martin QuinsonMerge branch 'master' into S4U
2015-08-05 Martin QuinsonUpdate copyright notices
2015-07-24 kbaatiMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-20 Martin Quinsonactually kill models' names
2015-07-20 Martin QuinsonGet ride of ???Ptr types in C++: make pointers explicit
2015-07-18 Martin QuinsonRename NetworkLink type to Link
2015-07-18 Martin Quinson[SGpp] make ROUTING_HOST_LEVEL private. That was painful
2015-07-18 Martin QuinsonUse MSG_host_by_name() instead of MSG_get_host_by_name()
2015-07-18 Martin Quinson[SGpp] make SURF_CPU_LEVEL private
2015-07-18 Martin Quinson[SGpp] make MSG_HOST_LEVEL private
2015-07-18 Martin Quinsonsanitize a bit the prototype of SIMIX_host_create()
2015-07-18 Martin Quinson[SGpp] make SIMIX_HOST_LEVEL private
2015-07-18 Martin QuinsonGive simgrid's host its own header file and datatype
2015-07-14 Martin QuinsonMerge pull request #17 from mpoquet/master
2015-07-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-07-10 Martin QuinsonMASSIVE cleanup: s/workstation/host/
2015-06-16 Gabriel Corona[java] Add missing throw NativeException specifications...
2015-06-16 Gabriel Corona[java] Fix javadoc
2015-06-16 Gabriel Corona[java] Synchronize Storage.getByName() throw specificat...
2015-06-11 Martin QuinsonJava should prefer the bundled version of native libs
2015-06-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-10 Gabriel Corona[cmake] Fix Java binding generation
2015-06-09 Christian Heinrich[Javadoc] Fixed wrong JDoc comment
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 xbt_strdup instead of strdup
2015-06-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-06-09 Martin Quinsonfurther energy interface cleanups (see changelog)
2015-05-19 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-04-27 Gabriel CoronaMerge branch 'master' into mc
2015-04-26 Martin Quinsonthis example needs to forcefully destroy the VMs
2015-04-26 Martin Quinsonmore consistant identifier names around Java objects...
2015-04-25 Martin QuinsonActually allows the GC to reclaim tasks (fix #18874)
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 Quinsontiny doc improvement
2015-04-08 Adrien LebreMerge before commiting VM changes - Adrien
2015-04-08 Adrien LebreAdd hosts test before migrating a VM - adrien
2015-04-05 Martin Quinsonimprove Java interface
2015-04-05 Martin Quinsonkill unused code: Task.get/setId()
2015-04-05 Martin Quinsonreindent the java sources
2015-04-05 Martin QuinsonRename Task.setDataSize() to Task.setBytesAmount()
2015-04-05 Martin QuinsonInterface cleanup
2015-04-05 Martin Quinsonrename parameters to make them unanbigous
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-04 Martin QuinsonRename Process.currentProcess() to Process.getCurrentPr...
2015-02-18 Arnaud LegrandMerge branch 'master' of git+ssh://scm.gforge.inria...
2015-02-12 Gabriel CoronaMerge master into mc-process
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-12-08 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
next