Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions ide/dlight.nativeexecution/apichanges.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Search for CHANGEME in this document when copying and using it: -->
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.

-->
<?xml-stylesheet type="text/xml" href="CHANGEME/nbbuild/javadoctools/apichanges.xsl"?>
<!DOCTYPE apichanges PUBLIC "-//NetBeans//DTD API changes list 1.0//EN" "../../nbbuild/javadoctools/apichanges.dtd">

<apichanges>

<!-- First, a list of API names you may use: -->
<apidefs>
<apidef name="apisupport_spi">Netbeans Modules APISupport SPI</apidef>
<!-- etc. -->
</apidefs>

<!-- ACTUAL CHANGES BEGIN HERE: -->

<changes>
<change id="lsp-native-execution-support">
<api name="dlight_nativeexecution"/>
<summary>Integration with LSP and adjustments for native execution redirection</summary>
<version major="1" minor="72"/> <date day="1" month="6" year="2026"/>
<author login="piotrhoppe"/>
<compatibility binary="compatible" source="compatible" semantic="compatible"/>
<description>
<p>
Add cnd.lsp module to the friends list of the nativeexecution module
</p>
</description>
</change>
</changes>

<!-- Now the surrounding HTML text and document structure: -->

<htmlcontents>
<!--

NO NO NO NO NO!

==============> DO NOT EDIT ME! <==============

AUTOMATICALLY GENERATED FROM APICHANGES.XML, DO NOT EDIT

SEE CHANGEME/apichanges.xml

-->
<head>
<title>Change History for the Database Explorer API</title>
</head>
<body>

<p class="overviewlink"><a href="overview-summary.html">Overview</a></p>

<h1>Introduction</h1>

<p>This document lists changes made to the APISupport SPI.</p>

<!-- The actual lists of changes, as summaries and details: -->

<hr/><standard-changelists module-code-name="org.netbeans.modules.apisupport.project"/>

<hr/><p>@FOOTER@</p>

</body>
</htmlcontents>

</apichanges>
1 change: 1 addition & 0 deletions ide/dlight.nativeexecution/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ is.autoload=true
javac.release=11
javac.compilerargs=-Xlint -Xlint:-serial
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
project.license=apache20-asf
nbm.executable.files=bin/nativeexecution/**
jnlp.indirect.files=bin/nativeexecution/**
Expand Down
1 change: 1 addition & 0 deletions ide/dlight.nativeexecution/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
<friend>org.netbeans.modules.cnd.dwarfdiscovery</friend>
<friend>org.netbeans.modules.cnd.gizmo</friend>
<friend>org.netbeans.modules.cnd.highlight</friend>
<friend>org.netbeans.modules.cnd.lsp</friend>
<friend>org.netbeans.modules.cnd.makeproject</friend>
<friend>org.netbeans.modules.cnd.makeproject.ui</friend>
<friend>org.netbeans.modules.cnd.mixeddev</friend>
Expand Down