Ros-diffs July 2008

ros-diffs@reactos.org
  • 25 participants
  • 761 discussions

[silverblade] 34349: Sound device I/O completion abstraction. thread.c now handles the overlapped I/O structure allocations etc. and gathers completed I/O requests, tagging them with contextual information within the I/O completion APC. Once the APC returns, the completed I/O requests are passed to a callback routine. This allows wavethread.c to just supply "request" and "I/O completion" callbacks. The I/O completion callback's context data is then cast to WAVEHDR...
by silverblade@svn.reactos.org
16 years, 2 months

[cfinck] 34348: Fix buggy MB_LEN_MAX definition according to MSVC headers
by cfinck@svn.reactos.org
16 years, 2 months

[cfinck] 34347: Revert r34346, it didn't work the way I thought because of different CRT's on every host. Using gcc/g++ as the frontend will link to it automatically. Sorry for the wasted commit.
by cfinck@svn.reactos.org
16 years, 2 months

[cfinck] 34346: Also link host binaries with ld and not gcc/g++. Same change was already done for target binaries in r34187.
by cfinck@svn.reactos.org
16 years, 2 months

[ekohl] 34345: Implement a simple dialog for adding a user to user groups.
by ekohl@svn.reactos.org
16 years, 2 months

[janderwald] 34344: - fix potential buffer overflows spotted by Christoph
by janderwald@svn.reactos.org
16 years, 2 months

[cfinck] 34343: Remixed our Win32 version of ccache: - Mix in parts of a patch by Brant Young, which itself is based on an old patch by Filip (see http://code.google.com/p/ccache-win32/wiki/WhyNativeWin32Ccache) - Change bInheritHandles for the CreateProcess call in failed() to TRUE, so that the compilation of the RC files works (they are preprocessed with gcc and piped to a file) - Add a safe version of mkstemp based on glibc sources, so that we don't run into race condition problems - Use CSID
by cfinck@svn.reactos.org
16 years, 2 months

[fireball] 34342: - Update hlink headers from Wine HEAD.
by fireball@svn.reactos.org
16 years, 2 months

[janderwald] 34341: - implement IShellPropSheetExt handling for file property dialogs for standard file classes - makes shellink property dialog appear again (and many others ; ) )
by janderwald@svn.reactos.org
16 years, 2 months

[silverblade] 34340: Some restructuring to avoid SOUND_DEVICE_INSTANCE containing members only relevant to the a wave device thread. Now there are separate structures for device, device instance, thread, and anything relevant to a wave thread. Extended overlapped I/O structure so that the completion routine can identify the device instance, completed wave buffer and thread-specific data. The completion routine re-submits the same buffer repeatedly at present.
by silverblade@svn.reactos.org
16 years, 2 months
Results per page: