-
Notifications
You must be signed in to change notification settings - Fork 497
/
ChangeLog
51 lines (40 loc) · 1.85 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2012-08-21 Tencent Inc. <[email protected]>
* blade: version 1.0
* initialize opensource release
2012-12-25 Tencent Inc. <[email protected]>
* Add is_debug for build_target
* Add prompt message to source bashrc after install blade
* Skip making duplicate prebuit lib symlink and remove useless warning
* Add graphviz output to blade query command.
* Do not exit when symlink existed
* Fixed loop dependency detecting in recursive method
* Updated user manual-config part of blade_user_manual.pdf
* Allow libs in global config files starts with '//'
2013-02-21 Tencent Inc. <[email protected]>
* Fix readlink compatible issue, enable run blade on MAC.
* Add cpp_flags, c_flags, cxx_flags to cc_config
* Dump the CC CPP CXX LD at startup
* Add prompt message to source bashrc after install blade
* Refactoring configure
* Add -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
to enable full functional stdint.h and inttypes.h for C++
2013-03-21 Tencent Inc. <[email protected]>
* Make test run easier and python 2.6 compatible.
* Fix problem of no response to ctrl-c when run tests
* Support --gcov for gcc 3.x
* Enlarge the size of stack size warning to 64+8k
2013-04-23 Tencent Inc. <[email protected]>
* Support thrift_library (thanks iQIYI)
* Add 'warnings' option to cc_config, so you can custom warning,
see the blade.conf for example.
* Add 'export_incs' to cc_library, see example/extra for usage, thanks to
whuwxl.
* Fix bug of detecting ccache installation. thanks to yeshunping.
2013-05-25 Tencent Inc. <[email protected]>
* Add cc_config:optimize config option, see blade.conf
* Fix command line parsing bug on python 2.7.0.
* Support python 2.4 now.
* Th install command support zsh.
* Integrate cpplint in to blade, thanks to yehsunping.
* Update Documentations.
Copyright 2012, 2013 Tencent, Inc.