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