f5aa2deba61fd55b7d7a585c4ae92c3d2c34994c
[gcc.git] / libcody / ChangeLog
1 2020-12-16 Nathan Sidwell <nathan@acm.org>
2
3 * cody.hh: Allow user to set CODY_NETWORKING.
4
5 2020-12-16 Jakub Jelinek <jakub@redhat.com>
6
7 * configure.ac: Compute is_release.
8 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
9 and ac_valgrind_checking the code doesn't use.
10 * configure: Regenerated.
11
12 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
13
14 * internal.hh: Define fallback macros for __has_builtin and
15 __has_include. Use __has_builtin for __builtin_FILE and
16 __builtin_LINE. Define alias for std::source_location.
17
18 2020-12-16 Nathan Sidwell <nathan@acm.org>
19
20 * configure.ac: Use libcpp's enable-checking code.
21 * configure: Rebuilt.
22
23 2020-12-16 Nathan Sidwell <nathan@acm.org>
24
25 * config.m4: Replace V+="..." with V="$V..."
26 * configure: Rebuilt.
27
28 2020-12-15 Marek Polacek <polacek@redhat.com>
29
30 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
31
32 2020-12-15 Nathan Sidwell <nathan@acm.org>
33
34 * Makefile.in: Disable some flags.
35
36 2020-12-15 Nathan Sidwell <nathan@acm.org>
37
38 * config.m4: Avoid var+=...
39 * configure: Rebuilt
40
41 2020-12-15 Nathan Sidwell <nathan@acm.org>
42
43 * config.m4: Avoid non-dash idiom
44 * configure: Rebuilt.
45
46 2020-12-15 Nathan Sidwell <nathan@acm.org>
47
48 * configure.ac: New.
49 * CMakeLists.txt: New.
50 * CODING.md: New.
51 * CONTRIB.md: New.
52 * LICENSE: New.
53 * LICENSE.gcc: New.
54 * Makefile.in: New.
55 * Makesub.in: New.
56 * README.md: New.
57 * buffer.cc: New.
58 * build-aux/config.guess: New.
59 * build-aux/config.sub: New.
60 * build-aux/install-sh: New.
61 * client.cc: New.
62 * cmake/libcody-config-ix.cmake
63 * cody.hh: New.
64 * config.h.in: New.
65 * config.m4: New.
66 * configure: New.
67 * configure.ac: New.
68 * dox.cfg.in: New.
69 * fatal.cc: New.
70 * gdbinit.in: New.
71 * internal.hh: New.
72 * netclient.cc: New.
73 * netserver.cc: New.
74 * packet.cc: New.
75 * resolver.cc: New.
76 * server.cc: New.
77 * tests/01-serialize/connect.cc: New.
78 * tests/01-serialize/decoder.cc: New.
79 * tests/01-serialize/encoder.cc: New.
80 * tests/02-comms/client-1.cc: New.
81 * tests/02-comms/pivot-1.cc: New.
82 * tests/02-comms/server-1.cc: New.
83 * tests/Makesub.in: New.
84 * tests/jouster: New.
85
86 \f
87 Copyright (C) 2020 Free Software Foundation, Inc.
88
89 Copying and distribution of this file, with or without modification,
90 are permitted in any medium without royalty provided the copyright
91 notice and this notice are preserved.