Compare commits

...

22 Commits

Author SHA1 Message Date
457e19c089 [RELEASE] Release v1.0.0 2021-02-16 21:47:05 +01:00
48a7c7932b [DEBUG] update new API of lutin log 2019-05-03 10:18:22 +02:00
57b3afb629 [DEV] update build of sample 2018-10-23 22:12:55 +02:00
861ac881ac [DEV] update new etk file interface 2018-09-18 22:51:05 +02:00
1f5e6637ec [DEV] update etk-core 2018-09-07 23:51:16 +02:00
8a5d7428e9 [DEV] update nullptr in null (specific etk) 2018-06-19 22:15:52 +02:00
0b06079407 [DEBUG] build back sample 2017-11-07 10:19:40 +01:00
98cb59b6d5 [DEV] continue removing STL 2017-09-14 00:59:21 +02:00
a14ae629de [DEV] remove STL 2017-09-07 23:38:26 +02:00
c3837bcc1b [DEV] continue remove stl 2017-08-30 21:20:20 +02:00
2bcb9068aa [DEV] continue removing stl 2017-08-28 00:04:30 +02:00
41b0948466 [DEV] add backtrace for MacOs 2017-08-10 21:40:41 +02:00
f3eac76d16 [DEV] buildroot add target 2017-08-09 23:37:39 +00:00
a12b359191 [DEV/DEBUG] correct android init bug and support multiple init 2017-04-28 21:27:36 +02:00
62b6710c67 [DEBUG] remove the wait in critical log in release 2017-03-16 21:21:20 +01:00
57378a0e03 Change licence APACHE-2 to MPL-2 ==> force source redistribution and permit static link 2017-01-05 21:28:23 +01:00
373f8e33be [DEV] add basic of maximum number line in a log file 2017-01-04 22:31:03 +01:00
2b4f3eaed2 [DEV] add the path creation in the log file when does not exist 2017-01-04 21:52:15 +01:00
7bb072b94c [DEV] change dependency on the ethead in ethread-tools 2016-12-05 23:41:53 +01:00
2a4e73a0a1 [DEBUG] correct the VBO FULL implement 2016-11-08 22:17:47 +01:00
7445e27a1a [DEV] update to Web build mode 2016-11-04 22:54:25 +01:00
681439fe24 [DEV] update dev tag version 2016-10-24 22:23:26 +02:00
20 changed files with 689 additions and 356 deletions

510
LICENSE
View File

@ -1,201 +1,373 @@
Apache License Mozilla Public License Version 2.0
Version 2.0, January 2004 ==================================
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions
--------------
1. Definitions. 1.1. "Contributor"
means each individual or legal entity that creates, contributes to
the creation of, or owns Covered Software.
"License" shall mean the terms and conditions for use, reproduction, 1.2. "Contributor Version"
and distribution as defined by Sections 1 through 9 of this document. means the combination of the Contributions of others (if any) used
by a Contributor and that particular Contributor's Contribution.
"Licensor" shall mean the copyright owner or entity authorized by 1.3. "Contribution"
the copyright owner that is granting the License. means Covered Software of a particular Contributor.
"Legal Entity" shall mean the union of the acting entity and all 1.4. "Covered Software"
other entities that control, are controlled by, or are under common means Source Code Form to which the initial Contributor has attached
control with that entity. For the purposes of this definition, the notice in Exhibit A, the Executable Form of such Source Code
"control" means (i) the power, direct or indirect, to cause the Form, and Modifications of such Source Code Form, in each case
direction or management of such entity, whether by contract or including portions thereof.
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity 1.5. "Incompatible With Secondary Licenses"
exercising permissions granted by this License. means
"Source" form shall mean the preferred form for making modifications, (a) that the initial Contributor has attached the notice described
including but not limited to software source code, documentation in Exhibit B to the Covered Software; or
source, and configuration files.
"Object" form shall mean any form resulting from mechanical (b) that the Covered Software was made available under the terms of
transformation or translation of a Source form, including but version 1.1 or earlier of the License, but not also under the
not limited to compiled object code, generated documentation, terms of a Secondary License.
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or 1.6. "Executable Form"
Object form, made available under the License, as indicated by a means any form of the work other than Source Code Form.
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object 1.7. "Larger Work"
form, that is based on (or derived from) the Work and for which the means a work that combines Covered Software with other material, in
editorial revisions, annotations, elaborations, or other modifications a separate file or files, that is not Covered Software.
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including 1.8. "License"
the original version of the Work and any modifications or additions means this document.
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity 1.9. "Licensable"
on behalf of whom a Contribution has been received by Licensor and means having the right to grant, to the maximum extent possible,
subsequently incorporated within the Work. whether at the time of the initial grant or subsequently, any and
all of the rights conveyed by this License.
2. Grant of Copyright License. Subject to the terms and conditions of 1.10. "Modifications"
this License, each Contributor hereby grants to You a perpetual, means any of the following:
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of (a) any file in Source Code Form that results from an addition to,
this License, each Contributor hereby grants to You a perpetual, deletion from, or modification of the contents of Covered
worldwide, non-exclusive, no-charge, royalty-free, irrevocable Software; or
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the (b) any new file in Source Code Form that contains any Covered
Work or Derivative Works thereof in any medium, with or without Software.
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or 1.11. "Patent Claims" of a Contributor
Derivative Works a copy of this License; and means any patent claim(s), including without limitation, method,
process, and apparatus claims, in any patent Licensable by such
Contributor that would be infringed, but for the grant of the
License, by the making, using, selling, offering for sale, having
made, import, or transfer of either its Contributions or its
Contributor Version.
(b) You must cause any modified files to carry prominent notices 1.12. "Secondary License"
stating that You changed the files; and means either the GNU General Public License, Version 2.0, the GNU
Lesser General Public License, Version 2.1, the GNU Affero General
Public License, Version 3.0, or any later versions of those
licenses.
(c) You must retain, in the Source form of any Derivative Works 1.13. "Source Code Form"
that You distribute, all copyright, patent, trademark, and means the form of the work preferred for making modifications.
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its 1.14. "You" (or "Your")
distribution, then any Derivative Works that You distribute must means an individual or a legal entity exercising rights under this
include a readable copy of the attribution notices contained License. For legal entities, "You" includes any entity that
within such NOTICE file, excluding those notices that do not controls, is controlled by, or is under common control with You. For
pertain to any part of the Derivative Works, in at least one purposes of this definition, "control" means (a) the power, direct
of the following places: within a NOTICE text file distributed or indirect, to cause the direction or management of such entity,
as part of the Derivative Works; within the Source form or whether by contract or otherwise, or (b) ownership of more than
documentation, if provided along with the Derivative Works; or, fifty percent (50%) of the outstanding shares or beneficial
within a display generated by the Derivative Works, if and ownership of such entity.
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and 2. License Grants and Conditions
may provide additional or different license terms and conditions --------------------------------
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise, 2.1. Grants
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade Each Contributor hereby grants You a world-wide, royalty-free,
names, trademarks, service marks, or product names of the Licensor, non-exclusive license:
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or (a) under intellectual property rights (other than patent or trademark)
agreed to in writing, Licensor provides the Work (and each Licensable by such Contributor to use, reproduce, make available,
Contributor provides its Contributions) on an "AS IS" BASIS, modify, display, perform, distribute, and otherwise exploit its
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or Contributions, either on an unmodified basis, with Modifications, or
implied, including, without limitation, any warranties or conditions as part of a Larger Work; and
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory, (b) under Patent Claims of such Contributor to make, use, sell, offer
whether in tort (including negligence), contract, or otherwise, for sale, have made, import, and otherwise transfer either its
unless required by applicable law (such as deliberate and grossly Contributions or its Contributor Version.
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing 2.2. Effective Date
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS The licenses granted in Section 2.1 with respect to any Contribution
become effective for each Contribution on the date the Contributor first
distributes such Contribution.
APPENDIX: How to apply the Apache License to your work. 2.3. Limitations on Grant Scope
To apply the Apache License to your work, attach the following The licenses granted in this Section 2 are the only rights granted under
boilerplate notice, with the fields enclosed by brackets "{}" this License. No additional rights or licenses will be implied from the
replaced with your own identifying information. (Don't include distribution or licensing of Covered Software under this License.
the brackets!) The text should be enclosed in the appropriate Notwithstanding Section 2.1(b) above, no patent license is granted by a
comment syntax for the file format. We also recommend that a Contributor:
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner} (a) for any code that a Contributor has removed from Covered Software;
or
Licensed under the Apache License, Version 2.0 (the "License"); (b) for infringements caused by: (i) Your and any other third party's
you may not use this file except in compliance with the License. modifications of Covered Software, or (ii) the combination of its
You may obtain a copy of the License at Contributions with other software (except as part of its Contributor
Version); or
http://www.apache.org/licenses/LICENSE-2.0 (c) under Patent Claims infringed by Covered Software in the absence of
its Contributions.
Unless required by applicable law or agreed to in writing, software This License does not grant any rights in the trademarks, service marks,
distributed under the License is distributed on an "AS IS" BASIS, or logos of any Contributor (except as may be necessary to comply with
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. the notice requirements in Section 3.4).
See the License for the specific language governing permissions and
limitations under the License. 2.4. Subsequent Licenses
No Contributor makes additional grants as a result of Your choice to
distribute the Covered Software under a subsequent version of this
License (see Section 10.2) or under the terms of a Secondary License (if
permitted under the terms of Section 3.3).
2.5. Representation
Each Contributor represents that the Contributor believes its
Contributions are its original creation(s) or it has sufficient rights
to grant the rights to its Contributions conveyed by this License.
2.6. Fair Use
This License is not intended to limit any rights You have under
applicable copyright doctrines of fair use, fair dealing, or other
equivalents.
2.7. Conditions
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
in Section 2.1.
3. Responsibilities
-------------------
3.1. Distribution of Source Form
All distribution of Covered Software in Source Code Form, including any
Modifications that You create or to which You contribute, must be under
the terms of this License. You must inform recipients that the Source
Code Form of the Covered Software is governed by the terms of this
License, and how they can obtain a copy of this License. You may not
attempt to alter or restrict the recipients' rights in the Source Code
Form.
3.2. Distribution of Executable Form
If You distribute Covered Software in Executable Form then:
(a) such Covered Software must also be made available in Source Code
Form, as described in Section 3.1, and You must inform recipients of
the Executable Form how they can obtain a copy of such Source Code
Form by reasonable means in a timely manner, at a charge no more
than the cost of distribution to the recipient; and
(b) You may distribute such Executable Form under the terms of this
License, or sublicense it under different terms, provided that the
license for the Executable Form does not attempt to limit or alter
the recipients' rights in the Source Code Form under this License.
3.3. Distribution of a Larger Work
You may create and distribute a Larger Work under terms of Your choice,
provided that You also comply with the requirements of this License for
the Covered Software. If the Larger Work is a combination of Covered
Software with a work governed by one or more Secondary Licenses, and the
Covered Software is not Incompatible With Secondary Licenses, this
License permits You to additionally distribute such Covered Software
under the terms of such Secondary License(s), so that the recipient of
the Larger Work may, at their option, further distribute the Covered
Software under the terms of either this License or such Secondary
License(s).
3.4. Notices
You may not remove or alter the substance of any license notices
(including copyright notices, patent notices, disclaimers of warranty,
or limitations of liability) contained within the Source Code Form of
the Covered Software, except that You may alter any license notices to
the extent required to remedy known factual inaccuracies.
3.5. Application of Additional Terms
You may choose to offer, and to charge a fee for, warranty, support,
indemnity or liability obligations to one or more recipients of Covered
Software. However, You may do so only on Your own behalf, and not on
behalf of any Contributor. You must make it absolutely clear that any
such warranty, support, indemnity, or liability obligation is offered by
You alone, and You hereby agree to indemnify every Contributor for any
liability incurred by such Contributor as a result of warranty, support,
indemnity or liability terms You offer. You may include additional
disclaimers of warranty and limitations of liability specific to any
jurisdiction.
4. Inability to Comply Due to Statute or Regulation
---------------------------------------------------
If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Software due to
statute, judicial order, or regulation then You must: (a) comply with
the terms of this License to the maximum extent possible; and (b)
describe the limitations and the code they affect. Such description must
be placed in a text file included with all distributions of the Covered
Software under this License. Except to the extent prohibited by statute
or regulation, such description must be sufficiently detailed for a
recipient of ordinary skill to be able to understand it.
5. Termination
--------------
5.1. The rights granted under this License will terminate automatically
if You fail to comply with any of its terms. However, if You become
compliant, then the rights granted under this License from a particular
Contributor are reinstated (a) provisionally, unless and until such
Contributor explicitly and finally terminates Your grants, and (b) on an
ongoing basis, if such Contributor fails to notify You of the
non-compliance by some reasonable means prior to 60 days after You have
come back into compliance. Moreover, Your grants from a particular
Contributor are reinstated on an ongoing basis if such Contributor
notifies You of the non-compliance by some reasonable means, this is the
first time You have received notice of non-compliance with this License
from such Contributor, and You become compliant prior to 30 days after
Your receipt of the notice.
5.2. If You initiate litigation against any entity by asserting a patent
infringement claim (excluding declaratory judgment actions,
counter-claims, and cross-claims) alleging that a Contributor Version
directly or indirectly infringes any patent, then the rights granted to
You by any and all Contributors for the Covered Software under Section
2.1 of this License shall terminate.
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
end user license agreements (excluding distributors and resellers) which
have been validly granted by You or Your distributors under this License
prior to termination shall survive termination.
************************************************************************
* *
* 6. Disclaimer of Warranty *
* ------------------------- *
* *
* Covered Software is provided under this License on an "as is" *
* basis, without warranty of any kind, either expressed, implied, or *
* statutory, including, without limitation, warranties that the *
* Covered Software is free of defects, merchantable, fit for a *
* particular purpose or non-infringing. The entire risk as to the *
* quality and performance of the Covered Software is with You. *
* Should any Covered Software prove defective in any respect, You *
* (not any Contributor) assume the cost of any necessary servicing, *
* repair, or correction. This disclaimer of warranty constitutes an *
* essential part of this License. No use of any Covered Software is *
* authorized under this License except under this disclaimer. *
* *
************************************************************************
************************************************************************
* *
* 7. Limitation of Liability *
* -------------------------- *
* *
* Under no circumstances and under no legal theory, whether tort *
* (including negligence), contract, or otherwise, shall any *
* Contributor, or anyone who distributes Covered Software as *
* permitted above, be liable to You for any direct, indirect, *
* special, incidental, or consequential damages of any character *
* including, without limitation, damages for lost profits, loss of *
* goodwill, work stoppage, computer failure or malfunction, or any *
* and all other commercial damages or losses, even if such party *
* shall have been informed of the possibility of such damages. This *
* limitation of liability shall not apply to liability for death or *
* personal injury resulting from such party's negligence to the *
* extent applicable law prohibits such limitation. Some *
* jurisdictions do not allow the exclusion or limitation of *
* incidental or consequential damages, so this exclusion and *
* limitation may not apply to You. *
* *
************************************************************************
8. Litigation
-------------
Any litigation relating to this License may be brought only in the
courts of a jurisdiction where the defendant maintains its principal
place of business and such litigation shall be governed by laws of that
jurisdiction, without reference to its conflict-of-law provisions.
Nothing in this Section shall prevent a party's ability to bring
cross-claims or counter-claims.
9. Miscellaneous
----------------
This License represents the complete agreement concerning the subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. Any law or regulation which provides
that the language of a contract shall be construed against the drafter
shall not be used to construe this License against a Contributor.
10. Versions of the License
---------------------------
10.1. New Versions
Mozilla Foundation is the license steward. Except as provided in Section
10.3, no one other than the license steward has the right to modify or
publish new versions of this License. Each version will be given a
distinguishing version number.
10.2. Effect of New Versions
You may distribute the Covered Software under the terms of the version
of the License under which You originally received the Covered Software,
or under the terms of any subsequent version published by the license
steward.
10.3. Modified Versions
If you create software not governed by this License, and you want to
create a new license for such software, you may create and use a
modified version of this License if you rename the license and remove
any references to the name of the license steward (except to note that
such modified license differs from this License).
10.4. Distributing Source Code Form that is Incompatible With Secondary
Licenses
If You choose to distribute Source Code Form that is Incompatible With
Secondary Licenses under the terms of this version of the License, the
notice described in Exhibit B of this License must be attached.
Exhibit A - Source Code Form License Notice
-------------------------------------------
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE
file in a relevant directory) where a recipient would be likely to look
for such a notice.
You may add additional accurate notices of copyright ownership.
Exhibit B - "Incompatible With Secondary Licenses" Notice
---------------------------------------------------------
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.

View File

@ -33,16 +33,16 @@ Developement (dev)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=Android)](http://atria-soft.com/ci/atria-soft/elog) [![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=Android)](http://atria-soft.com/ci/atria-soft/elog)
[![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=IOs)](http://atria-soft.com/ci/atria-soft/elog) [![Build Status](http://atria-soft.com/ci/build/atria-soft/elog.svg?branch=dev&tag=IOs)](http://atria-soft.com/ci/atria-soft/elog)
License (APACHE v2.0) License (MPL v2.0)
===================== =====================
Copyright elog Edouard DUPIN Copyright elog Edouard DUPIN
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Mozilla Public License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 https://www.mozilla.org/MPL/2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,

View File

@ -3,12 +3,12 @@ Elog library {#mainpage}
@tableofcontents @tableofcontents
What is ELOG? {#elog_mainpage_what} What is ELOG? {#elog_mainpage_what}
============= =============
ELOG, or [**EWOL**](http://atria-soft.github.io/ewol) Logger, is a simple wrapper to concataine log with a simple basic macro ELOG_BASE(). ELOG, or [**EWOL**](http://atria-soft.github.io/ewol) Logger, is a simple wrapper to concataine log with a simple basic macro ELOG_BASE().
Where can I use it? {#elog_mainpage_where} Where can I use it? {#elog_mainpage_where}
=================== ===================
Everywhere! EWOL is cross-platform devolopped to support bases OS: Everywhere! EWOL is cross-platform devolopped to support bases OS:
@ -18,28 +18,28 @@ Everywhere! EWOL is cross-platform devolopped to support bases OS:
- Android (mouse + touch) - Android (mouse + touch)
- IOs (touch) - IOs (touch)
What languages are supported? {#elog_mainpage_language} What languages are supported? {#elog_mainpage_language}
============================= =============================
EWOL is written in C++ EWOL is written in C++
Are there any licensing restrictions? {#elog_mainpage_restriction} Are there any licensing restrictions? {#elog_mainpage_restriction}
===================================== =====================================
EWOL is **FREE software** and _all sub-library are FREE and staticly linkable !!!_ EWOL is **FREE software** and _all sub-library are FREE and staticly linkable !!!_
We have no dependency expected generic lib C++ (STL or CXX) We have no dependency expected generic lib C++ (STL or CXX)
License (APACHE 2) {#elog_mainpage_license} License (MPL v2.0) {#elog_mainpage_license}
================== ==================
Copyright elog Edouard DUPIN Copyright elog Edouard DUPIN
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Mozilla Public License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
<http://www.apache.org/licenses/LICENSE-2.0> <https://www.mozilla.org/MPL/2.0>
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an "AS IS" BASIS,

View File

@ -3,7 +3,7 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#include <elog/debug.hpp> #include <elog/debug.hpp>

View File

@ -3,12 +3,15 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#pragma once #pragma once
#include <elog/log.hpp> #include <elog/log.hpp>
#include <cassert> extern "C" {
#include <assert.h>
}
namespace elog { namespace elog {
/** /**

View File

@ -3,14 +3,15 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#include <elog/log.hpp> #include <elog/log.hpp>
#include <elog/elog.hpp> #include <elog/elog.hpp>
#include <elog/debug.hpp> #include <elog/debug.hpp>
#include <etk/String.hpp>
static elog::level getLogLevel(const std::string& _value) { static elog::level getLogLevel(const etk::String& _value) {
if (_value == "0") { if (_value == "0") {
return elog::level_none; return elog::level_none;
} else if (_value == "1") { } else if (_value == "1") {
@ -30,7 +31,7 @@ static elog::level getLogLevel(const std::string& _value) {
return elog::level_verbose; return elog::level_verbose;
} }
static bool startWith(const std::string& _obj, const std::string& _val) { static bool startWith(const etk::String& _obj, const etk::String& _val) {
if (_val.size() == 0) { if (_val.size() == 0) {
return false; return false;
} }
@ -40,41 +41,50 @@ static bool startWith(const std::string& _obj, const std::string& _val) {
for( size_t iii = 0; for( size_t iii = 0;
iii < _val.size(); iii < _val.size();
iii++) { iii++) {
if (std::tolower(_val[iii]) != std::tolower(_obj[iii])) { if (etk::toLower(_val[iii]) != etk::toLower(_obj[iii])) {
return false; return false;
} }
} }
return true; return true;
} }
static std::vector<std::string> split(const std::string& _input, char _val) { static int32_t nbTimeInit = 0;
std::vector<std::string> list;
size_t lastStartPos = 0; void elog::unInit() {
for(size_t iii=0; iii<_input.size(); iii++) { if (nbTimeInit > 1) {
if (_input[iii]==_val) { nbTimeInit--;
list.push_back(std::string(_input, lastStartPos, iii - lastStartPos)); // not the time to uninit
lastStartPos = iii+1; return;
}
} }
if (lastStartPos<_input.size()) { nbTimeInit--;
list.push_back(std::string(_input, lastStartPos)); if (nbTimeInit < 0) {
ELOG_ERROR("E-log system un-init More un-init than init ...");
nbTimeInit = 0;
return;
} }
return list; ELOG_INFO("E-log system un-init (BEGIN)");
ELOG_INFO("E-log system un-init (END)");
} }
void elog::init(int _argc, const char** _argv) { void elog::init(int _argc, const char** _argv, const etk::String& _applName) {
if (nbTimeInit > 0) {
nbTimeInit++;
// already init
return;
}
nbTimeInit++;
ELOG_INFO("E-log system init (BEGIN)"); ELOG_INFO("E-log system init (BEGIN)");
// retrive application Name:
std::string applName = _argv[0];
int lastSlash = applName.rfind('/');
applName = &applName[lastSlash+1];
// get name: applName
bool userSpecifyLogFile = false; bool userSpecifyLogFile = false;
for (int32_t iii=0; iii<_argc ; ++iii) { for (int32_t iii=0; iii<_argc ; ++iii) {
std::string data = _argv[iii]; etk::String data = _argv[iii];
if (startWith(data, "--elog-level=")) { if (startWith(data, "--elog-level=")) {
ELOG_INFO("Change global level at " << getLogLevel(std::string(data.begin()+13, data.end()))); ELOG_INFO("Change global level at " << getLogLevel(etk::String(data.begin()+13, data.end())));
elog::setLevel(getLogLevel(std::string(data.begin()+13, data.end()))); elog::setLevel(getLogLevel(etk::String(data.begin()+13, data.end())));
} else if (startWith(data, "--elog-max-line=")) {
etk::String dataToParse = &data[16];
int value = 0;
sscanf(dataToParse.c_str(), "%d", &value);
elog::setMaxLineNumberInFile(value);
} else if (data == "--elog-color") { } else if (data == "--elog-color") {
elog::setColor(true); elog::setColor(true);
} else if (data == "--elog-no-color") { } else if (data == "--elog-no-color") {
@ -82,7 +92,7 @@ void elog::init(int _argc, const char** _argv) {
} else if (data == "--elog-back-trace") { } else if (data == "--elog-back-trace") {
elog::setBackTrace(true); elog::setBackTrace(true);
} else if (startWith(data, "--elog-file=")) { } else if (startWith(data, "--elog-file=")) {
std::string value(data.begin()+12, data.end()); etk::String value(data.begin()+12, data.end());
if (value.size() == 0) { if (value.size() == 0) {
elog::unsetLogInFile(); elog::unsetLogInFile();
} else { } else {
@ -90,7 +100,7 @@ void elog::init(int _argc, const char** _argv) {
} }
userSpecifyLogFile = true; userSpecifyLogFile = true;
} else if (startWith(data, "--elog-config=")) { } else if (startWith(data, "--elog-config=")) {
std::string value(data.begin()+14, data.end()); etk::String value(data.begin()+14, data.end());
elog::setTime(false); elog::setTime(false);
elog::setLine(false); elog::setLine(false);
elog::setFunction(false); elog::setFunction(false);
@ -115,12 +125,12 @@ void elog::init(int _argc, const char** _argv) {
} }
} }
} else if (startWith(data, "--elog-lib=")) { } else if (startWith(data, "--elog-lib=")) {
std::string value(data.begin()+11, data.end()); etk::String value(data.begin()+11, data.end());
std::vector<std::string> list = split(value, '/'); etk::Vector<etk::String> list = value.split('/');
if (list.size() != 2) { if (list.size() != 2) {
list = split(value, ':'); list = value.split(':');
if (list.size() != 2) { if (list.size() != 2) {
list = split(value, '+'); list = value.split('+');
if (list.size() != 2) { if (list.size() != 2) {
ELOG_ERROR("Can not set the --elog-lib= with value='" << value << "' not formated name:X or name/X or name+X"); ELOG_ERROR("Can not set the --elog-lib= with value='" << value << "' not formated name:X or name/X or name+X");
continue; continue;
@ -132,7 +142,11 @@ void elog::init(int _argc, const char** _argv) {
} else if ( data == "-h" } else if ( data == "-h"
|| data == "--help") { || data == "--help") {
ELOG_PRINT("elog - help : "); ELOG_PRINT("elog - help : ");
ELOG_PRINT(" " << _argv[0] << " [options]"); if (_argc >= 1) {
ELOG_PRINT(" " << _argv[0] << " [options]");
} else {
ELOG_PRINT(" ? ? ? ? ? ? ? ? ? [options]");
}
ELOG_PRINT(" --elog-level= Change the default log level (set all Log level):"); ELOG_PRINT(" --elog-level= Change the default log level (set all Log level):");
ELOG_PRINT(" 0: debug None (default in release)"); ELOG_PRINT(" 0: debug None (default in release)");
ELOG_PRINT(" 1: debug Critical"); ELOG_PRINT(" 1: debug Critical");
@ -146,6 +160,7 @@ void elog::init(int _argc, const char** _argv) {
ELOG_PRINT(" X Log level to set [0..6]"); ELOG_PRINT(" X Log level to set [0..6]");
ELOG_PRINT(" note: ':' can be replace with '/' or '+'"); ELOG_PRINT(" note: ':' can be replace with '/' or '+'");
ELOG_PRINT(" --elog-file=pathToFile File to store the logs: (disable console logs)"); ELOG_PRINT(" --elog-file=pathToFile File to store the logs: (disable console logs)");
ELOG_PRINT(" --elog-max-line=XXX Number of line in the log file");
ELOG_PRINT(" --elog-color Enable color in log (default in Linux/debug)"); ELOG_PRINT(" --elog-color Enable color in log (default in Linux/debug)");
ELOG_PRINT(" --elog-no-color Disable color in log (default in Linux/release and Other)"); ELOG_PRINT(" --elog-no-color Disable color in log (default in Linux/release and Other)");
ELOG_PRINT(" --elog-back-trace Enable back-trace when an error log level is generated (to get a fast debug)"); ELOG_PRINT(" --elog-back-trace Enable back-trace when an error log level is generated (to get a fast debug)");
@ -160,7 +175,9 @@ void elog::init(int _argc, const char** _argv) {
ELOG_PRINT(" f: diplay function name"); ELOG_PRINT(" f: diplay function name");
ELOG_PRINT(" -h/--help: Dispplay this help"); ELOG_PRINT(" -h/--help: Dispplay this help");
ELOG_PRINT(" example:"); ELOG_PRINT(" example:");
ELOG_PRINT(" " << _argv[0] << " --elog-color --elog-level=2 --elog-lib=etk:5 --elog-lib=appl:6 --elog-config=NLlf"); if (_argc >= 1) {
ELOG_PRINT(" " << _argv[0] << " --elog-color --elog-level=2 --elog-lib=etk:5 --elog-lib=appl:6 --elog-config=NLlf");
}
} else if (startWith(data, "--elog") == true) { } else if (startWith(data, "--elog") == true) {
ELOG_ERROR("Can not parse the argument : '" << data << "'"); ELOG_ERROR("Can not parse the argument : '" << data << "'");
} }
@ -172,17 +189,15 @@ void elog::init(int _argc, const char** _argv) {
#endif #endif
#else #else
#if defined(__TARGET_OS__Linux) #if defined(__TARGET_OS__Linux)
//elog::setLogInFile("/var/log/elog_" +applName + ".log"); //elog::setLogInFile("/var/log/elog_" +_applName + ".log");
elog::setLogInFile("/tmp/elog_" +applName + ".log"); elog::setLogInFile("/tmp/elog_" +_applName + ".log");
#elif defined(__TARGET_OS__MacOs) #elif defined(__TARGET_OS__MacOs)
elog::setLogInFile(applName + ".log"); elog::setLogInFile(_applName + ".log");
#elif defined(__TARGET_OS__Windows) #elif defined(__TARGET_OS__Windows)
elog::setLogInFile(applName + ".log"); elog::setLogInFile(_applName + ".log");
#endif #endif
#endif #endif
} }
ELOG_INFO("E-LOG system init (END)"); ELOG_INFO("E-LOG system init (END)");
} }

View File

@ -3,20 +3,25 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#pragma once #pragma once
#include <string> #include <etk/String.hpp>
/** /**
* @brief basic namespace of the elog library. (it might contain all the elog fuctions without macro) * @brief basic namespace of the elog library. (it might contain all the elog fuctions without macro).
*/ */
namespace elog { namespace elog {
/** /**
* @brief Initialize elog * @brief Initialize elog.
* @param[in] _argc Number of argument list * @param[in] _argc Number of argument list.
* @param[in] _argv List of arguments * @param[in] _argv List of arguments.
* @param[in] _applName Current application Name.
*/ */
void init(int _argc, const char** _argv); void init(int _argc, const char** _argv, const etk::String& _applName);
/**
* @brief Un-Initialize elog.
*/
void unInit();
} }

View File

@ -3,22 +3,18 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#include <elog/log.hpp> #include <elog/log.hpp>
#include <elog/debug.hpp> #include <elog/debug.hpp>
#include <time.h> #include <time.h>
#include <mutex> #include <ethread/Mutex.hpp>
#include <thread> #include <ethread/Thread.hpp>
#include <map> #include <etk/Map.hpp>
#include <inttypes.h> #include <inttypes.h>
#ifdef ELOG_BUILD_ETHREAD #include <ethread/tools.hpp>
#include <ethread/tools.hpp>
#endif
#include <elog/debug.hpp> #include <elog/debug.hpp>
#include <cstring>
#include <iostream>
#if defined(__TARGET_OS__Android) #if defined(__TARGET_OS__Android)
# include <android/log.h> # include <android/log.h>
@ -26,7 +22,11 @@
#include <elog/logIOs.h> #include <elog/logIOs.h>
#if !defined(__STDCPP_LLVM__) && defined(__TARGET_OS__Linux) && defined(DEBUG) #if !defined(__STDCPP_LLVM__) \
&& defined(__TARGET_OS__Linux) \
&& defined(DEBUG) \
&& !defined(__TARGET_OS__Web) \
&& !defined(__TARGET_OS__buildroot)
#include <execinfo.h> #include <execinfo.h>
#include <cxxabi.h> #include <cxxabi.h>
#include <dlfcn.h> #include <dlfcn.h>
@ -37,14 +37,14 @@
int stack_depth = backtrace(trace, MAX_DEPTH); int stack_depth = backtrace(trace, MAX_DEPTH);
ELOG_PRINT("Back-trace : "); ELOG_PRINT("Back-trace : ");
for (int32_t i = 1; i < stack_depth; i++) { for (int32_t iii = 1; iii < stack_depth; ++iii) {
Dl_info dlinfo; Dl_info dlinfo;
if(!dladdr(trace[i], &dlinfo)) { if(!dladdr(trace[iii], &dlinfo)) {
break; break;
} }
const char * symname = dlinfo.dli_sname; const char * symname = dlinfo.dli_sname;
int status; int status;
char * demangled = abi::__cxa_demangle(symname, nullptr, 0, &status); char * demangled = abi::__cxa_demangle(symname, null, 0, &status);
if(status == 0 && demangled) { if(status == 0 && demangled) {
symname = demangled; symname = demangled;
} }
@ -53,7 +53,7 @@
ELOG_PRINT(" " << symname); ELOG_PRINT(" " << symname);
} }
_removeElement--; _removeElement--;
if(demangled != nullptr) { if(demangled != null) {
free(demangled); free(demangled);
} }
} }
@ -61,6 +61,25 @@
assert(false); assert(false);
} }
} }
#elif defined(__TARGET_OS__MacOs) \
&& defined(DEBUG) \
&& defined(__MAC_10_5)
#include <execinfo.h>
#include <stdio.h>
#define MAX_DEPTH (256)
void elog::displayBacktrace(bool _breakAtEnd, int32_t _removeElement) {
void* callstack[MAX_DEPTH];
uint32_t frames = backtrace(callstack, MAX_DEPTH);
char** strs = backtrace_symbols(callstack, frames);
ELOG_PRINT("Back-trace : ");
for (uint32_t iii=0; iii<frames; ++iii) {
ELOG_PRINT(" " << strs[iii]);
}
if (_breakAtEnd == true) {
assert(false);
}
free(strs);
}
#else #else
void elog::displayBacktrace(bool _breakAtEnd, int32_t _removeElement) { void elog::displayBacktrace(bool _breakAtEnd, int32_t _removeElement) {
#ifdef DEBUG #ifdef DEBUG
@ -71,7 +90,8 @@
#ifdef DEBUG #ifdef DEBUG
#define DEFAULT_LOG_LEVEL elog::level_info #define DEFAULT_LOG_LEVEL elog::level_info
#if defined(__TARGET_OS__Windows) #if defined(__TARGET_OS__Windows) \
|| defined(__TARGET_OS__Web)
#define DEFAULT_LOG_COLOR false #define DEFAULT_LOG_COLOR false
#else #else
#define DEFAULT_LOG_COLOR true #define DEFAULT_LOG_COLOR true
@ -112,33 +132,34 @@ size_t& getNameSizeLog() {
static size_t g_val = 5; static size_t g_val = 5;
return g_val; return g_val;
} }
static std::vector<std::pair<std::string, enum elog::level> >& getList() {
static std::vector<std::pair<std::string, enum elog::level> > g_val; static etk::Vector<etk::Pair<etk::String, enum elog::level> >& getList() {
static etk::Vector<etk::Pair<etk::String, enum elog::level> > g_val;
return g_val; return g_val;
} }
int32_t elog::registerInstance(const std::string& _name) { int32_t elog::registerInstance(const etk::String& _name) {
for (size_t iii = 0; iii < getList().size(); ++iii) { for (size_t iii = 0; iii < getList().size(); ++iii) {
if (getList()[iii].first == _name) { if (getList()[iii].first == _name) {
return iii; return iii;
} }
} }
getList().push_back(std::make_pair(_name, getDefaultLevel())); getList().pushBack(etk::makePair(_name, getDefaultLevel()));
if (_name.size() >= getNameSizeLog()) { if (_name.size() >= getNameSizeLog()) {
getNameSizeLog() = _name.size()+1; getNameSizeLog() = _name.size()+1;
} }
//std::cout << "register log : '" << _name << "'=" << getList().size()-1 << std::endl; //printf("register log : '%s'=%ld\n", _name.c_str(), getList().size()-1);
return getList().size()-1; return getList().size()-1;
} }
void elog::setLevel(const std::string& _name, enum level _level) { void elog::setLevel(const etk::String& _name, enum level _level) {
for (size_t iii = 0; iii < getList().size(); ++iii) { for (size_t iii = 0; iii < getList().size(); ++iii) {
if (getList()[iii].first == _name) { if (getList()[iii].first == _name) {
getList()[iii].second = _level; getList()[iii].second = _level;
return; return;
} }
} }
getList().push_back(std::make_pair(_name, _level)); getList().pushBack(etk::makePair(_name, _level));
} }
void elog::setLevel(enum level _level) { void elog::setLevel(enum level _level) {
@ -165,30 +186,24 @@ int32_t elog::getLevel(int32_t _id) {
return (int32_t)getList()[_id].second; return (int32_t)getList()[_id].second;
} }
std::vector<std::string> elog::getListInstance() { etk::Vector<etk::String> elog::getListInstance() {
std::vector<std::string> out; etk::Vector<etk::String> out;
for (size_t iii = 0; iii < getList().size(); ++iii) { for (size_t iii = 0; iii < getList().size(); ++iii) {
out.push_back(getList()[iii].first); out.pushBack(getList()[iii].first);
} }
return out; return out;
} }
void elog::logStream(int32_t _id, int32_t _level, int32_t _ligne, const char* _funcName, const std::ostream& _log) { void elog::logStream(int32_t _id, int32_t _level, int32_t _ligne, const char* _funcName, const etk::Stream& _log) {
std::ostringstream oss; elog::logChar(_id, _level, _ligne, _funcName, _log.c_str());
oss << _log.rdbuf();
std::string sss =oss.str();
elog::logChar(_id, _level, _ligne, _funcName, sss.c_str());
} }
void elog::logChar1(int32_t _id, int32_t _level, const char* _log) { void elog::logChar1(int32_t _id, int32_t _level, const char* _log) {
elog::logChar(_id, _level, -1, nullptr, _log); elog::logChar(_id, _level, -1, null, _log);
} }
void elog::logStream1(int32_t _id, int32_t _level, const std::ostream& _log) { void elog::logStream1(int32_t _id, int32_t _level, const etk::Stream& _log) {
std::ostringstream oss; elog::logChar(_id, _level, -1, null, _log.c_str());
oss << _log.rdbuf();
std::string sss =oss.str();
elog::logChar(_id, _level, -1, nullptr, sss.c_str());
} }
static bool& getColor() { static bool& getColor() {
@ -259,7 +274,7 @@ void elog::setBackTrace(bool _status) {
static void getDisplayTime(char* data) { static void getDisplayTime(char* data) {
#ifdef __TARGET_OS__Android #ifdef __TARGET_OS__Android
struct timeval now; struct timeval now;
gettimeofday(&now, nullptr); gettimeofday(&now, null);
sprintf(data, " %2dh%2d'%2d ", (int32_t)(now.tv_sec/3600)%24, (int32_t)(now.tv_sec/60)%60, (int32_t)(now.tv_sec%60)); sprintf(data, " %2dh%2d'%2d ", (int32_t)(now.tv_sec/3600)%24, (int32_t)(now.tv_sec/60)%60, (int32_t)(now.tv_sec%60));
#else #else
time_t rawtime; time_t rawtime;
@ -270,36 +285,128 @@ static void getDisplayTime(char* data) {
#endif #endif
} }
static std::mutex g_lock; static ethread::Mutex g_lock;
static elog::callbackLog callbackUserLog(nullptr); static elog::callbackLog callbackUserLog(null);
static etk::String& getLogFileName() {
static etk::String g_val="";
return g_val;
}
static FILE*& getLogFile() { static FILE*& getLogFile() {
static FILE* file=nullptr; static FILE* g_val=null;
return file; return g_val;
} }
void elog::setLogInFile(const std::string& _filename) { static size_t& getLogFileCount() {
static size_t g_val = 0;
return g_val;
}
static size_t& getLogFileMaxCount() {
static size_t g_val = 0;
return g_val;
}
void elog::setMaxLineNumberInFile(size_t _status) {
getLogFileMaxCount() = _status;
}
// Copy for ETK FSNODE ... [START]
extern "C" {
// file browsing ...
#include <dirent.h>
#include <sys/stat.h>
#include <errno.h>
}
static int32_t FSNODE_LOCAL_mkdir(const char* _path, mode_t _mode) {
struct stat st;
int32_t status = 0;
if (stat(_path, &st) != 0) {
/* Directory does not exist. EEXIST for race condition */
#ifdef __TARGET_OS__Windows
if(mkdir(_path) != 0
#else
if(mkdir(_path, _mode) != 0
#endif
&& errno != EEXIST) {
status = -1;
}
} else if (!S_ISDIR(st.st_mode)) {
errno = ENOTDIR;
status = -1;
}
return(status);
}
static int32_t FSNODE_LOCAL_mkPath(const char* _path, mode_t _mode) {
char *pp;
char *sp;
int status;
char *copypath = strdup(_path);
if (null==copypath) {
return -1;
}
status = 0;
pp = copypath;
while (status == 0 && (sp = strchr(pp, '/')) != 0) {
if (sp != pp) {
/* Neither root nor double slash in path */
*sp = '\0';
status = FSNODE_LOCAL_mkdir(copypath, _mode);
*sp = '/';
}
pp = sp + 1;
}
if (status == 0) {
status = FSNODE_LOCAL_mkdir(_path, _mode);
}
free(copypath);
return (status);
}
static bool FSNODE_LOCAL_exist(const etk::String& _path) {
struct stat st;
int32_t status = 0;
if (stat(_path.c_str(), &st) != 0) {
return false;
}
return true;
}
// Copy for ETK FSNODE ... [END]
void elog::setLogInFile(const etk::String& _filename) {
elog::unsetLogInFile(); elog::unsetLogInFile();
ELOG_PRINT("Log in file: '" << _filename << "'"); ELOG_PRINT("Log in file: '" << _filename << "'");
g_lock.lock(); getLogFileName() = _filename;
FILE*& file = getLogFile(); FILE*& file = getLogFile();
// create path of the file:
size_t found=_filename.rfind("/\\");
etk::String path = _filename.extract(0,found);
if (FSNODE_LOCAL_exist(path) == false) {
FSNODE_LOCAL_mkPath(path.c_str(), 0760);
}
g_lock.lock();
file = fopen(_filename.c_str(), "w"); file = fopen(_filename.c_str(), "w");
g_lock.unlock(); g_lock.unLock();
if (file == nullptr) { if (file == null) {
ELOG_ERROR("Can not open file: '" << _filename << "'"); ELOG_ERROR("Can not open file: '" << _filename << "'");
} }
} }
void elog::unsetLogInFile() { void elog::unsetLogInFile() {
getLogFileName() = "";
g_lock.lock(); g_lock.lock();
FILE*& file = getLogFile(); FILE*& file = getLogFile();
// close file only if needed ... // close file only if needed ...
if (file != nullptr) { if (file != null) {
fflush(file); fflush(file);
fclose(file); fclose(file);
file = nullptr; file = null;
} }
g_lock.unlock(); g_lock.unLock();
} }
@ -307,7 +414,7 @@ void elog::setCallbackLog(const elog::callbackLog& _callback) {
// TODO : Check atomicity ... // TODO : Check atomicity ...
g_lock.lock(); g_lock.lock();
callbackUserLog = _callback; callbackUserLog = _callback;
g_lock.unlock(); g_lock.unLock();
} }
//regular colors //regular colors
#define ETK_BASH_COLOR_BLACK "\e[0;30m" #define ETK_BASH_COLOR_BLACK "\e[0;30m"
@ -345,16 +452,16 @@ void elog::setCallbackLog(const elog::callbackLog& _callback) {
void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _funcName, const char* _log) { void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _funcName, const char* _log) {
// special callback mode: // special callback mode:
if (callbackUserLog != nullptr) { if (callbackUserLog != null) {
const char* libName = ""; const char* libName = "";
if (_id >= 0) { if (_id >= 0) {
libName = getList()[_id].first.c_str(); libName = getList()[_id].first.c_str();
} }
g_lock.lock(); g_lock.lock();
if (callbackUserLog != nullptr) { if (callbackUserLog != null) {
callbackUserLog(libName, elog::level(_level), _ligne, _funcName, _log); callbackUserLog(libName, elog::level(_level), _ligne, _funcName, _log);
} }
g_lock.unlock(); g_lock.unLock();
return; return;
} }
char handle[LENGHT_MAX_LOG] = ""; char handle[LENGHT_MAX_LOG] = "";
@ -450,7 +557,7 @@ void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _fun
} }
if(getThreadNameEnable() == true) { if(getThreadNameEnable() == true) {
// display thread ID // display thread ID
std::string name = ethread::getName(); etk::String name = ethread::getName();
if (name.size() >= getThreadSizeLog() ) { if (name.size() >= getThreadSizeLog() ) {
getThreadSizeLog() = name.size() + 1; getThreadSizeLog() = name.size() + 1;
} }
@ -479,29 +586,29 @@ void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _fun
int32_t len = strlen(handle); int32_t len = strlen(handle);
char tmpName[1024]; char tmpName[1024];
char *tmpPointer = tmpName; char *tmpPointer = tmpName;
if (_funcName != nullptr) { if (_funcName != null) {
// cleen for android : // cleen for android :
char* startPos = strchr((char*)_funcName, ' '); char* startPos = strchr((char*)_funcName, ' ');
char* stopPos = strchr((char*)_funcName, '('); char* stopPos = strchr((char*)_funcName, '(');
if (startPos != nullptr) { if (startPos != null) {
if (stopPos != nullptr) { if (stopPos != null) {
char* startPos2 = strchr(startPos+1, ' '); char* startPos2 = strchr(startPos+1, ' ');
while ( startPos2 != nullptr while ( startPos2 != null
&& startPos2 < stopPos) { && startPos2 < stopPos) {
startPos = startPos2; startPos = startPos2;
startPos2 = strchr(startPos+1, ' '); startPos2 = strchr(startPos+1, ' ');
} }
if(uint64_t(stopPos) < uint64_t(startPos)) { if(uint64_t(stopPos) < uint64_t(startPos)) {
snprintf(tmpPointer, std::min(uint64_t(1024), uint64_t(stopPos)-uint64_t(_funcName)), "%s", _funcName); snprintf(tmpPointer, etk::min(uint64_t(1024), uint64_t(stopPos)-uint64_t(_funcName)), "%s", _funcName);
} else { } else {
snprintf(tmpPointer, std::min(uint64_t(1024), uint64_t(stopPos)-uint64_t(startPos)), "%s", startPos+1); snprintf(tmpPointer, etk::min(uint64_t(1024), uint64_t(stopPos)-uint64_t(startPos)), "%s", startPos+1);
} }
} else { } else {
snprintf(tmpPointer, 1024, "%s", startPos); snprintf(tmpPointer, 1024, "%s", startPos);
} }
} else { } else {
if (stopPos != nullptr) { if (stopPos != null) {
snprintf(tmpPointer, std::min(uint64_t(1024), uint64_t(stopPos)-uint64_t(_funcName)+1), "%s", _funcName); snprintf(tmpPointer, etk::min(uint64_t(1024), uint64_t(stopPos)-uint64_t(_funcName)+1), "%s", _funcName);
} else { } else {
snprintf(tmpPointer, 1024, "%s", _funcName); snprintf(tmpPointer, 1024, "%s", _funcName);
} }
@ -541,11 +648,13 @@ void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _fun
g_lock.lock(); g_lock.lock();
{ {
FILE*& file = getLogFile(); FILE*& file = getLogFile();
size_t& fileCurrentCount = getLogFileCount();
size_t& fileMaxCount = getLogFileMaxCount();
// close file only if needed ... // close file only if needed ...
if (file != nullptr) { if (file != null) {
*pointer++ = '\n'; *pointer++ = '\n';
*pointer = '\0'; *pointer = '\0';
fprintf(file, handle); fprintf(file, "%s", handle);
switch(_level) { switch(_level) {
default: default:
break; break;
@ -554,8 +663,26 @@ void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _fun
fflush(file); fflush(file);
break; break;
} }
// Increment the line counter in file
fileCurrentCount++;
if (fileMaxCount != 0) {
// the user request a maximum line number in the file:
if (fileCurrentCount > fileMaxCount) {
fileCurrentCount = 0;
fflush(file);
fclose(file);
etk::String tmpFileName = getLogFileName();
if ( tmpFileName.size() > 0
&& tmpFileName[tmpFileName.size()-1] == '2') {
getLogFileName().popBack();
} else {
getLogFileName() += "2";
}
file = fopen(getLogFileName().c_str(), "w");
}
}
// if we log in file, we have no need to log otherwise ... just "tail -f log.txt" // if we log in file, we have no need to log otherwise ... just "tail -f log.txt"
g_lock.unlock(); g_lock.unLock();
return; return;
} }
} }
@ -589,11 +716,13 @@ void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _fun
#elif defined(__TARGET_OS__IOs) #elif defined(__TARGET_OS__IOs)
iosNSLog(handle); iosNSLog(handle);
#else #else
std::cout << handle << std::endl; printf("%s\n", handle);
#endif #endif
g_lock.unlock(); g_lock.unLock();
if (_level == level_critical) { if (_level == level_critical) {
std::this_thread::sleep_for(std::chrono::milliseconds(700)); #if defined(DEBUG)
ethread::sleepMilliSeconds(700);
#endif
displayBacktrace(true, 2); displayBacktrace(true, 2);
} }
// Display backtrace to facilitate the error problems // Display backtrace to facilitate the error problems
@ -604,3 +733,13 @@ void elog::logChar(int32_t _id, int32_t _level, int32_t _ligne, const char* _fun
} }
void elog::flush() {
g_lock.lock();
FILE*& file = getLogFile();
if (file != null) {
fflush(file);
}
fflush(stdout);
g_lock.unLock();
return;
}

View File

@ -3,14 +3,15 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#pragma once #pragma once
#include <sstream> #include <etk/Stream.hpp>
#include <ostream> #include <etk/Vector.hpp>
#include <vector> #include <etk/String.hpp>
#include <functional> #include <etk/Stream.hpp>
#include <etk/Function.hpp>
namespace elog { namespace elog {
/** /**
@ -32,7 +33,7 @@ namespace elog {
* @param[in] _name Name of the module * @param[in] _name Name of the module
* @return reference Id of an instance name * @return reference Id of an instance name
*/ */
int32_t registerInstance(const std::string& _name); int32_t registerInstance(const etk::String& _name);
/** /**
* @brief Set the log level of a specific instance * @brief Set the log level of a specific instance
* @param[in] _name Name of the intance * @param[in] _name Name of the intance
@ -41,7 +42,7 @@ namespace elog {
* elog::setLevel("ewol", elog::level_critical); * elog::setLevel("ewol", elog::level_critical);
* @endcode * @endcode
*/ */
void setLevel(const std::string& _name, enum elog::level _level); void setLevel(const etk::String& _name, enum elog::level _level);
/** /**
* @brief Set the log level of a specific instance * @brief Set the log level of a specific instance
* @param[in] _id Id of the intance * @param[in] _id Id of the intance
@ -66,7 +67,7 @@ namespace elog {
* @brief Get list of all intance * @brief Get list of all intance
* @return the name list of all intance * @return the name list of all intance
*/ */
std::vector<std::string> getListInstance(); etk::Vector<etk::String> getListInstance();
/** /**
* @brief Set Color enable or disable. * @brief Set Color enable or disable.
* @param[in] _status New value of color. * @param[in] _status New value of color.
@ -107,6 +108,11 @@ namespace elog {
* @param[in] _status New value. * @param[in] _status New value.
*/ */
void setBackTrace(bool _status); void setBackTrace(bool _status);
/**
* @brief Set back-trace display on Error log enable or disable.
* @param[in] _status New number of lines.
*/
void setMaxLineNumberInFile(size_t _status);
/** /**
* @brief Call log to display * @brief Call log to display
* @param[in] _id Id of the instance type * @param[in] _id Id of the instance type
@ -124,7 +130,7 @@ namespace elog {
* @param[in] _funcName Function name for debug (compleate decorate signature) * @param[in] _funcName Function name for debug (compleate decorate signature)
* @param[in] _log Stream to log * @param[in] _log Stream to log
*/ */
void logStream(int32_t _id, int32_t _level, int32_t _ligne, const char* _funcName, const std::ostream& _log); void logStream(int32_t _id, int32_t _level, int32_t _ligne, const char* _funcName, const etk::Stream& _log);
/** /**
* @brief Call log to display * @brief Call log to display
* @param[in] _id Id of the instance type * @param[in] _id Id of the instance type
@ -138,7 +144,7 @@ namespace elog {
* @param[in] _level Level debug * @param[in] _level Level debug
* @param[in] _log Stream to log * @param[in] _log Stream to log
*/ */
void logStream1(int32_t _id, int32_t _level, const std::ostream& _log); void logStream1(int32_t _id, int32_t _level, const etk::Stream& _log);
/** /**
* @brief Display the current backtrace * @brief Display the current backtrace
* @param[in] _breakAtEnd assert program when backtrace is printed * @param[in] _breakAtEnd assert program when backtrace is printed
@ -153,7 +159,7 @@ namespace elog {
* @param[in] _funcName Full function name: 'void etk::MyClass::functionName(...)' * @param[in] _funcName Full function name: 'void etk::MyClass::functionName(...)'
* @param[in] _log String containing the Log * @param[in] _log String containing the Log
*/ */
using callbackLog = std::function<void (const char* _libName, enum elog::level _level, int32_t _ligne, const char* _funcName, const char* _log)>; using callbackLog = etk::Function<void (const char* _libName, enum elog::level _level, int32_t _ligne, const char* _funcName, const char* _log)>;
/** /**
* @brief Set a callback to display all log in an other framework * @brief Set a callback to display all log in an other framework
* @param[in] _callback Function to call when log arrive * @param[in] _callback Function to call when log arrive
@ -164,24 +170,27 @@ namespace elog {
* @param[in] _filename Name of the file to log (if not set the log system select alone the log file) * @param[in] _filename Name of the file to log (if not set the log system select alone the log file)
* @note in release the log is automatically store in a file in the system. (windows log is done in file automatically) * @note in release the log is automatically store in a file in the system. (windows log is done in file automatically)
*/ */
void setLogInFile(const std::string& _filename=""); void setLogInFile(const etk::String& _filename="");
/** /**
* @brief Disable log in a file * @brief Disable log in a file
*/ */
void unsetLogInFile(); void unsetLogInFile();
/**
* @brief When loggin in file, the flush is not done automaticaly ==> need to do it manualy
*/
void flush();
}; };
/** /**
* @brief Basic macro of all logs macros * @brief Basic macro of all logs macros
* @param[in] logId Id of the library that log * @param[in] logId Id of the library that log
* @param[in] info Log level of this log: elog::level * @param[in] info Log level of this log: elog::level
* @param[in] data Stream separaated with "<<" convertible in std::ostream * @param[in] data Stream separaated with "<<" convertible in etk::Stream
*/ */
#define ELOG_BASE(logId,info,data) \ #define ELOG_BASE(logId,info,data) \
do { \ do { \
if (info <= elog::getLevel(logId)) { \ if (info <= elog::getLevel(logId)) { \
std::stringbuf sb; \ etk::Stream tmpStream; \
std::ostream tmpStream(&sb); \
tmpStream << data; \ tmpStream << data; \
elog::logStream(logId, info, __LINE__, __PRETTY_FUNCTION__, tmpStream); \ elog::logStream(logId, info, __LINE__, __PRETTY_FUNCTION__, tmpStream); \
} \ } \

View File

@ -3,7 +3,7 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#pragma once #pragma once

View File

@ -3,7 +3,7 @@
* *
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */

View File

@ -1,5 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
import lutin.debug as debug import realog.debug as debug
import lutin.tools as tools import lutin.tools as tools
@ -13,7 +13,7 @@ def get_desc():
return "elog sample" return "elog sample"
def get_licence(): def get_licence():
return "APACHE-2" return "MPL-2"
def get_compagny_type(): def get_compagny_type():
return "com" return "com"
@ -36,7 +36,7 @@ def configure(target, my_module):
]) ])
# build in C++ mode # build in C++ mode
my_module.compile_version("c++", 2011) my_module.compile_version("c++", 2011)
my_module.add_depend('elog') my_module.add_depend(['elog', 'cxx'])
my_module.add_path('sample') my_module.add_path('sample')
return True return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
import lutin.debug as debug import realog.debug as debug
import lutin.tools as tools import lutin.tools as tools
def get_type(): def get_type():
@ -9,7 +9,7 @@ def get_desc():
return "Ewol log basic interface" return "Ewol log basic interface"
def get_licence(): def get_licence():
return "APACHE-2" return "MPL-2"
def get_compagny_type(): def get_compagny_type():
return "com" return "com"
@ -58,8 +58,8 @@ def configure(target, my_module):
my_module.compile_version("c++", 2011) my_module.compile_version("c++", 2011)
my_module.compile_version("c", 1999) my_module.compile_version("c", 1999)
# add dependency of the generic C++ library: # add dependency of the generic C++ library:
my_module.add_depend('cxx') my_module.add_optionnal_depend('etk-core')
my_module.add_optionnal_depend('ethread', ["c++", "-DELOG_BUILD_ETHREAD"]) my_module.add_optionnal_depend('ethread-tools', ["c++", "-DELOG_BUILD_ETHREAD"])
if "Windows" in target.get_type(): if "Windows" in target.get_type():
pass pass

View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
import lutin.debug as debug import realog.debug as debug
import lutin.tools as tools import lutin.tools as tools
import lutin.debug as debug import realog.debug as debug
def get_type(): def get_type():
@ -14,7 +14,7 @@ def get_desc():
return "basic debug log for test" return "basic debug log for test"
def get_licence(): def get_licence():
return "APACHE-2" return "MPL-2"
def get_compagny_type(): def get_compagny_type():
return "com" return "com"
@ -32,7 +32,7 @@ def configure(target, my_module):
my_module.add_header_file([ my_module.add_header_file([
'test-debug/debug.hpp' 'test-debug/debug.hpp'
]) ])
my_module.add_depend('etk') my_module.add_depend('etk-core')
my_module.add_path(".") my_module.add_path(".")
return True return True

View File

@ -3,7 +3,7 @@
* *
* @copyright 2016, Edouard DUPIN, all right reserved * @copyright 2016, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#include "debug.hpp" #include "debug.hpp"

View File

@ -3,7 +3,7 @@
* *
* @copyright 2016, Edouard DUPIN, all right reserved * @copyright 2016, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#pragma once #pragma once

View File

@ -3,13 +3,12 @@
* *
* @copyright 2016, Edouard DUPIN, all right reserved * @copyright 2016, Edouard DUPIN, all right reserved
* *
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
//! [elog_sample_main_include] //! [elog_sample_main_include]
#include "debug.hpp" #include "debug.hpp"
#include <elog/elog.hpp> #include <elog/elog.hpp>
//! [elog_sample_main_include] //! [elog_sample_main_include]
#include <iostream>
//! [elog_sample_main_callback] //! [elog_sample_main_callback]
//! [elog_sample_main_callback_DECLARATION] //! [elog_sample_main_callback_DECLARATION]
@ -17,31 +16,31 @@ static void myExternalLogCallback(const char* _libName, enum elog::level _level,
//! [elog_sample_main_callback_DECLARATION] //! [elog_sample_main_callback_DECLARATION]
switch(_level) { switch(_level) {
default: default:
std::cout << "[?] "; printf("[?] ");
break; break;
case elog::level_print: case elog::level_print:
std::cout << "[P] "; printf("[P] ");
break; break;
case elog::level_critical: case elog::level_critical:
std::cout << "[C] "; printf("[C] ");
break; break;
case elog::level_error: case elog::level_error:
std::cout << "[E] "; printf("[E] ");
break; break;
case elog::level_warning: case elog::level_warning:
std::cout << "[W] "; printf("[W] ");
break; break;
case elog::level_info: case elog::level_info:
std::cout << "[I] "; printf("[I] ");
break; break;
case elog::level_debug: case elog::level_debug:
std::cout << "[D] "; printf("[D] ");
break; break;
case elog::level_verbose: case elog::level_verbose:
std::cout << "[V] "; printf("[V] ");
break; break;
} }
std::cout << _libName << " (" << _ligne << ") " << _funcName << " | " << _log << std::endl; printf("%s (%d) %s | %s\n", _libName, _ligne, _funcName, _log);
} }
//! [elog_sample_main_callback] //! [elog_sample_main_callback]
@ -49,13 +48,15 @@ static void myExternalLogCallback(const char* _libName, enum elog::level _level,
//! [elog_sample_main] //! [elog_sample_main]
/** /**
* @brief Main of the program (This can be set in every case, but it is not used in Andoid...). * @brief Main of the program (This can be set in every case, but it is not used in Andoid...).
* @param std IO * @param[in] _argc standard input argument count
* @return std IO * @param[in] _argv standard input argument data (pointer on strings)
* @return <0 an error occurred
* @return all is good otherwise
*/ */
//! [elog_sample_main_base] //! [elog_sample_main_base]
int main(int _argc, const char *_argv[]) { int main(int _argc, const char *_argv[]) {
// if you use etk/ewol/gale, elog init in contain in it. // if you use etk/ewol/gale, elog init in contain in it.
elog::init(_argc, _argv); elog::init(_argc, _argv, "appl_name");
//! [elog_sample_main_base] //! [elog_sample_main_base]
//! [elog_sample_main_log] //! [elog_sample_main_log]
APPL_VERBOSE("VERBOSE display"); APPL_VERBOSE("VERBOSE display");
@ -66,14 +67,12 @@ int main(int _argc, const char *_argv[]) {
APPL_PRINT("PRINT display"); APPL_PRINT("PRINT display");
//APPL_CRITICAL("CRITICAL display"); // Disable critical because it create an assert ... //APPL_CRITICAL("CRITICAL display"); // Disable critical because it create an assert ...
//! [elog_sample_main_log] //! [elog_sample_main_log]
// Change the global log level: // Change the global log level:
elog::setLevel(elog::level_verbose); elog::setLevel(elog::level_verbose);
//! [elog_sample_main_callback_link] //! [elog_sample_main_callback_link]
// Set a callback: // Set a callback:
elog::setCallbackLog(&myExternalLogCallback); elog::setCallbackLog(&myExternalLogCallback);
//! [elog_sample_main_callback_link] //! [elog_sample_main_callback_link]
// try again new logs: // try again new logs:
APPL_VERBOSE("VERBOSE display"); APPL_VERBOSE("VERBOSE display");
APPL_DEBUG("DEBUG display"); APPL_DEBUG("DEBUG display");
@ -81,8 +80,6 @@ int main(int _argc, const char *_argv[]) {
APPL_WARNING("WARNING display"); APPL_WARNING("WARNING display");
APPL_ERROR("ERROR display"); APPL_ERROR("ERROR display");
APPL_PRINT("PRINT display"); APPL_PRINT("PRINT display");
return 0; return 0;
} }
//! [elog_sample_main] //! [elog_sample_main]

View File

@ -1,7 +1,7 @@
/** @file /** @file
* @author Edouard DUPIN * @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#include <test-debug/debug.hpp> #include <test-debug/debug.hpp>

View File

@ -1,7 +1,7 @@
/** @file /** @file
* @author Edouard DUPIN * @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved * @copyright 2011, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file) * @license MPL v2.0 (see license file)
*/ */
#include <etk/types.hpp> #include <etk/types.hpp>
@ -20,17 +20,10 @@ namespace test {
#define TEST_CRITICAL(data) TEST_BASE(1, data) #define TEST_CRITICAL(data) TEST_BASE(1, data)
#define TEST_ERROR(data) TEST_BASE(2, data) #define TEST_ERROR(data) TEST_BASE(2, data)
#define TEST_WARNING(data) TEST_BASE(3, data) #define TEST_WARNING(data) TEST_BASE(3, data)
#ifdef DEBUG #define TEST_INFO(data) TEST_BASE(4, data)
#define TEST_INFO(data) TEST_BASE(4, data) #define TEST_DEBUG(data) TEST_BASE(5, data)
#define TEST_DEBUG(data) TEST_BASE(5, data) #define TEST_VERBOSE(data) TEST_BASE(6, data)
#define TEST_VERBOSE(data) TEST_BASE(6, data) #define TEST_TODO(data) TEST_BASE(4, "TODO : " << data)
#define TEST_TODO(data) TEST_BASE(4, "TODO : " << data)
#else
#define TEST_INFO(data) do { } while(false)
#define TEST_DEBUG(data) do { } while(false)
#define TEST_VERBOSE(data) do { } while(false)
#define TEST_TODO(data) do { } while(false)
#endif
#define TEST_HIDDEN(data) do { } while(false) #define TEST_HIDDEN(data) do { } while(false)

View File

@ -1 +1 @@
0.4.0 1.0.0