8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
93acbd1aef
Update allowed C++ version (#7654)
* Update allowed C++ version.

* Build examples using C++11.

* Remove pre-C++11 fallback in examples code - thanks to Alex.
2023-09-18 07:14:06 -03:00
Adriano dos Santos Fernandes
a713260133 Update README.modern_cpp.md. 2021-06-08 14:59:02 -03:00
hvlad
974a641d8e Refactor internal representation of configuration entries table.
Trivial getXXX methods now automatically generated with help of new macros.
It allows to guarantee correct method declaration and impl. details in correspondence of parameter globality.
Most getXXX methods are trivial and moved into class declaration now.
RDB$CONFIG filling code now get values of global parameters using default config instance.
2020-11-24 14:40:54 +02:00
Dmitry Yemanov
0fe3c2611c Reduce warnings 2020-04-16 18:28:38 +03:00
Adriano dos Santos Fernandes
ac1bb875c3 Reimplement previous NodeRefImpl checks while simplifying code also removing NodeRef. 2019-03-14 15:50:43 -03:00
hvlad
aac17a3f5e Update docs 2018-08-06 16:00:23 +03:00
hvlad
76e0194e9b Remove space 2018-02-20 20:07:30 +02:00
hvlad
c20870edd5 Update docs a bit 2018-02-20 20:02:42 +02:00
Adriano dos Santos Fernandes
09c2dc164b Usage of C++11 strongly typed enum. 2016-09-23 15:28:03 -03:00
Adriano dos Santos Fernandes
bf3a840898 Added "rvalue references" to list of allowed features. 2016-09-05 08:00:35 -03:00
Adriano dos Santos Fernandes
a23cfb090d Document describing allowed features. 2016-09-02 10:10:35 -03:00