summaryrefslogtreecommitdiffstats
path: root/Configurations
AgeCommit message (Expand)Author
2020-07-15To generate makefile with correct parameters for WinCE.aSoujyuTanaka
2020-06-27Configuration: do not overwrite BASE_unix ex_libs in AIXAttila Szakacs
2020-05-15Configure: Avoid SIXTY_FOUR_BIT for linux-mips64Orgad Shaneh
2020-03-29fix generated Makefile for Windows builds made on *nix (1.1.1d)Viktor Szakats
2020-02-15VMS: Adapt descrip.mms template to the changed inclustion dirsRichard Levitte
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2019-12-11Fix some typosVeres Lajos
2019-11-05Configure: Make --strict-warnings meaningful with MSVC clRichard Levitte
2019-10-31Fix find/rm command in Unix clean recipeTanzinul Islam
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-07Remove x86/x86_64 BSAES and AES_ASM supportBernd Edlinger
2019-08-12Configurations/unit-Makefile.tmpl: Don't clean away dotted filesRichard Levitte
2019-07-31Fix TyposAntoine Cœur
2019-07-25Fix default installation paths on mingwRichard Levitte
2019-06-04Remove last references to DEBUG_SAFESTACKDr. Matthias St. Pierre
2019-05-28Configurations/unix-Makefile.tmpl: not -v for rmRichard Levitte
2019-05-28Configure: link AIX modules correctlyRichard Levitte
2019-05-27Configure: Remove extra warning and sanitizer options from CXXFLAGSRichard Levitte
2019-05-02Add RCFLAGS variable in Windows build file, and use itWojciech Kaluza
2019-02-28Configuration: divide devteam flags into language specific setsRichard Levitte
2019-02-27Ensure configured module specific and application specific defines are usedRichard Levitte
2019-02-19Fix reference to symbol 'main'.Matthias Kraft
2019-02-13Windows/Cygwin dlls need the executable bit setMichael Haubenwallner
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-04Android build: fix usage of NDK home variable ($ndk_var)batist73
2019-01-31VMS: force 'pinshared'Richard Levitte
2019-01-29Android build: use ANDROID_NDK_HOME rather than ANDROID_NDKRichard Levitte
2019-01-04Introduce a no-pinshared optionMatt Caswell
2018-12-12VMS build: better treatment of .S -> .obj compilationRichard Levitte
2018-12-05Configurations/10-main.conf: remove MIPS bn_div_3_words.Andy Polyakov
2018-11-27VMS build: don't forget the generation marker when removing filesRichard Levitte
2018-11-27VMS build: in descrip.mms.tmpl's src2obj, do .S -> .asm tooRichard Levitte
2018-11-24Make sure to run util/mktar.sh from the source directoryRichard Levitte
2018-11-24VMS config: Typo fix, as -> ASRichard Levitte
2018-11-23Remove all 'make dist' artifactsRichard Levitte
2018-11-19Unix build: for mingw and cygwin, create the right location for DLLsRichard Levitte
2018-11-14test/recipes/90-test_shlibload.t needs $target{shared_extension}Richard Levitte
2018-11-09VMS build: colon after target must be separated with a spaceRichard Levitte
2018-11-09Have install targets depend on more precise build targetsRichard Levitte
2018-11-09Allow parallel installRichard Levitte
2018-10-31Configuration: when building the dirinfo structure, include shared_sourcesRichard Levitte
2018-10-31Configurations/15-android.conf: detect NDK llvm-ar.Andy Polyakov
2018-10-31Configurations/15-android.conf: fix implicit __ANDROID_API__ handling.Andy Polyakov
2018-10-29Windows build: build foo.d after foo.objRichard Levitte
2018-10-28iOS config targets: disable "async" by defaultRichard Levitte
2018-10-25Windows: Produce a static version of the public libraries, alwaysRichard Levitte
2018-10-21build file templates: have targets for all shared library namesRichard Levitte
2018-10-19Configurations/15-android.conf: add support for "standalone toolchain".Andy Polyakov
2018-10-17Build file templates: look at *all* definesRichard Levitte
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev