Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-22Merge pull request #2 from Unity-Technologies/fix-licenseHEADunity-release-7_4Joshua Peterson
2021-01-22Add a proper license markdown fileJosh Peterson
2021-01-22Remove the COPYING file from this repositoryJosh Peterson
2019-11-08Use LF line endings to fix cygwin builds.Jonathan Chambers
2019-09-11Remove test from configure since we deleted folderJonathan Chambers
2019-09-11Remove test from configure since we deleted folderJonathan Chambers
2019-05-15Merge pull request #1 from Unity-Technologies/remove-gpl-codeJoshua Peterson
2019-05-15Remove GPL licensed code from the repoJosh Peterson
2018-09-10Add support for building this on UWP/arm64.Tautvydas Žilys
2014-05-02[7.4.2]Ivan Maidanski
2014-05-02Update ChangeLog fileIvan Maidanski
2014-05-02Fix a typo in doc/README.txt (remove redundant "an" article)Jan-Erik Rediger
2014-05-02Update emails/links due to project site transitionIvan Maidanski
2013-11-17[7.4.0]libatomic_ops-7_4_0Ivan Maidanski
2013-11-17Put README.md to 'dist' package (Automake)Ivan Maidanski
2013-11-10Update ChangeLog fileIvan Maidanski
2013-09-12Convert README to Markdown formatIvan Maidanski
2013-09-03Remove broken link to INSTALL file from READMEIvan Maidanski
2013-08-31Put autogen.sh to 'dist' package (Automake)Ivan Maidanski
2013-08-31.gitignore: Ignore test-driver (generated by autoreconf)Ivan Maidanski
2013-08-31.gitignore: Ignore test*.log, test*.trsIvan Maidanski
2013-08-21Update ChangeLog fileIvan Maidanski
2013-08-17Do not use LDREXD/STREXD for Clang3.2/arm (and earlier)Ivan Maidanski
2013-08-17Fix ARM char/short fetch_and_add and double-CAS operands width (GCC/Clang)Ivan Maidanski
2013-08-17Fix ARMv7 LDREXD/STREXD double-wide operand specification (GCC/Clang)Ivan Maidanski
2013-08-17Tests: workaround GCC 4.4.3 warning reported for list_atomic.c 'val'Ivan Maidanski
2013-08-17Support ARMv8 target (gcc/arm)Ivan Maidanski
2013-08-17tests: Fix makefile sed rule for list_atomicIvan Maidanski
2013-08-14tests: Add char/short/int/AO_double_t and dd_acquire cases to list_atomicIvan Maidanski
2013-08-11tests: Add and/or/xor entries to list_atomicIvan Maidanski
2013-08-11tests: Parameterize list_atomic template with XSIZEIvan Maidanski
2013-08-11list_atomic: Add makefile rule to test list_atomic.template syntaxIvan Maidanski
2013-08-11tests: Do not use deprecated AO_T and AO_TS_TIvan Maidanski
2013-07-30Fix typo in comment of generalize-small.templateIvan Maidanski
2013-05-26Add comment about store_full implementation for x86Ivan Maidanski
2013-05-26Add non-generalized double-CAS-full implementation for AArch64Ivan Maidanski
2013-05-26Define AO_NO_PTHREADS in configure if no pthreads (Win32 and VxWorks)Ivan Maidanski
2013-05-26Better document configure THREADDLLIBS variableIvan Maidanski
2013-05-26Update AUTHORSIvan Maidanski
2013-05-26Enable build using toolchain without pthreadsGilles Talis
2013-04-08Add comment about double-wide load/store on x86_64 (GCC)Ivan Maidanski
2013-04-08Fix generalized store_release_write for double-wide type on x64 (GCC)Ivan Maidanski
2013-04-03Update AUTHORSIvan Maidanski
2013-04-03Fix AM_CONFIG_HEADER in configure for autoconf-2.69-1Manuel Serrano
2013-03-29Generalize double_load/store for x86_64 (GCC)Ivan Maidanski
2013-03-29Fix fetch_compare_and_swap asm constraints in gcc/x86.hIvan Maidanski
2013-03-29Reformat asm instructions of sunc/x86.hIvan Maidanski
2013-03-29Fix asm constraints of primitives in sunc/x86.hIvan Maidanski
2013-03-16Merge branch 'add-aarch64-support'Ivan Maidanski
2013-03-13Fix asm constraint of CAS memory operand for gcc/alphaIvan Maidanski