openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
B
Bakefile
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 19, 2024 — Jun 19, 2025
Showing page 26 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add GnuCXXompiler.
Vaclav Slavik
More...
almost 14 years ago
Removed the AUTHORS file in favor of git log.
Vaclav Slavik
More...
almost 14 years ago
Updated copyright notifications.
Vaclav Slavik
More...
almost 14 years ago
Add simple makefile.
Vaclav Slavik
More...
almost 14 years ago
Add --verbose flag.
Vaclav Slavik
More...
almost 14 years ago
Detect old Bakefile files.
Vaclav Slavik
More...
almost 14 years ago
Better ctor for ast.Position, with arguments.
Vaclav Slavik
More...
almost 14 years ago
Conversion to git: change .bzrignore to .gitignore.
Vaclav Slavik
More...
over 15 years ago
Reworked properties to be queried on demand.
Vaclav Slavik
More...
over 15 years ago
Clarified how recursive get_variable() works.
Vaclav Slavik
More...
over 15 years ago
Generate properties docs.
Vaclav Slavik
More...
over 15 years ago
Added api.Extension.all_properties() helper.
Vaclav Slavik
More...
over 15 years ago
Have only static methods in makefile.Formatter class; don't create instance of it, because they aren't needed, the formatter doesn't have a state.
Vaclav Slavik
More...
over 15 years ago
Added ANCHOR_BUILDDIR for specifying paths that are relative to the builddir. Also use it in get_compilation_subgraph().
Vaclav Slavik
More...
over 15 years ago
Removed ANCHOR_SRCDIR. Only ANCHOR_TOP_SRCDIR is left in.
Vaclav Slavik
More...
over 15 years ago
Removed expr.EvalContext, it turns out as not useful.
Vaclav Slavik
More...
over 15 years ago
Use @abstractmethod decorator to mark virtual methods on bkl.api extensions that must be implemented by extension implementations.
Vaclav Slavik
More...
over 15 years ago
Introduced two new classes for easier manipulation of expressions: expr.Visitor and expr.Formatter.
Vaclav Slavik
More...
over 15 years ago
More efficient Builder._ast_dispatch: don't always create it in ctor, make it a class variable instead.
Vaclav Slavik
More...
over 15 years ago
Added basics of syntax highlighting for the docs. This uses Pygments and so is reusable elsewhere too. The lexer is far from complete -- or even correct -- but it's a start.
Vaclav Slavik
More...
over 15 years ago
Added basics of tutorial/langref docs. Nothing in there, except comments spec.
Vaclav Slavik
More...
over 15 years ago
Fixed gen_reference to work after API changes to extensions enumeration.
Vaclav Slavik
More...
over 15 years ago
Added a note about how to implement required properties.
Vaclav Slavik
More...
over 15 years ago
Skip __init__.py when importing plugins from a directory.
Vaclav Slavik
More...
over 15 years ago
Don't allow importing two bkl plugins with the same name.
Vaclav Slavik
More...
over 15 years ago
Added PathExpr.{get,change}_extension() and use them in code for determining build graph for compilation.
Vaclav Slavik
More...
over 15 years ago
Format path expressions in makefile output.
Vaclav Slavik
More...
over 15 years ago
Properly obtain list of all possible source files in get_compilation_subgraph().
Vaclav Slavik
More...
over 15 years ago
fixed simplification of concatenated literals
Vaclav Slavik
More...
over 15 years ago
fixes to the concat test
Vaclav Slavik
More...
over 15 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree