- Feb 09, 2020
-
-
Sven M. Hallberg authored
it breaks the build with clang.
-
- Jan 11, 2020
-
-
Andrea Shepard authored
-
- Jan 10, 2020
-
-
Andrea Shepard authored
-
Andrea Shepard authored
-
- Dec 12, 2019
-
-
Andrea Shepard authored
-
- Dec 09, 2019
-
-
Andrea Shepard authored
-
- Nov 19, 2019
-
-
picomeg authored
includes like jni.h
-
- May 10, 2019
-
-
Alex Willmer authored
This allows the library to be built and tested with a non-default version of CPython, e.g. scons bindings=python python=python3.6 scons bindings=python python=python3.6 testpython
-
Alex Willmer authored
These have no effect in Python 3.x, they are the default. Enabling them in Python 2.x, enabling them in Python 2.x allows single source compatiblity.
-
- Nov 01, 2016
-
-
Meredith L. Patterson authored
-
- May 22, 2016
-
-
nicolas authored
To homogenize the file and allow keys/strings to be searched easily.
-
nicolas authored
We disable: - the tests (which require glib) although they can be reactivated with the `--tests` command line flag - shared library (lack of export symbol declarations means that although it can be built, no symbol is exported and therefore it can't be used) The `install` target installs the library and headers under the `build` folder, because it's a traditional practice to move libraries to a central location on Windows, unless you are using cygwin. In which case pass `prefix` to the command line. We adapt tools\windows\build_examples.bat to take the library that is built using scons or using tools\windows\build.bat
-
nicolas authored
We will need to use the environment's CC variable to make decisions that apply to windows compiling and linking. Therefore we move some existing sections below the set up of env["CC"] and env["CXX"]
-
- Oct 04, 2015
-
-
Meredith L. Patterson authored
-
- Oct 03, 2015
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Dec 07, 2014
-
-
Steven Dee authored
-
Steven Dee authored
-
- Oct 29, 2014
-
-
stewart authored
Scons now doesn't throw away /home/stewart/.nix-profile/lib/pkgconfig:/nix/var/nix/profiles/default/lib/pkgconfig:/run/current-system/sw/lib/pkgconfig, so NixOS can build it
-
- Apr 20, 2014
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Apr 13, 2014
- Mar 17, 2014
-
-
Meredith L. Patterson authored
-
- Jan 16, 2014
- Jan 11, 2014
-
-
Dan Hirsch authored
-
- Jan 04, 2014
-
-
Dan Hirsch authored
-
- Dec 22, 2013
-
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
Meredith L. Patterson authored
-
- Dec 05, 2013
-
-
Dan Hirsch authored
-
Dan Hirsch authored
-
- Dec 03, 2013
-
-
Joe Rozner authored
Wrapping the SHLINKFLAGS in an array rather than as a single string caused the link flags to be passed to clang double quoted. This cuased clang to interpret the flags as a string rather than as a flag which caused the -install_name flag to never be passed to the linker.
-
Dan Hirsch authored
-
- Nov 27, 2013
-
-
Meredith L. Patterson authored
-
- Nov 26, 2013
-
-
Meredith L. Patterson authored
-
- Nov 23, 2013
-
-
Dan Hirsch authored
-