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
F
fgoujeon's scalpel
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 21 hours
ago.
Nov 29, 2024 — Nov 29, 2025
Showing page 1 of 36
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Semantic analysis: value of enum constants OK
Florian Goujeon
More...
over 13 years ago
Copyright 2012
Florian Goujeon
More...
almost 14 years ago
Missing dependencies in test's CMakeLists.txt
Florian Goujeon
More...
almost 14 years ago
Correction of a testfile
Florian Goujeon
More...
about 14 years ago
Compile-time evaluation of conversion to bool OK
Florian Goujeon
More...
about 14 years ago
bin/test now gives the input and test files when a test fails
Florian Goujeon
More...
about 14 years ago
- reorganization of the expression evaluation related source code files - evaluation of negation, logical negation and complement OK
Florian Goujeon
More...
about 14 years ago
Evaluation of binary logical operations OK
Florian Goujeon
More...
about 14 years ago
Evaluation of bitwise operations OK
Florian Goujeon
More...
about 14 years ago
Factorization of the expression evaluation related code using preprocessor macros
Florian Goujeon
More...
about 14 years ago
Equality operator evaluation OK
Florian Goujeon
More...
about 14 years ago
Testfiles fixed
Florian Goujeon
More...
about 14 years ago
Relational expression evaluation OK, except when rhs is signed and lhs is unsigned (or vice versa)
Florian Goujeon
More...
about 14 years ago
Simplification of expression evaluation
Florian Goujeon
More...
about 14 years ago
Compile-time evaluation of addition, subtraction, multiplication, division and modulo expressions OK
Florian Goujeon
More...
about 14 years ago
New test case for member variable access
Florian Goujeon
More...
about 14 years ago
- Deletion of utility::unique_ptr_vector - old utility::unique_ptr_vector objects replaced by std::vector of std::unique_ptr - new class template utility::unique_ptr_vector_range<T>, used to give access to the objects of a vector without giving access to the vector itself
Florian Goujeon
More...
about 14 years ago
Semantic analysis of member variable (and bit-field) access expressions
Florian Goujeon
More...
about 14 years ago
Semantic analysis of member access expressions for slightly less simple cases (member_variable and bit_field objects which are members of class_ object, with inheritance)
Florian Goujeon
More...
about 14 years ago
Semantic analysis of member access expressions for slightly less simple cases (member_variable objects which are members of class_ object, with inheritance)
Florian Goujeon
More...
about 14 years ago
Semantic analysis of member access expressions for simple cases (member_variable objects which are members of class_ object, without inheritance)
Florian Goujeon
More...
over 14 years ago
semantic_entities::member_access (enum of PUBLIC, PROTECTED AND PRIVATE) renamed member_accessibility
Florian Goujeon
More...
over 14 years ago
Linkage of function calls OK
Florian Goujeon
More...
over 14 years ago
Semantic analysis of simple function calls OK for slightly less basic cases (with arguments but still without overloading)
Florian Goujeon
More...
over 14 years ago
Semantic analysis of function call expressions OK for basic cases (simple free functions without argument nor overloading)
Florian Goujeon
More...
over 14 years ago
Semantic analysis of postfix increment/decrement expressions OK for fundamental types
Florian Goujeon
More...
over 14 years ago
Semantic analysis of sizeof OK
Florian Goujeon
More...
over 14 years ago
Semantic analysis: sizeof applied to types OK
Florian Goujeon
More...
over 14 years ago
- semantic_entities::enum_constant_list moved in its own new file - enum_t and member_enum_t renamed back to enum_ and member_enum (as they're not typedefs anymore)
Florian Goujeon
More...
over 14 years ago
Linkage of expressions including enum constants OK
Florian Goujeon
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
…
35
36
→
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