/[svn]/linuxsampler/trunk/src/common/lsatomic.h
ViewVC logotype

Log of /linuxsampler/trunk/src/common/lsatomic.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 2452 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 13 17:26:29 2013 UTC (10 years, 11 months ago) by persson
File length: 7446 byte(s)
Diff to previous 2343 , to selected 1870
* lsatomic.h fixes: seq_cst load and store were suboptimal for x86 and
  broken for ppc64. (Seq_cst loads and stores are actually not used in
  LS, so the bug wasn't noticable.)
* lsatomic.h: added ARMv7 support


Revision 2343 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 29 16:14:45 2012 UTC (11 years, 11 months ago) by persson
File length: 7135 byte(s)
Diff to previous 1887 , to selected 1870
* fixed configure script error with old autoconf versions
* LV2: use the new lv2 package if present
* lsatomic.h: use gcc provided atomic functions if building with gcc
  4.7 and C++11
* added comments in lsatomic.h


Revision 1887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 18 08:17:16 2009 UTC (15 years ago) by persson
File length: 4684 byte(s)
Diff to previous 1870
* bugfix: pitch bend wasn't working with JackMidi, VST, LV2, Mme,
  CoreMidi or AU
* theoretical fix: made SynchronizedConfig follow C++0x memory model
  more strictly


Revision 1870 - (view) (download) (as text) (annotate) - [selected]
Modified Sun Mar 22 16:53:01 2009 UTC (15 years, 1 month ago) by persson
File length: 4681 byte(s)
Diff to previous 1794
* bugfix: low-level lsatomic.h load function was broken on 64-bit
  PowerPC, which probably could cause crashes on that platform
* minor cleanups and optimization in lsatomic.h


Revision 1794 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 30 09:10:07 2008 UTC (15 years, 4 months ago) by persson
File length: 4604 byte(s)
Diff to previous 1792 , to selected 1870
* fixed crash on x86_64, introduced in 2008-11-02 commit (#108)
* fixed configure so it detects x86_64 (#107)


Revision 1792 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 16 19:19:26 2008 UTC (15 years, 5 months ago) by persson
File length: 4550 byte(s)
Diff to previous 1790 , to selected 1870
* fixes for building on OS X


Revision 1790 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Nov 2 12:05:00 2008 UTC (15 years, 5 months ago) by persson
File length: 4556 byte(s)
Diff to selected 1870
* added memory ordering constraints to improve stability on multi-core
  and multi-cpu systems


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC