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

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-26add faster rlgr1 and rlgr3 functionsJay Sorg
2017-02-25Fix testing i686 compilationPavel Roskin
2017-02-24use const for input dataJay Sorg
2017-02-24use const for input dataJay Sorg
2017-02-24use const for input dataJay Sorg
2017-02-23Setting LDFLAGS is no longer needed for x86_64 -> i386 compilationPavel Roskin
2017-02-23Use AC_LINK_IFELSE to test compiler and nasm compatibilityPavel Roskin
2017-02-22Add test for cross-compilation for i686 machine (#25)Pavel Roskin
2017-02-22Include config_ac.h from architecture specific sourcesPavel Roskin
2017-02-22Fix indentation in src/amd64/Makefile.amPavel Roskin
2017-02-07Convert i386 asm code to ELF PICmirabilos
2017-02-07Free the ebx register from use by the assembly codemirabilos
2017-02-05tests do not need to install, remove EOL white spaceJay Sorg
2017-02-05code cleanup for rfxencode, no logic changeJay Sorg
2017-02-05added test rfxencodeJay Sorg
2017-02-05Add Travis CI supportPavel Roskin
2017-02-04Split architecture-specific code into separate filesPavel Roskin
2017-02-04Create makefiles in architecture-specific directoriesPavel Roskin
2017-02-04Fix formatting to match coding standardsPavel Roskin
2017-02-04Add include/Makefile.amPavel Roskin
2017-02-04Use calloc() to allocate zeroed memoryPavel Roskin
2017-02-04Don't add ../include to the include pathPavel Roskin
2017-02-04Define RFX_USE_ACCEL_AMD64 and RFX_USE_ACCEL_X86 in config_ac.hPavel Roskin
2017-02-04Include <config_ac.h> from every *.c filePavel Roskin
2017-02-04Recognize kFreeBSD just like FreeBSDPavel Roskin
2017-02-04Rename acinclude.m4 to m4/nasm.m4Pavel Roskin
2017-01-20Merge pull request #9 from proski/silentjsorg71
2017-01-20Merge pull request #10 from neutrinolabs/masterjsorg71
2017-01-10Merge pull request #8 from proski/gitignorejsorg71
2017-01-10Make nasm compilation respect silent make settingPavel Roskin
2017-01-10Enable silent rules by defaultPavel Roskin
2016-12-21Add m4/.gitignore, ignore files added by libtoolizePavel Roskin
2016-12-20Merge pull request #7 from neutrinolabs/develv0.1.0Idan Freiberg
2016-12-20Merge pull request #6 from proski/pkgconfigIdan Freiberg
2016-12-20Use PKG_INSTALLDIR macro to specify *.pc install locationPavel Roskin
2016-12-17Merge pull request #5 from proski/nasmjsorg71
2016-12-17Don't pass "--tag NASM" to libtool, no version of libtool needs itPavel Roskin
2016-11-11Allow accessing assembly functions from C++ codePavel Roskin
2016-11-11Add missing .text section declarationsPavel Roskin
2016-11-11Add declaration for rfxcodec_encode_dwt_shift_x86_sse41()Pavel Roskin
2016-10-28Merge pull request #4 from proski/stack-noexecItamar Reis Peixoto
2016-10-28Add .note.GNU-stack section to asm sources to make stack non-executablePavel Roskin
2016-10-23Merge pull request #3 from proski/develjsorg71
2016-10-16Add pkgconfig configuration, including that for uninstalled sourcesPavel Roskin
2016-10-16Remove all undocumented EXTRA_* variablesPavel Roskin
2016-10-16Don't use prefix for anything but installationPavel Roskin
2016-10-16Don't create empty files, Automake doesn't require themPavel Roskin
2016-10-16Fix "make distcheck"Pavel Roskin
2016-02-12change encode function nameJay Sorg
2016-02-12change encoder create function nameJay Sorg