Vinnie Falco
da21c77ae3
Support per-target ExcludeFromBuild in VSProject
2015-02-26 21:02:35 -05:00
Scott Determan
b8c716a918
VSProject: Handle tuples in CPPDEFINES:
...
The VSProject generator now handles tuples in addition to strings and
dicts when converting environment variables such as CPPDEFINES.
2015-01-21 15:20:06 -08:00
Howard Hinnant
f0f082d3e3
Fix OS X version parsing/error related to OS X 10.10 update.
2014-10-22 19:29:28 -07:00
sublimator
4f515adafe
Normalize sort paths in Visual Studio project generator
2014-09-08 11:17:40 -07:00
Tom Ritchford
c7c9a725b8
Compile git tags now include name and branch. (RIPD-493)
2014-08-22 18:10:17 -04:00
Tom Ritchford
8b59a2f6b6
Add the git tag to the compile (RIPD-238)
2014-08-08 19:16:33 -07:00
evhub
ee570a49d0
More fixes to VSProject sorting algorithm
2014-07-30 08:56:54 -07:00
evhub
7a92ac91d0
Fix VSProject item sorting (again)
...
Conflicts:
src/beast/site_scons/site_tools/VSProject.py
2014-07-15 12:51:57 -07:00
evhub
e68b989af5
Fix VSProject item sorting:
...
* Use object type in the sort key
* Call _key recursively over containers
* Prevent passing of iterators to xsorted
* Fix VSProject generator with new sorting
2014-07-14 10:04:07 -07:00
Vinnie Falco
875f4c87ff
Fix bug in VSProject when no LIBPATH in env
2014-06-26 12:03:51 -07:00
Vinnie Falco
b11e857148
Fix case-sensitivity for NOLOGO in booltable
2014-06-18 17:04:31 -07:00
evhub
0568a40d8d
Fixes to VSProject generator:
...
* Canonical sorting for all platforms
* Fix incorrect path separator
* Filter predefined duplicate environment switches
2014-06-18 16:38:26 -07:00
evhub
8cd2ba48fc
Process switches with regex in VSProject generator:
...
* Handles "DisableSpecificWarnings" switches
2014-06-16 19:01:28 -07:00
Miguel Portilla
97a1af43ed
Fix VSProject.py extra dot
2014-06-05 17:47:46 -07:00
Tom Ritchford
dda5fd7390
Check for openSSL version in SConstruct.
...
* Uses the platform specific openssl binary to detect the current version.
2014-06-02 10:56:21 -07:00
Vinnie Falco
ce8f56727e
Make all include paths relative to a root directory:
...
* Better include path support in the VSProject scons tool.
* Various manual fixes to include paths.
2014-06-02 09:16:28 -07:00
Vinnie Falco
d9755d33d0
Fix VSProject generator item sort
2014-05-28 16:35:02 -07:00
Vinnie Falco
93021a054b
Improved SConstruct:
...
* Automatic source list built via directory iteration
* Build multiple toolchains and flavors simulaneously:
- Toolchains: gcc, clang, msvc
- Flavors: debug, release
* Documentation on aliases (top of the SConstruct file)
2014-05-27 15:23:50 -07:00
Vinnie Falco
bf4dd0cbde
Beast SCons tools:
...
* Add VSProject SCons Builder
* Add Protoc SCons Builder
* Add Beast build utilities python module
2014-05-27 15:23:49 -07:00