fa777a9b89- First try for the second libnode V3 implementation: - ND_Handler_Open_Default() implemented.Arnaud G. GIBERT2024-06-12 23:26:26 +0200
6339c66000- First implementation test: - Init + Open handlers called in DatatStruict_Open_I() API. - Works but too complicated... - Second implementation should now be tested.Arnaud G. GIBERT2024-06-12 12:38:48 +0200
2417b2829e- Rename ND_DataStruct_Alloc() & ND_DataStruct_Free() into ND_Alloc() & ND_Free(), - Use ND_Alloc() & ND_Free() into ndbench.Arnaud G. GIBERT2024-05-04 12:10:31 +0200
afbf19b5a3- Add ND_DataStruct_Alloc() & ND_DataStruct_Free() to help memory allocation inside a manager.Arnaud G. GIBERT2024-05-03 17:00:00 +0200
c52ced19c5- Add NDT_Root pointer to NDT_Allocator & NDT_Deallocator functions, - API Break!Arnaud G. GIBERT2024-05-03 00:24:51 +0200
e919b5d83c- fix a bug in ND_DataStruct_Value_Remove() call in ndbech.Arnaud G. GIBERT2024-04-28 17:29:28 +0200
0d4b1d3125Update version from 2.1 to 2.2, Change Mandrake to Mandriva.
agibert
2010-06-06 21:29:44 +0000
ec7a688881Add -fPIC flag in .c to .o makefile rule.
agibert
2010-06-06 21:28:14 +0000
90eb853801Add LibNode 2.2 support: Use ND_VA_* macros in manager.
agibert
2010-06-06 21:27:12 +0000
8cfdf696d1Add support C99 va_arg for curent gcc (4.4.1), Add ND_VA_* macros to help manager varargs, Update Managers to use ND_VA_* macros, Add example manager template in public node.h file.
agibert
2010-06-06 21:26:31 +0000
986c67d2fcAdd 2.1.1-1 entry: Improve LibShMem support by restricting OpenStruct tracking on local DataStruct (Manager_Ptr != NULL).
agibert
2005-06-27 00:23:19 +0000
b7ce3250e1In Library Debug Mode, only perform OpenStruct tracking on local DataStruct: Manager_Ptr != NULL. Improve LibShMem support.
agibert
2005-06-26 22:41:10 +0000
97d57e391fAdd Makefile.var auto version label detection to 2.0.7-1 entry.
libnode-2_0_7-1
agibert
2005-01-19 23:40:40 +0000
d1778a5431Add PROG_VERSION_NAME varible auto filling from CVS TAG.
agibert
2005-01-19 23:30:05 +0000
416ee6de00Update release to libnode-2.0.7-1.
agibert
2005-01-19 23:02:30 +0000
8c1000401dReorder priority... Remove need of debuging !
agibert
2005-01-19 22:37:44 +0000
11f4f585b3Update to 2.0.7 release.
agibert
2005-01-19 22:34:04 +0000
0990ad102dAdd Linux 2.6.x and Windows XP.
agibert
2005-01-19 22:32:05 +0000
da9d517e9aAdd 2.0.7-1 entry: should be the final release of the 2.0 branch and minor bug fixes in ND_*_Info_Print() functions and ND_Library_StdErr_Set alias defines.
agibert
2005-01-19 22:29:05 +0000
f8f96b1ec8Fix CFLAGS definition. Previous prevents to set debug mode...
agibert
2005-01-19 16:50:19 +0000
b49d497bfbAdd unconditionally -rdynamic and -ldl to CFLAGS.
agibert
2005-01-11 21:03:53 +0000
80665f9931Add dynamic symbol support to ND_Allocator_Exec_I(), ND_Desallocator_Exec_I(), ND_Manager_Exec_I() and ND_Manager_Exec_VI() functions, in order to add LibShMem support. Break NDT_Allocator() API !!! Win32 not compatible... 8^( Code Cleanup.
agibert
2005-01-11 20:57:04 +0000
1d9539466dFix ND_Library_StdErr_Set alias defines.
agibert
2005-01-11 16:27:13 +0000
3ce278d6e5Fix printf into fprint in ND_*_Info_Print() functions.\n
agibert
2005-01-11 16:17:44 +0000
7c96ad706bImplement signal support for Windows target, Fix NDT_Root header for HP compilation: Index default number goes from 0 to 1.
agibert
2004-08-23 22:47:22 +0000
c70c4e5abaAdd final updates in libnode (ND_Check for Windows target) and *Break cmd for ndbench.
agibert
2004-08-23 22:45:17 +0000
7f142acda3Add re-implementation of address checking in 2.0.6-1 entry. Fix Micot project spelling.
agibert
2004-08-02 21:33:53 +0000
64baaa1bc5Re-implement for unix target, address checking in ND_Address_Check: now use sigaction() and siglingjmp() instead of signal(). Minor code clean-up.
agibert
2004-08-02 21:26:03 +0000
77330558f0Add 2.0.6-1 entry, Add TIMA project reference in 2.0.0-alpha1 entry, extend -*- separators from 80 to 132 cols.
agibert
2004-08-02 00:25:43 +0000
126de83bc9Add a check version of executables: *-c (ND_MODE=1).
agibert
2004-08-01 23:34:31 +0000
8541d83655Add OpenStruct tracing support in ND_Library_Open(), ND_Library_Close(), ND_DataStruct_Open() and ND_DataStruct_Close(), Create NDG_Base global structure variable and move all the sparced global variables into it, ND_Library_Open() call is now mandatory, Add library open test in *_C() functions, Code cleaning, Fix code indentation.
agibert
2004-08-01 23:18:37 +0000
6ded620c00Add lib subdir to libver, Change _LIBVER_SUPPORT by LIBVER_SUPPORT.
agibert
2003-01-23 00:25:19 +0000
0514715693Add lib subdir to libver, Change _LIBVER_SUPPORT by LIBVER_SUPPORT, Fix unexported local symbols by adding -rdynamic flag in linking.
agibert
2003-01-23 00:24:36 +0000
c4969560a3Fix bad VER_INFO_EXPORT module name...
agibert
2003-01-23 00:23:08 +0000