| Commit message (Expand) | Author | Age | Files | Lines |
* | Use clang++ rather than clang to ensure we get the C++ runtime libraries | lloyd | 2010-08-09 | 1 | -1/+1 |
* | The Perl configure put the doxy file into doc/, while the Python one | lloyd | 2010-06-22 | 2 | -4/+4 |
* | Change how OS X install_name is set. I don't know anything about this | lloyd | 2010-06-11 | 1 | -1/+1 |
* | Minor tweaks | lloyd | 2010-06-10 | 1 | -2/+6 |
* | Quote so backslash doesn't get lost | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Add a simple make install for Windows/nmake | lloyd | 2010-06-10 | 1 | -35/+13 |
* | Don't want a colon here | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Set lib basename to just botan not libbotan | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Final DLL link fixes | lloyd | 2010-06-10 | 2 | -1/+5 |
* | Use the compiler instead of link to genererate the DLL | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Fix clean/distclean targets for nmake | lloyd | 2010-06-10 | 1 | -1/+3 |
* | Fix static builds, bad var name in nmake file | lloyd | 2010-06-10 | 1 | -1/+1 |
* | Backport fixes for DLL builds on Windows | lloyd | 2010-06-10 | 1 | -2/+8 |
* | Fix export/import flags for VC DLLs | lloyd | 2010-06-10 | 2 | -2/+2 |
* | Use using directives to bring parent members of vector types into | lloyd | 2010-06-09 | 1 | -0/+42 |
* | Add support for the InnoSetup installer. This will not work right now | lloyd | 2009-11-25 | 1 | -0/+74 |
* | Add alias for ppc64 as 'powerpc64' for Gentoo ebuild | lloyd | 2009-10-28 | 1 | -0/+4 |
* | Rename all of the build-data files with a .txt extension, and filter for | lloyd | 2009-10-13 | 47 | -0/+0 |
* | Use the default ABI instead of forcing n32 for mips32 | lloyd | 2009-08-10 | 3 | -33/+21 |
* | Add compiler settings for the Open64 (http://www.open64.net/) compiler, | lloyd | 2009-08-03 | 1 | -0/+30 |
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 2 | -0/+12 |
* | Add an alias armv5tel for xscale, fixes autodetection for both Perl and | lloyd | 2009-07-23 | 1 | -0/+1 |
* | Disable STRIP_CODE_COMMENTS for Doxygen output | lloyd | 2009-07-21 | 1 | -1/+1 |
* | Add some aliases for 586/686 to match against what platform produces on WinXP | lloyd | 2009-07-02 | 1 | -0/+3 |
* | propagate from branch 'net.randombit.botan' (head db0cdfa10718d2065e52b6753d1... | lloyd | 2009-07-02 | 1 | -1/+9 |
|\ |
|
| * | Macro defines are split up in the build.h template now | lloyd | 2009-07-02 | 1 | -1/+9 |
* | | Use just %{version} instead of combining sub-parts needlessly in nmake.in | lloyd | 2009-07-02 | 1 | -5/+1 |
|/ |
|
* | s/build-dir/build_dir/ in unix.in and nmake.in, missed them | lloyd | 2009-07-01 | 2 | -8/+8 |
* | Change the makefile template language somewhat. Previously variables | lloyd | 2009-07-01 | 7 | -121/+121 |
* | Make the install_cmd_{data,exec} items in the build-data files quoted, | lloyd | 2009-07-01 | 4 | -13/+6 |
* | Patch to fix --as-needed bug was slightly wrong: linked to -lbotan-@{version}, | lloyd | 2009-06-06 | 1 | -1/+1 |
* | Fix Gentoo bug 272242 | lloyd | 2009-06-06 | 1 | -2/+2 |
* | Allow for the shared library soname to stay fixed even when the version | lloyd | 2009-05-13 | 2 | -13/+6 |
* | Place -lbotan before the other -l flags in the output of | lloyd | 2009-04-11 | 1 | -2/+2 |
* | Use Libs.private for listing dependencies in pkg-config, this leads to | lloyd | 2009-03-28 | 1 | -1/+2 |
* | Argh. Using printf in botan-config didn't work either, because some | lloyd | 2009-01-21 | 1 | -3/+3 |
* | In pkg-config, don't link against a specific version number (eg -lbotan-1.8.0) | lloyd | 2008-11-24 | 1 | -1/+1 |
* | Use TR1 by default with GNU C++ and Intel C++, since all recent versions of | lloyd | 2008-11-17 | 2 | -0/+4 |
* | Don't link against explict version in botan-config (breaks with static libs) | lloyd | 2008-11-13 | 1 | -1/+1 |
* | Make installation a little noisier | lloyd | 2008-11-13 | 2 | -4/+4 |
* | Make the level of key consistency checking performed be a build constant | lloyd | 2008-11-11 | 1 | -0/+5 |
* | In Makefiles and pkg-config / botan-config, use -lbotan-@{var:version} | lloyd | 2008-11-07 | 4 | -4/+4 |
* | Don't hard code name in botan-config.in | lloyd | 2008-11-07 | 1 | -1/+1 |
* | Swap workspace and prod vars in botan-config.in, easier to enable workspace use | lloyd | 2008-11-07 | 1 | -5/+5 |
* | Provide pkg-config file as botan-$major$minor.pc, so it can be used like: | lloyd | 2008-11-06 | 2 | -5/+5 |
* | Use Opteron as default submodel, otherwise bogus GCC flags if only arch detec... | lloyd | 2008-11-04 | 1 | -1/+1 |
* | Add alias for Intel T2250. Based on /proc/cpuinfo sent by Benjamin Lau | lloyd | 2008-10-24 | 1 | -0/+1 |
* | Added prescott submodel to ia32 architecture, including aliases for | markus | 2008-10-24 | 1 | -0/+7 |
* | Use -O2 instead of -O3 with Intel C++ | lloyd | 2008-10-22 | 1 | -1/+1 |
* | Install pkg-config file to /lib/pkgconfig | lloyd | 2008-10-22 | 2 | -5/+13 |