Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2007-10-26 cherierma distraction
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 mquinsonTiny improvement of the search speed
2007-10-25 cheriermthe version of the xbt_os_time() function needs the...
2007-10-25 cheriermthe inclusion of the header stat.h is tested in the...
2007-10-25 cheriermdistraction
2007-10-25 cheriermdistraction
2007-10-25 cheriermVisual C++ need sys/stat.h for open() function
2007-10-25 cheriermjust had SG_BEGIN_DECL and SG_END_DECL macro (for c...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-25 cheriermThe configuration file visualc.h is change to declare...
2007-10-25 mquinsoncleanup windows portability in there
2007-10-23 mquinsonReduce the unimplemented part
2007-10-23 mquinsonalso autogenerated
2007-10-23 mquinsonautogenerated
2007-10-23 mquinsonKill broken portability bits for visual and macosx
2007-10-23 mquinsonDo not include the useless semaphore standard header...
2007-10-23 mquinsonprintf format fixups
2007-10-23 mquinson* Check that sem_timedwait is available (since it's...
2007-10-23 mquinsonCosmetics on error messages
2007-10-23 cheriermMac OS X doesn't provide the sem_timedwait() function.
2007-10-23 cheriermJust add the simgrid library in the entries of the...
2007-10-23 cheriermThis change is about the the add-on of the semaphore...
2007-10-23 cheriermAdd the Visual C++ projects of the new examples sem_bas...
2007-10-23 cheriermThis new directory contains two samples explaining...
2007-10-23 cheriermThis implement the function gettimeofday() for win32...
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermthis declarations and definitions are only concerned...
2007-10-22 cheriermThis change exports the gras_procdata pointer and use...
2007-10-22 cheriermVisual C++ already declare the isatty function in the...
2007-10-22 cheriermRemove the keyword extern to avoid the multiple declara...
2007-10-22 cheriermVisual C++ already declare the isatty function in io...
2007-10-22 cheriermVisual C++ already declare the environ variable in...
2007-10-22 cheriermRemove the return keyword at the end of the void function.
2007-10-22 cheriermDirectly returns the newly created condition.
2007-10-22 cheriermThis change concerne the usage of the semaphore object...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-21 mquinsonKill a rather outdated section.
2007-10-19 mquinsonRename section title to betterly express the agenda...
2007-10-19 mquinsonImprove section about platform generation/mapping/colle...
2007-10-18 mquinsonstrlen does not return int but size_t on 64bits
2007-10-16 alegrand'major bug' fix in ptask_L07.
2007-10-16 alegrandImprove debug readability.
2007-10-12 alegrandAdding a new test.
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-12 mquinsonLet's be VPATH friendly
2007-10-12 mquinsonAllow java to compile in VPATH settings (at the price...
2007-10-12 mquinsonAutogenerated
2007-10-12 mquinsonOops, I forgot this one
2007-10-12 mquinsonEnforce some order on the tags; needs flexml 1.8 to...
2007-10-12 mquinsonignore more cruft
2007-10-12 mquinsontypo
2007-10-12 mquinsonDo not truncate the output on large messages, but switc...
2007-10-11 cheriermreturn NULL to avoid that the function returns an inval...
2007-10-11 cheriermthis directory contains all the projects of the exemple...
2007-10-11 cheriermadd the project group of simgrid (contains the msg...
2007-10-11 cheriermdelete the account of the buildbot
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-11 mquinsonDo truncate files before writting into it (gras file...
2007-10-10 mquinsonErm. Really revalidate this dataset (old one must be...
2007-10-10 mquinsonRevalidate this dataset after the move to full blown...
2007-10-10 mquinsonLet's play safe here and don't loose the first char...
2007-10-10 mquinsoncosmetics
2007-10-10 mquinsonDisplay hexa representation of the borken header if...
2007-10-10 mquinsonChange completely the test to use messages instead...
2007-10-10 mquinsonDo display where the exception comes from when dealing...
2007-10-10 mquinsoncosmetics
2007-10-10 mquinsonDo not use recv() but read() to check whether a socket...
2007-10-10 mquinsonKill old cruft
2007-10-10 mquinsonAnd now, make sure that the logging of the log module...
2007-10-10 mquinsonSome more debugging, plus killing a stupid bug: when...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
2007-10-09 mquinsonWhen the logs are not usable because we are before...
2007-10-09 mquinsonSome comments in the initalization of categories. Once...
2007-10-05 mquinsonOther useless copyright notice updates
2007-10-05 mquinsonGot bored during a meeting: fix the copyright notice...
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsonMark data as extern; hopefully it'll help the macOSx...
2007-10-04 mquinsoncosmetics around portability
2007-10-04 mquinsonkill some misplaced portability bits, leftover from...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 mquinsonCleanup parts of malek's mess: reintroduce the bunch...
2007-10-04 mquinsonAdd the indent command line to the coding style
2007-10-04 mquinsonLet's learn a bit of svn syntax to not tell ugly things...
2007-10-04 mquinsonautogenerated
2007-10-04 mquinsonautogenerated
2007-10-04 mquinsonAllow to change the execution environment in this test...
2007-10-04 cheriermnow the simgrid dll is named simgrid so i have destroye...
2007-10-04 mquinsonignore cruft
2007-10-04 cheriermuse snprintf of Visual C++
2007-10-04 cheriermNow the java processes don't use the native locks so...
2007-10-04 cheriermNow the java processes don't use the native locks
2007-10-04 cheriermsorry martin but i really need the portable.h inclusion
2007-10-04 cheriermthe xbt_thread_create function must use a function...
2007-10-04 cheriermdeclare portable snprintf and vsnprintf functions for...
2007-10-04 cheriermthe first pointer of the xbt_thread_create() function...
2007-10-04 cheriermuncomment the special definition of XBT_LOG_NEW_DEFAULT...
2007-10-04 cheriermI just add two function pointer types.
next