Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2004-12-31 mquinsonKill dead code, sorry for the noise
2004-12-31 mquinsonAdd optimization flags to the game
2004-12-31 mquinsonAdd a function I need in GRAS
2004-12-31 mquinsonAutomatic update, damn gtkdoc-tools
2004-12-31 mquinsonSimGrid is dead, long life to SimGrid
2004-12-31 mquinsonProperly check for errno and unistd; don't check for...
2004-12-31 mquinsoncosmetics
2004-12-31 mquinsonautomatic update
2004-12-31 mquinsonLet's get funky and try to settle gras on top of msg...
2004-12-31 mquinsonremove dead code
2004-12-31 mquinsonRemove the headers already loaded from somewhere else...
2004-12-31 mquinsonremove complications to run tests from there own direct...
2004-12-31 alegrandsurf:~/Work/GRAS/heap $ valgrind --leak-check=yes ...
2004-12-31 alegrandMem leak hunting!
2004-12-31 alegrandConvenient to optimize the SURF.
2004-12-29 mquinsonsearch data files in the right directory
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-29 alegrand*** empty log message ***
2004-12-29 alegrandadd a startup and a cleanup function to each context
2004-12-23 alegrandarguments were not set.
2004-12-23 alegrandtask->data (formerly callback) could not be set by...
2004-12-22 alegrandAPI modification in context breaks MSG. Removing MSG...
2004-12-22 alegrandModifying the API so as to prevent a use of the context...
2004-12-22 alegrandNo more leak: valgrind approved. However, some ways...
2004-12-22 alegrandHow can I have ever wrote such a thing !
2004-12-21 alegrandTrying to make old MSG exemples run on top on SURF...
2004-12-21 alegranddebug debug debug
2004-12-21 alegrandForgot to disable debug printf's. Sorry for the noise.
2004-12-21 alegrandmake valgrind happy happy.
2004-12-21 alegrandDude, that was baaad... ;)
2004-12-18 alegrandplatform file is not hardcoded anymore
2004-12-18 alegrandThis function has been accidentally deleted in the...
2004-12-17 alegrandFinished to rewrite most functions. Now let's try it...
2004-12-17 alegrandcosmetics
2004-12-17 alegrandmoved src/surf/surf_parse.h to include/surf/
2004-12-17 alegrandAdd a convenient function
2004-12-17 alegrandThis one was easy. :)
2004-12-17 alegrandA few more functions and I'll be able to make MSG progr...
2004-12-17 alegrandCosmetics
2004-12-17 alegrandKeep rewriting MSG so that it uses SURF instead of...
2004-12-17 alegrandKeeping rewriting MSG
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-17 alegrandA few more functions usefull in MSG. They should not...
2004-12-17 alegrandcosmetics : s/sim_data/simdata/g
2004-12-16 alegrandcosmetics : create -> new
2004-12-16 alegrandjust a move
2004-12-16 alegrandKeep rewriting MSG
2004-12-16 alegrandMSG is not a module
2004-12-16 alegrandmaking some field names more explicit (e.g. void *...
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 mquinsonmove gras_datadesc_type_cmp() out of the way (from...
2004-12-16 mquinsonIgnore binaries
2004-12-16 mquinsonWorks on G5
2004-12-16 mquinsonYou evil namespace polluter
2004-12-16 mquinsonFight symbol redefinition since it breaks on G5 (don...
2004-12-16 mquinsonno generated files in CVS
2004-12-16 mquinsonPort to G5
2004-12-16 mquinsonMy god, the AIX compiler is rather picky
2004-12-16 mquinsonautomake-1.9 hits testing
2004-12-16 mquinsongras now works on win32
2004-12-16 mquinsonCleanup library dependencies declaration
2004-12-16 mquinsontest_rl now generated
2004-12-16 mquinsontest_rl now generated
2004-12-16 mquinsonDocument last changes
2004-12-16 mquinsoncleanup the mecanism in charge of declaring the library...
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-16 alegrandworks better with multiple inclusion
2004-12-16 mquinsongras works on win32
2004-12-16 mquinsonyeah, yeah, linux. Don't bother. O_BINARY is a nasty...
2004-12-16 mquinsonyou fucking windows. Don't even think about translating...
2004-12-15 mquinsonSome more debug
2004-12-15 mquinsonFix the ucontext detection: search for the header,...
2004-12-15 mquinsonAdd portable header loading for contexts
2004-12-15 mquinsonAdd the ucontext reimplementation for windows from...
2004-12-15 mquinsonMake the context cruft work on windows; mark the pthrea...
2004-12-15 mquinsonLet's keep cool and polite with the users of prehistori...
2004-12-15 alegrandWell, some things really are deprecated. Especially...
2004-12-15 alegrandStarting MSG. To ensure backward compability, those...
2004-12-15 alegrandwhen using doubles, %lg should be used for scanf and...
2004-12-14 mquinsongenerate an helper script to make it work on win32
2004-12-14 mquinsondo not configure by default since I know cross-compile...
2004-12-14 mquinsonMake it work on win32; use the portable errno on socks...
2004-12-14 alegrandSorry for those stupid assert.
2004-12-14 mquinsonadded a debug msg
2004-12-14 mquinsoncheck for the functions we need; generate and chmod...
2004-12-14 mquinsonMake it work on win32 ; some more debug msgs
2004-12-14 mquinsoncross-compile support: append '.exe' to the binary...
2004-12-14 mquinsonsupport for wine testsuite execution: do not run the...
2004-12-14 mquinsoninitialize winsock; support multiple calls to init...
2004-12-14 mquinsoncleanup for the upcoming release
2004-12-14 mquinsonMake sure HAVE_WINSOCK_H is defined even if only versio...
2004-12-14 mquinsonsome more possible logs (printf is the only way to...
2004-12-14 mquinsonuse gras_exit, not only xbt_exit
2004-12-14 mquinsonCompile pas avec les warnings, sinon
2004-12-14 alegrandAdding a context library to xbt.
2004-12-12 mquinsoncosmetic
2004-12-11 alegrandNo more use of abort.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsonbuglet and improvement
2004-12-10 mquinsonFix the semantic (gras_os_time returns seconds, not...
next